Uses of Class
org.glassfish.ejb.deployment.descriptor.EjbInitInfo
-
Packages that use EjbInitInfo Package Description org.glassfish.ejb.deployment.descriptor org.glassfish.ejb.deployment.node -
-
Uses of EjbInitInfo in org.glassfish.ejb.deployment.descriptor
Methods in org.glassfish.ejb.deployment.descriptor that return types with arguments of type EjbInitInfo Modifier and Type Method Description Set<EjbInitInfo>EjbSessionDescriptor. getInitMethods()Methods in org.glassfish.ejb.deployment.descriptor with parameters of type EjbInitInfo Modifier and Type Method Description voidEjbSessionDescriptor. addInitMethod(EjbInitInfo initInfo) -
Uses of EjbInitInfo in org.glassfish.ejb.deployment.node
Methods in org.glassfish.ejb.deployment.node that return EjbInitInfo Modifier and Type Method Description EjbInitInfoEjbInitNode. getDescriptor()Methods in org.glassfish.ejb.deployment.node with parameters of type EjbInitInfo Modifier and Type Method Description NodeEjbInitNode. writeDescriptor(Node parent, String nodeName, EjbInitInfo initMethod)
-