| Modifier and Type | Class and Description |
|---|---|
static class |
ComponentInvocation.ComponentInvocationType |
| Modifier and Type | Field and Description |
|---|---|
protected String |
appName |
String |
componentId |
Object |
container |
Object |
instance |
Object |
jndiEnvironment |
protected String |
moduleName |
Object |
oldSecurityContext |
Object |
transaction |
| Constructor and Description |
|---|
ComponentInvocation() |
ComponentInvocation(String componentId,
ComponentInvocation.ComponentInvocationType invocationType,
Object instance,
Object container,
Object transaction) |
ComponentInvocation(String componentId,
ComponentInvocation.ComponentInvocationType invocationType,
Object container,
String appName,
String moduleName) |
public Object instance
public Object container
public Object jndiEnvironment
public String componentId
public Object transaction
public Object oldSecurityContext
protected String appName
protected String moduleName
public ComponentInvocation()
public ComponentInvocation(String componentId, ComponentInvocation.ComponentInvocationType invocationType, Object container, String appName, String moduleName)
public ComponentInvocation(String componentId, ComponentInvocation.ComponentInvocationType invocationType, Object instance, Object container, Object transaction)
public void setJNDIEnvironment(Object val)
public Object getJNDIEnvironment()
public ComponentInvocation.ComponentInvocationType getInvocationType()
public void setComponentInvocationType(ComponentInvocation.ComponentInvocationType t)
public Object getInstance()
public String getInstanceName()
public void setInstanceName(String instanceName)
public String getComponentId()
public Object getContainer()
public Object getContainerContext()
public Object getTransaction()
public void setTransaction(Object t)
public void setTransactionOperationsManager(Object transactionOperationsManager)
public Object getTransactionOperationsManager()
public void setOldSecurityContext(Object sc)
public Object getOldSecurityContext()
public boolean isTransactionCompleting()
public void setTransactionCompeting(boolean value)
public void setResourceTableKey(Object key)
public Object getResourceTableKey()
public void setResourceHandler(ResourceHandler h)
public ResourceHandler getResourceHandler()
public Object getRegistryFor(Class key)
keypublic void setRegistryFor(Class key, Object payLoad)
registry with given key for this invocationpublic void clearRegistry()
public boolean isPreInvokeDone()
public void setPreInvokeDone(boolean value)
public Boolean getAuth()
public void setAuth(boolean value)
public String getAppName()
public String getModuleName()
public ComponentInvocation clone()
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.