Uses of Class
org.glassfish.api.invocation.ComponentInvocation.ComponentInvocationType
-
Packages that use ComponentInvocation.ComponentInvocationType Package Description org.glassfish.api.invocation -
-
Uses of ComponentInvocation.ComponentInvocationType in org.glassfish.api.invocation
Methods in org.glassfish.api.invocation that return ComponentInvocation.ComponentInvocationType Modifier and Type Method Description ComponentInvocation.ComponentInvocationTypeComponentInvocation. getInvocationType()static ComponentInvocation.ComponentInvocationTypeComponentInvocation.ComponentInvocationType. valueOf(String name)Returns the enum constant of this type with the specified name.static ComponentInvocation.ComponentInvocationType[]ComponentInvocation.ComponentInvocationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.glassfish.api.invocation with parameters of type ComponentInvocation.ComponentInvocationType Constructor Description ComponentInvocation(String componentId, ComponentInvocation.ComponentInvocationType invocationType, Object instance, Object container, Object transaction)ComponentInvocation(String componentId, ComponentInvocation.ComponentInvocationType invocationType, Object container, String appName, String moduleName)
-