public class InvocationInfo extends Object
Modifier and Type | Field and Description |
---|---|
Method |
aroundMethod |
CachedPermission |
cachedPermission |
boolean |
checkpointEnabled |
boolean |
ejbIntfOverride |
String |
ejbName |
boolean |
flushEnabled |
InterceptorManager.InterceptorChain |
interceptorChain |
boolean |
isBusinessMethod |
boolean |
isCreateHomeFinder |
boolean |
isEjbTimeout |
boolean |
isHomeFinder |
boolean |
isTxRequiredLocalCMPField |
Method |
method |
String |
methodIntf |
MethodLockInfo |
methodLockInfo |
EjbRemovalInfo |
removalInfo |
boolean |
startsWithCreate |
boolean |
startsWithFind |
boolean |
startsWithFindByPrimaryKey |
boolean |
startsWithRemove |
String |
str_method_sig |
Method |
targetMethod1 |
Method |
targetMethod2 |
int |
txAttr |
Constructor and Description |
---|
InvocationInfo() |
InvocationInfo(Method method) |
Modifier and Type | Method and Description |
---|---|
boolean |
isAsynchronous() |
void |
setIsAsynchronous(boolean val) |
String |
toString() |
public String ejbName
public Method method
public String methodIntf
public int txAttr
public CachedPermission cachedPermission
public boolean isBusinessMethod
public boolean isHomeFinder
public boolean isCreateHomeFinder
public boolean startsWithCreate
public boolean startsWithFind
public boolean startsWithRemove
public boolean startsWithFindByPrimaryKey
public Method targetMethod1
public Method targetMethod2
public boolean ejbIntfOverride
public boolean flushEnabled
public boolean checkpointEnabled
public InterceptorManager.InterceptorChain interceptorChain
public Method aroundMethod
public boolean isEjbTimeout
public EjbRemovalInfo removalInfo
public boolean isTxRequiredLocalCMPField
public MethodLockInfo methodLockInfo
public String str_method_sig
public InvocationInfo()
public InvocationInfo(Method method)
Copyright © 2020. All rights reserved.