Uses of Class
com.sun.enterprise.deployment.NamedReferencePair
-
Packages that use NamedReferencePair Package Description com.sun.enterprise.deployment org.glassfish.ejb.deployment.descriptor org.glassfish.web.deployment.descriptor -
-
Uses of NamedReferencePair in com.sun.enterprise.deployment
Methods in com.sun.enterprise.deployment that return NamedReferencePair Modifier and Type Method Description static NamedReferencePairNamedReferencePair. createEjbPair(EjbDescriptor referant, EjbDescriptor referee)static NamedReferencePairNamedReferencePair. createEjbRefPair(Descriptor referant, EjbReferenceDescriptor referee)static NamedReferencePairNamedReferencePair. createResourceEnvRefPair(Descriptor referant, ResourceEnvReferenceDescriptor referee)static NamedReferencePairNamedReferencePair. createResourceRefPair(Descriptor referant, ResourceReferenceDescriptor referee)Methods in com.sun.enterprise.deployment that return types with arguments of type NamedReferencePair Modifier and Type Method Description Vector<NamedReferencePair>ApplicationClientDescriptor. getNamedReferencePairs()Return the set of named reference pairs I reference.abstract Vector<NamedReferencePair>WebBundleDescriptor. getNamedReferencePairs()protected Vector<NamedReferencePair>BundleDescriptor. getNamedReferencePairsFrom(JndiNameEnvironment nameEnvironment)Utility method for iterating the set of NameReference pairs in the supplied nameEnvironment -
Uses of NamedReferencePair in org.glassfish.ejb.deployment.descriptor
Methods in org.glassfish.ejb.deployment.descriptor that return types with arguments of type NamedReferencePair Modifier and Type Method Description Vector<NamedReferencePair>EjbBundleDescriptorImpl. getNamedReferencePairs()Return all the named descriptors I have together with the descriptor that references each one in a Vector of NameReferencePairs. -
Uses of NamedReferencePair in org.glassfish.web.deployment.descriptor
Methods in org.glassfish.web.deployment.descriptor that return types with arguments of type NamedReferencePair Modifier and Type Method Description Vector<NamedReferencePair>WebBundleDescriptorImpl. getNamedReferencePairs()Return the state of NamedReferencePairs that I have.
-