| Package | Description |
|---|---|
| org.glassfish.api.invocation |
| Modifier and Type | Method and Description |
|---|---|
ComponentInvocation.ComponentInvocationType |
ComponentInvocation.getInvocationType() |
static ComponentInvocation.ComponentInvocationType |
ComponentInvocation.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.
|
| Constructor and 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) |
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.