Uses of Class
org.glassfish.ejb.deployment.descriptor.EjbDescriptor
-
-
Uses of EjbDescriptor in com.sun.ejb
Methods in com.sun.ejb that return EjbDescriptor Modifier and Type Method Description EjbDescriptorContainer. getEjbDescriptor()Methods in com.sun.ejb with parameters of type EjbDescriptor Modifier and Type Method Description ContainerContainerFactory. createContainer(EjbDescriptor ejbDescriptor, ClassLoader loader, org.glassfish.api.deployment.DeploymentContext deployContext)Create the appropriate Container instance and initialize it. -
Uses of EjbDescriptor in com.sun.ejb.base.container.util
Methods in com.sun.ejb.base.container.util with parameters of type EjbDescriptor Modifier and Type Method Description voidCacheProperties. init(EjbDescriptor desc) -
Uses of EjbDescriptor in com.sun.ejb.codegen
Methods in com.sun.ejb.codegen with parameters of type EjbDescriptor Modifier and Type Method Description protected StringGenerator. getSecurityAttribute(EjbDescriptor dd, Method m)protected StringGenerator. getTxAttribute(EjbDescriptor dd, Method method) -
Uses of EjbDescriptor in com.sun.ejb.containers
Fields in com.sun.ejb.containers declared as EjbDescriptor Modifier and Type Field Description protected EjbDescriptorBaseContainer. ejbDescriptorMethods in com.sun.ejb.containers that return EjbDescriptor Modifier and Type Method Description EjbDescriptorBaseContainer. getEjbDescriptor()Methods in com.sun.ejb.containers with parameters of type EjbDescriptor Modifier and Type Method Description ContainerSingletonContainerFactory. createContainer(EjbDescriptor ejbDescriptor, ClassLoader loader, org.glassfish.api.deployment.DeploymentContext deployContext)ContainerStatefulContainerFactory. createContainer(EjbDescriptor ejbDescriptor, ClassLoader loader, org.glassfish.api.deployment.DeploymentContext deployContext)ContainerStatelessContainerFactory. createContainer(EjbDescriptor ejbDescriptor, ClassLoader loader, org.glassfish.api.deployment.DeploymentContext deployContext)voidEJBTimerService. createSchedulesOnServer(EjbDescriptor ejbDescriptor, String server_name)Called in a clustered environment to eagerly create automatic persistent timers on the specific server instance.protected com.sun.enterprise.security.SecurityManagerBaseContainerFactory. getSecurityManager(EjbDescriptor ejbDescriptor)protected voidBaseContainer. preInitialize(EjbDescriptor ejbDesc, ClassLoader loader)Constructors in com.sun.ejb.containers with parameters of type EjbDescriptor Constructor Description AbstractSingletonContainer(EjbDescriptor desc, ClassLoader loader, com.sun.enterprise.security.SecurityManager sm)This constructor is called from the JarManager when a Jar is deployed.BaseContainer(BaseContainer.ContainerType type, EjbDescriptor ejbDesc, ClassLoader loader, com.sun.enterprise.security.SecurityManager sm)This constructor is called from ContainerFactoryImpl when an EJB Jar is deployed.BMCSingletonContainer(EjbDescriptor desc, ClassLoader cl, com.sun.enterprise.security.SecurityManager sm)CMCSingletonContainer(EjbDescriptor desc, ClassLoader cl, com.sun.enterprise.security.SecurityManager sm)StatefulSessionContainer(BaseContainer.ContainerType conType, EjbDescriptor desc, ClassLoader loader, com.sun.enterprise.security.SecurityManager sm)StatefulSessionContainer(EjbDescriptor desc, ClassLoader loader, com.sun.enterprise.security.SecurityManager sm)This constructor is called from the JarManager when a Jar is deployed.StatelessSessionContainer(BaseContainer.ContainerType conType, EjbDescriptor desc, ClassLoader loader, com.sun.enterprise.security.SecurityManager sm) -
Uses of EjbDescriptor in org.glassfish.ejb.deployment.annotation.handlers
Methods in org.glassfish.ejb.deployment.annotation.handlers that return EjbDescriptor Modifier and Type Method Description protected abstract EjbDescriptorAbstractEjbHandler. createEjbDescriptor(String elementName, org.glassfish.apf.AnnotationInfo ainfo)Create a new EjbDescriptor for a given elementName and AnnotationInfo.protected EjbDescriptorSingletonHandler. createEjbDescriptor(String elementName, org.glassfish.apf.AnnotationInfo ainfo)Create a new EjbDescriptor for a given elementName and AnnotationInfo.protected EjbDescriptorStatefulHandler. createEjbDescriptor(String elementName, org.glassfish.apf.AnnotationInfo ainfo)Create a new EjbDescriptor for a given elementName and AnnotationInfo.protected EjbDescriptorStatelessHandler. createEjbDescriptor(String elementName, org.glassfish.apf.AnnotationInfo ainfo)Create a new EjbDescriptor for a given elementName and AnnotationInfo.Methods in org.glassfish.ejb.deployment.annotation.handlers with parameters of type EjbDescriptor Modifier and Type Method Description protected voidAbstractEjbHandler. doDescriptionProcessing(String description, EjbDescriptor ejbDescriptor)protected voidAbstractEjbHandler. doMappedNameProcessing(String mappedName, EjbDescriptor ejbDesc)protected abstract booleanAbstractEjbHandler. isValidEjbDescriptor(EjbDescriptor ejbDesc, Annotation annotation)protected booleanSingletonHandler. isValidEjbDescriptor(EjbDescriptor ejbDesc, Annotation annotation)Check if the given EjbDescriptor matches the given Annotation.protected booleanStatefulHandler. isValidEjbDescriptor(EjbDescriptor ejbDesc, Annotation annotation)Check if the given EjbDescriptor matches the given Annotation.protected booleanStatelessHandler. isValidEjbDescriptor(EjbDescriptor ejbDesc, Annotation annotation)Check if the given EjbDescriptor matches the given Annotation.protected org.glassfish.apf.HandlerProcessingResultAbstractEjbHandler. setBusinessAndHomeInterfaces(EjbDescriptor ejbDesc, org.glassfish.apf.AnnotationInfo ainfo)MessageDriven bean does not need to invoke this API.protected abstract org.glassfish.apf.HandlerProcessingResultAbstractEjbHandler. setEjbDescriptorInfo(EjbDescriptor ejbDesc, org.glassfish.apf.AnnotationInfo ainfo)Set Annotation information to Descriptor.protected org.glassfish.apf.HandlerProcessingResultSingletonHandler. setEjbDescriptorInfo(EjbDescriptor ejbDesc, org.glassfish.apf.AnnotationInfo ainfo)Set Annotation information to Descriptor.protected org.glassfish.apf.HandlerProcessingResultStatefulHandler. setEjbDescriptorInfo(EjbDescriptor ejbDesc, org.glassfish.apf.AnnotationInfo ainfo)Set Annotation information to Descriptor.protected org.glassfish.apf.HandlerProcessingResultStatelessHandler. setEjbDescriptorInfo(EjbDescriptor ejbDesc, org.glassfish.apf.AnnotationInfo ainfo)Set Annotation information to Descriptor. -
Uses of EjbDescriptor in org.glassfish.ejb.deployment.descriptor
Subclasses of EjbDescriptor in org.glassfish.ejb.deployment.descriptor Modifier and Type Class Description classDummyEjbDescriptorA dummy implementation of the EjbDescriptorclassEjbCMPEntityDescriptorThis class contains information about EJB1.1 and EJB2.0 CMP EntityBeans.classEjbEntityDescriptorThis class contains deployment information for an EntityBean with bean-managed persistence.classEjbMessageBeanDescriptorObjects of this kind represent the deployment information describing a single message driven Ejb.classEjbSessionDescriptorObjects of this kind represent the deployment information describing a single Session Ejb : { stateful , stateless, singleton }classIASEjbCMPEntityDescriptorThis class contains information about EJB1.1 and EJB2.0 CMP EntityBeans.Methods in org.glassfish.ejb.deployment.descriptor that return EjbDescriptor Modifier and Type Method Description EjbDescriptor[]EjbBundleDescriptorImpl. getEjbByClassName(String className)Returns all ejb descriptors that has a give Class name.EjbDescriptorEjbBundleDescriptorImpl. getEjbByName(String name)Returns an ejb descriptor that I have by the same name, otherwise throws an IllegalArgumentExceptionEjbDescriptorEjbBundleDescriptorImpl. getEjbByName(String name, boolean isCreateDummy)Returns an ejb descriptor that I have by the same name.EjbDescriptor[]EjbBundleDescriptorImpl. getEjbBySEIName(String className)Returns all ejb descriptors that has a given Class name as the web service endpoint interface.Methods in org.glassfish.ejb.deployment.descriptor that return types with arguments of type EjbDescriptor Modifier and Type Method Description Set<EjbDescriptor>EjbBundleDescriptorImpl. getEjbs()Return the Set of ejb descriptors that I have.Methods in org.glassfish.ejb.deployment.descriptor with parameters of type EjbDescriptor Modifier and Type Method Description voidEjbBundleDescriptorImpl. addEjb(EjbDescriptor ejbDescriptor)voidEjbDescriptor. addEjbDescriptor(EjbDescriptor other)voidEjbBundleDescriptorImpl. removeEjb(EjbDescriptor ejbDescriptor)Remove the given ejb descriptor from my (by equality).Constructors in org.glassfish.ejb.deployment.descriptor with parameters of type EjbDescriptor Constructor Description EjbCMPEntityDescriptor(EjbDescriptor other)The copy constructor.EjbDescriptor(EjbDescriptor other)EjbEntityDescriptor(EjbDescriptor other)The copy constructor.IASEjbCMPEntityDescriptor(EjbDescriptor other)The copy constructor.Hopefully we wont need it;) -
Uses of EjbDescriptor in org.glassfish.ejb.deployment.node
Classes in org.glassfish.ejb.deployment.node with type parameters of type EjbDescriptor Modifier and Type Class Description classEjbNode<S extends EjbDescriptor>This class is responsible for handling all common information shared by all types of enterprise beans (MDB, session, entity)classInterfaceBasedEjbNode<S extends EjbDescriptor>This class is responsible for reading/writing all information common to all EJB which are interfaces based (entity, session)Methods in org.glassfish.ejb.deployment.node with parameters of type EjbDescriptor Modifier and Type Method Description voidInterceptorBindingNode. writeBindings(Node parent, EjbDescriptor ejbDesc)Write interceptor bindings for this ejb.protected voidEjbNode. writeCommonHeaderEjbDescriptor(Node ejbNode, EjbDescriptor descriptor)write the common descriptor info to a DOM tree and return itprotected voidInterfaceBasedEjbNode. writeCommonHeaderEjbDescriptor(Node ejbNode, EjbDescriptor descriptor)NodeContainerTransactionNode. writeDescriptor(Node parent, String nodeName, EjbDescriptor ejb)write the descriptor class to a DOM tree and return itNodeSecurityIdentityNode. writeDescriptor(Node parent, String nodeName, EjbDescriptor descriptor)protected voidEjbNode. writeSecurityIdentityDescriptor(Node parent, EjbDescriptor descriptor)write the security identity information about an EJB -
Uses of EjbDescriptor in org.glassfish.ejb.deployment.node.runtime
Methods in org.glassfish.ejb.deployment.node.runtime that return EjbDescriptor Modifier and Type Method Description EjbDescriptorEjbNode. getDescriptor()Methods in org.glassfish.ejb.deployment.node.runtime with parameters of type EjbDescriptor Modifier and Type Method Description NodeEjbNode. writeDescriptor(Node parent, String nodeName, EjbDescriptor ejbDescriptor)write the descriptor class to a DOM tree and return it -
Uses of EjbDescriptor in org.glassfish.ejb.deployment.util
Fields in org.glassfish.ejb.deployment.util declared as EjbDescriptor Modifier and Type Field Description protected EjbDescriptorEjbBundleValidator. ejbMethods in org.glassfish.ejb.deployment.util that return EjbDescriptor Modifier and Type Method Description protected EjbDescriptorEjbBundleValidator. getEjbDescriptor()Methods in org.glassfish.ejb.deployment.util with parameters of type EjbDescriptor Modifier and Type Method Description protected voidEjbBundleTracerVisitor. accept(EjbDescriptor ejb)voidEjbBundleValidator. accept(EjbDescriptor ejb)visits an ejb descriptorvoidEjbVisitor. accept(EjbDescriptor ejb)visits an ejb descriptor -
Uses of EjbDescriptor in org.glassfish.ejb.security.application
Methods in org.glassfish.ejb.security.application with parameters of type EjbDescriptor Modifier and Type Method Description static StringEJBSecurityManager. getContextID(EjbDescriptor ejbDesc)voidEJBSecurityManager. loadPolicyConfiguration(EjbDescriptor eDescriptor)Constructors in org.glassfish.ejb.security.application with parameters of type EjbDescriptor Constructor Description EJBSecurityManager(EjbDescriptor ejbDescriptor, org.glassfish.api.invocation.InvocationManager invMgr, EJBSecurityManagerFactory fact) -
Uses of EjbDescriptor in org.glassfish.ejb.security.factory
Methods in org.glassfish.ejb.security.factory with parameters of type EjbDescriptor Modifier and Type Method Description EJBSecurityManagerEJBSecurityManagerFactory. createManager(EjbDescriptor ejbDesc, boolean register) -
Uses of EjbDescriptor in org.glassfish.ejb.startup
Methods in org.glassfish.ejb.startup that return types with arguments of type EjbDescriptor Modifier and Type Method Description Collection<EjbDescriptor>EjbApplication. getDescriptor()
-