Uses of Interface
com.sun.enterprise.deployment.NamedDescriptor
-
Packages that use NamedDescriptor Package Description com.sun.enterprise.deployment org.glassfish.ejb.deployment.descriptor -
-
Uses of NamedDescriptor in com.sun.enterprise.deployment
Subinterfaces of NamedDescriptor in com.sun.enterprise.deployment Modifier and Type Interface Description interfaceEjbDescriptorInterface for information about an EJBinterfaceEjbMessageBeanDescriptorInterface for Message-Driven BeansinterfaceEjbSessionDescriptorClasses in com.sun.enterprise.deployment that implement NamedDescriptor Modifier and Type Class Description classEjbReferenceDescriptorAn object representing a link to another ejb.classMessageDestinationDescriptorclassResourceEnvReferenceDescriptorI am an object representing a dependency on a resource environmentclassResourceReferenceDescriptorThis descriptor represents a dependency on a resource.Methods in com.sun.enterprise.deployment that return NamedDescriptor Modifier and Type Method Description NamedDescriptorNamedReferencePair. getReferee()Gets the named descriptor for the decriptor.Methods in com.sun.enterprise.deployment that return types with arguments of type NamedDescriptor Modifier and Type Method Description protected Collection<NamedDescriptor>BundleDescriptor. getNamedDescriptorsFrom(JndiNameEnvironment nameEnvironment)Utility method for iterating the set of named descriptors in the supplied nameEnvironmentConstructors in com.sun.enterprise.deployment with parameters of type NamedDescriptor Constructor Description NamedReferencePair(Descriptor referant, NamedDescriptor referee, int type)Construct a pairing between the given descriptor and the object it has with a jndi name. -
Uses of NamedDescriptor in org.glassfish.ejb.deployment.descriptor
Classes in org.glassfish.ejb.deployment.descriptor that implement NamedDescriptor Modifier and Type Class Description classDummyEjbDescriptorA dummy implementation of the EjbDescriptorclassEjbCMPEntityDescriptorThis class contains information about EJB1.1 and EJB2.0 CMP EntityBeans.classEjbDescriptorThis abstract class encapsulates the meta-information describing Entity, Session and MessageDriven EJBs.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.
-