Uses of Class
org.glassfish.ejb.deployment.descriptor.EjbRemovalInfo
-
Packages that use EjbRemovalInfo Package Description com.sun.ejb org.glassfish.ejb.deployment.descriptor org.glassfish.ejb.deployment.node -
-
Uses of EjbRemovalInfo in com.sun.ejb
Fields in com.sun.ejb declared as EjbRemovalInfo Modifier and Type Field Description EjbRemovalInfoInvocationInfo. removalInfo -
Uses of EjbRemovalInfo in org.glassfish.ejb.deployment.descriptor
Methods in org.glassfish.ejb.deployment.descriptor that return EjbRemovalInfo Modifier and Type Method Description EjbRemovalInfoEjbSessionDescriptor. getRemovalInfo(com.sun.enterprise.deployment.MethodDescriptor method)Methods in org.glassfish.ejb.deployment.descriptor that return types with arguments of type EjbRemovalInfo Modifier and Type Method Description Set<EjbRemovalInfo>EjbSessionDescriptor. getAllRemovalInfo()Methods in org.glassfish.ejb.deployment.descriptor with parameters of type EjbRemovalInfo Modifier and Type Method Description voidEjbSessionDescriptor. addRemoveMethod(EjbRemovalInfo removalInfo) -
Uses of EjbRemovalInfo in org.glassfish.ejb.deployment.node
Methods in org.glassfish.ejb.deployment.node that return EjbRemovalInfo Modifier and Type Method Description EjbRemovalInfoEjbRemoveNode. getDescriptor()Methods in org.glassfish.ejb.deployment.node with parameters of type EjbRemovalInfo Modifier and Type Method Description NodeEjbRemoveNode. writeDescriptor(Node parent, String nodeName, EjbRemovalInfo descriptor)
-