|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of AnnotatedApp in org.apache.geronimo.connector.deployment |
---|
Methods in org.apache.geronimo.connector.deployment with parameters of type AnnotatedApp | |
---|---|
boolean |
ResourceRefBuilder.ResourceRefProcessor.processResource(AnnotatedApp annotatedApp,
Resource annotation,
Class cls,
Method method,
Field field)
|
boolean |
AdminObjectRefBuilder.AdminObjectRefProcessor.processResource(AnnotatedApp annotatedApp,
Resource annotation,
Class cls,
Method method,
Field field)
|
Uses of AnnotatedApp in org.apache.geronimo.j2ee.deployment |
---|
Methods in org.apache.geronimo.j2ee.deployment that return AnnotatedApp | |
---|---|
AnnotatedApp |
Module.getAnnotatedApp()
|
Methods in org.apache.geronimo.j2ee.deployment with parameters of type AnnotatedApp | |
---|---|
void |
Module.setAnnotatedApp(AnnotatedApp annotatedApp)
|
Constructors in org.apache.geronimo.j2ee.deployment with parameters of type AnnotatedApp | |
---|---|
ConnectorModule(boolean standAlone,
AbstractName moduleName,
Environment environment,
JarFile moduleFile,
String targetPath,
org.apache.xmlbeans.XmlObject specDD,
org.apache.xmlbeans.XmlObject vendorDD,
String originalSpecDD,
AnnotatedApp annotatedApp)
|
|
EJBModule(boolean standAlone,
AbstractName moduleName,
Environment environment,
JarFile moduleFile,
String targetPath,
org.apache.xmlbeans.XmlObject specDD,
org.apache.xmlbeans.XmlObject vendorDD,
String originalSpecDD,
AnnotatedApp annotatedApp)
|
|
Module(boolean standAlone,
AbstractName moduleName,
Environment environment,
JarFile moduleFile,
String targetPath,
org.apache.xmlbeans.XmlObject specDD,
org.apache.xmlbeans.XmlObject vendorDD,
String originalSpecDD,
String namespace,
AnnotatedApp annotatedApp)
|
Uses of AnnotatedApp in org.apache.geronimo.j2ee.deployment.annotation |
---|
Classes in org.apache.geronimo.j2ee.deployment.annotation that implement AnnotatedApp | |
---|---|
class |
AnnotatedApplicationClient
Wrapper class to encapsulate the ApplicationClientType class with an interface that the various AnnotationHelpers can use Remaining ToDo(s): Can AppClients have unresolved EJB references ?? |
class |
AnnotatedEjbJar
Wrapper class to encapsulate the EjbJarType class with an interface that the various AnnotationHelpers can use Remaining ToDo(s): None |
static class |
AnnotatedEjbJar.EntityBean
|
static class |
AnnotatedEjbJar.MessageDriveBean
|
static class |
AnnotatedEjbJar.SessionBean
|
class |
AnnotatedWebApp
Wrapper class to encapsulate the WebAppType class with an interface that the various AnnotationHelpers can use Remaining ToDo(s): None |
Methods in org.apache.geronimo.j2ee.deployment.annotation with parameters of type AnnotatedApp | |
---|---|
static void |
WebServiceRefAnnotationHelper.processAnnotations(AnnotatedApp annotatedApp,
org.apache.xbean.finder.ClassFinder classFinder)
Update the deployment descriptor from the WebServiceRef and WebServiceRefs annotations |
static void |
PersistenceUnitAnnotationHelper.processAnnotations(AnnotatedApp annotatedApp,
org.apache.xbean.finder.ClassFinder classFinder)
Update the deployment descriptor from the PersistenceUnit and PersistenceUnits annotations |
static void |
PersistenceContextAnnotationHelper.processAnnotations(AnnotatedApp annotatedApp,
org.apache.xbean.finder.ClassFinder classFinder)
Update the deployment descriptor from the PersistenceContext and PersistenceContexts annotations |
static void |
HandlerChainAnnotationHelper.processAnnotations(AnnotatedApp annotatedApp,
org.apache.xbean.finder.ClassFinder classFinder)
Updates the deployment descriptor with handler chain info from HandlerChain annotations |
static void |
EJBAnnotationHelper.processAnnotations(AnnotatedApp annotatedApp,
org.apache.xbean.finder.ClassFinder classFinder)
Process the annotations |
static void |
ResourceAnnotationHelper.processAnnotations(AnnotatedApp annotatedApp,
org.apache.xbean.finder.ClassFinder classFinder,
ResourceAnnotationHelper.ResourceProcessor resourceProcessor)
Update the deployment descriptor from Resource and Resources annotations |
abstract boolean |
ResourceAnnotationHelper.ResourceProcessor.processResource(AnnotatedApp annotatedApp,
Resource annotation,
Class cls,
Method method,
Field field)
|
protected static void |
AnnotationHelper.validateDD(AnnotatedApp annotatedApp)
Validate deployment descriptor |
Uses of AnnotatedApp in org.apache.geronimo.naming.deployment |
---|
Methods in org.apache.geronimo.naming.deployment with parameters of type AnnotatedApp | |
---|---|
boolean |
SwitchingServiceRefBuilder.ServiceRefProcessor.processResource(AnnotatedApp annotatedApp,
Resource annotation,
Class cls,
Method method,
Field field)
|
boolean |
EnvironmentEntryBuilder.EnvEntryRefProcessor.processResource(AnnotatedApp annotatedApp,
Resource annotation,
Class cls,
Method method,
Field field)
|
Uses of AnnotatedApp in org.apache.geronimo.openejb.deployment |
---|
Constructors in org.apache.geronimo.openejb.deployment with parameters of type AnnotatedApp | |
---|---|
EjbModule(org.apache.openejb.config.EjbModule ejbModule,
boolean standAlone,
AbstractName moduleName,
Environment environment,
JarFile moduleFile,
String targetPath,
String ejbJarXml,
AnnotatedApp annoatedApp)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |