Uses of Interface
com.sun.enterprise.deployment.types.ServiceReferenceContainer
-
-
Uses of ServiceReferenceContainer in com.sun.enterprise.deployment
Subinterfaces of ServiceReferenceContainer 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 ServiceReferenceContainer Modifier and Type Class Description classApplicationObjects of this type encapsulate the data and behaviour of a J2EE application.classApplicationClientDescriptorI represent all the deployment information about an application client [{0}].classEjbBundleDescriptorI represent all the configurable deployment information contained in an EJB JAR.classWebBundleDescriptorThis class represents all the deployment information about a web application. -
Uses of ServiceReferenceContainer in com.sun.enterprise.deployment.annotation.context
Methods in com.sun.enterprise.deployment.annotation.context that return ServiceReferenceContainer Modifier and Type Method Description ServiceReferenceContainer[]EjbBundleContext. getServiceRefContainers()ServiceReferenceContainer[]EjbContext. getServiceRefContainers(String implName)ServiceReferenceContainer[]ResourceContainerContextImpl. getServiceRefContainers()Returns the default descriptorServiceReferenceContainer[]ServiceReferenceContainerContext. getServiceRefContainers() -
Uses of ServiceReferenceContainer in org.glassfish.ejb.deployment.descriptor
Classes in org.glassfish.ejb.deployment.descriptor that implement ServiceReferenceContainer Modifier and Type Class Description classDummyEjbDescriptorA dummy implementation of the EjbDescriptorclassEjbBundleDescriptorImplThe concrete implementation of abstract super class com.sun.enterprise.deployment.EjbBundleDescriptor.classEjbCMPEntityDescriptorThis 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. -
Uses of ServiceReferenceContainer in org.glassfish.web.deployment.descriptor
Classes in org.glassfish.web.deployment.descriptor that implement ServiceReferenceContainer Modifier and Type Class Description classWebBundleDescriptorImplThe concrete implementation of abstract super class com.sun.enterprise.deployment.WebBundleDescriptor.classWebFragmentDescriptorI am an object that represents all the deployment information about a web fragment.
-