Uses of Class
com.sun.enterprise.deployment.EjbIORConfigurationDescriptor
-
-
Uses of EjbIORConfigurationDescriptor in com.sun.enterprise.deployment
Methods in com.sun.enterprise.deployment that return types with arguments of type EjbIORConfigurationDescriptor Modifier and Type Method Description Set<EjbIORConfigurationDescriptor>EjbDescriptor. getIORConfigurationDescriptors() -
Uses of EjbIORConfigurationDescriptor in com.sun.enterprise.iiop.security
Methods in com.sun.enterprise.iiop.security with parameters of type EjbIORConfigurationDescriptor Modifier and Type Method Description com.sun.corba.ee.org.omg.CSIIOP.AS_ContextSecCSIV2TaggedComponentInfo. createASContextSec(EjbIORConfigurationDescriptor iorDescriptor, String realmName)Create the AS layer context within a compound mechanism definition.com.sun.corba.ee.org.omg.CSIIOP.SAS_ContextSecCSIV2TaggedComponentInfo. createSASContextSec(EjbIORConfigurationDescriptor iorDescriptor)Create the SAS layer context within a compound mechanism definition.intCSIV2TaggedComponentInfo. getTargetRequires(EjbIORConfigurationDescriptor iorDescriptor)Get the value of target_requires for the transport layer.intCSIV2TaggedComponentInfo. getTargetSupports(EjbIORConfigurationDescriptor iorDescriptor)Get the value of target_supports for the transport layer. -
Uses of EjbIORConfigurationDescriptor in org.glassfish.ejb.deployment.descriptor
Methods in org.glassfish.ejb.deployment.descriptor that return types with arguments of type EjbIORConfigurationDescriptor Modifier and Type Method Description Set<EjbIORConfigurationDescriptor>EjbDescriptor. getIORConfigurationDescriptors()Methods in org.glassfish.ejb.deployment.descriptor with parameters of type EjbIORConfigurationDescriptor Modifier and Type Method Description voidEjbDescriptor. addIORConfigurationDescriptor(EjbIORConfigurationDescriptor val) -
Uses of EjbIORConfigurationDescriptor in org.glassfish.ejb.deployment.node.runtime
Methods in org.glassfish.ejb.deployment.node.runtime that return EjbIORConfigurationDescriptor Modifier and Type Method Description EjbIORConfigurationDescriptorIORConfigurationNode. getDescriptor()Methods in org.glassfish.ejb.deployment.node.runtime with parameters of type EjbIORConfigurationDescriptor Modifier and Type Method Description NodeIORConfigurationNode. writeDescriptor(Node parent, String nodeName, EjbIORConfigurationDescriptor iorDesc)
-