|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EJBInterfaceType | |
org.openejb | |
org.openejb.dispatch | |
org.openejb.proxy | |
org.openejb.security | |
org.openejb.server.ejbd | |
org.openejb.transaction |
Uses of EJBInterfaceType in org.openejb |
Fields in org.openejb declared as EJBInterfaceType | |
static EJBInterfaceType |
EJBInterfaceType.REMOTE
Keep these in the same order since MethodHelper relies in the ordinal number of the enum. |
static EJBInterfaceType |
EJBInterfaceType.HOME
|
static EJBInterfaceType |
EJBInterfaceType.LOCAL
|
static EJBInterfaceType |
EJBInterfaceType.LOCALHOME
|
static EJBInterfaceType |
EJBInterfaceType.WEB_SERVICE
|
static EJBInterfaceType |
EJBInterfaceType.TIMEOUT
|
static EJBInterfaceType |
EJBInterfaceType.LIFECYCLE
|
Methods in org.openejb that return EJBInterfaceType | |
EJBInterfaceType |
EJBInvocation.getType()
The type of invocation, indicating which interface was invoked or which 'special' callback was should be invoked (e.g. |
EJBInterfaceType |
EJBInvocationImpl.getType()
|
Constructors in org.openejb with parameters of type EJBInterfaceType | |
EJBInvocationImpl(EJBInterfaceType type,
int index,
Object[] arguments)
|
|
EJBInvocationImpl(EJBInterfaceType type,
Object id,
int index,
Object[] arguments)
|
|
EJBInvocationImplRemote(EJBInterfaceType type,
int index,
Object[] arguments,
Serializable subjectId)
|
|
EJBInvocationImplRemote(EJBInterfaceType type,
Object id,
int index,
Object[] arguments,
Serializable subjectId)
|
Uses of EJBInterfaceType in org.openejb.dispatch |
Methods in org.openejb.dispatch with parameters of type EJBInterfaceType | |
static Map |
MethodHelper.getMethodMap(EJBInterfaceType type,
MethodSignature[] signatures,
Class interfaceClass)
|
Uses of EJBInterfaceType in org.openejb.proxy |
Constructors in org.openejb.proxy with parameters of type EJBInterfaceType | |
EJBMethodInterceptor(EJBProxyFactory proxyFactory,
EJBInterfaceType type,
EJBContainer container,
int[] operationMap)
|
|
EJBMethodInterceptor(EJBProxyFactory proxyFactory,
EJBInterfaceType type,
EJBContainer container,
int[] operationMap,
Object primaryKey)
|
Uses of EJBInterfaceType in org.openejb.security |
Methods in org.openejb.security with parameters of type EJBInterfaceType | |
Permission |
PermissionManager.getPermission(EJBInterfaceType invocationType,
int operationIndex)
|
Uses of EJBInterfaceType in org.openejb.server.ejbd |
Methods in org.openejb.server.ejbd that return EJBInterfaceType | |
EJBInterfaceType |
EJBInvocationStream.getType()
|
Uses of EJBInterfaceType in org.openejb.transaction |
Methods in org.openejb.transaction with parameters of type EJBInterfaceType | |
TransactionPolicy |
TransactionPolicyManager.getTransactionPolicy(EJBInterfaceType invocationType,
int operationIndex)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |