| Modifier and Type | Field and Description |
|---|---|
protected InterfaceType |
ProxyInfo.interfaceType |
| Modifier and Type | Method and Description |
|---|---|
InterfaceType |
InterfaceType.getCounterpart() |
InterfaceType |
ProxyInfo.getInterfaceType() |
InterfaceType |
BeanContext.getInterfaceType(Class clazz) |
static InterfaceType |
InterfaceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InterfaceType[] |
InterfaceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Class |
BeanContext.getInterface(InterfaceType interfaceType) |
List<Class> |
BeanContext.getInterfaces(InterfaceType interfaceType) |
TransactionType |
BeanContext.getTransactionType(Method method,
InterfaceType interfaceType) |
Object |
RpcContainer.invoke(Object deployID,
InterfaceType callType,
Class callInterface,
Method callMethod,
Object[] args,
Object primKey) |
| Constructor and Description |
|---|
ProxyInfo(BeanContext beanContext,
Object primaryKey,
List<Class> interfaces,
InterfaceType proxyType,
Class mainInterface) |
| Modifier and Type | Method and Description |
|---|---|
InterfaceType |
JndiBuilder.JndiNameStrategy.Interface.getType() |
| Modifier and Type | Method and Description |
|---|---|
static String |
JndiBuilder.format(Object deploymentId,
String interfaceClassName,
InterfaceType interfaceType) |
static String |
JndiBuilder.format(String deploymentId,
String interfaceClassName,
InterfaceType interfaceType) |
| Modifier and Type | Method and Description |
|---|---|
Object |
CmpContainer.invoke(Object deployID,
InterfaceType type,
Class callInterface,
Method callMethod,
Object[] args,
Object primKey) |
| Modifier and Type | Method and Description |
|---|---|
protected ProxyInfo |
EntityContainer.createEJBObject(Method callMethod,
Object[] args,
ThreadContext callContext,
InterfaceType type) |
protected Object |
EntityContainer.findMethod(Method callMethod,
Object[] args,
ThreadContext callContext,
InterfaceType type) |
protected Object |
EntityContainer.homeMethod(Method callMethod,
Object[] args,
ThreadContext callContext,
InterfaceType type) |
protected Object |
EntityContainer.invoke(InterfaceType type,
Method callMethod,
Method runMethod,
Object[] args,
ThreadContext callContext) |
Object |
EntityContainer.invoke(Object deployID,
InterfaceType type,
Class callInterface,
Method callMethod,
Object[] args,
Object primKey) |
protected EjbObjectProxyHandler |
EntityEjbHomeHandler.newEjbObjectHandler(BeanContext beanContext,
Object pk,
InterfaceType interfaceType,
List<Class> interfaces,
Class mainInterface) |
protected void |
EntityContainer.removeEJBObject(Method callMethod,
Object[] args,
ThreadContext callContext,
InterfaceType type) |
| Constructor and Description |
|---|
EntityEjbHomeHandler(BeanContext beanContext,
InterfaceType interfaceType,
List<Class> interfaces,
Class mainInterface) |
EntityEjbObjectHandler(BeanContext beanContext,
Object pk,
InterfaceType interfaceType,
List<Class> interfaces,
Class mainInterface) |
| Modifier and Type | Field and Description |
|---|---|
protected InterfaceType |
BaseEjbProxyHandler.interfaceType |
| Modifier and Type | Method and Description |
|---|---|
protected static EjbHomeProxyHandler |
EjbHomeProxyHandler.createHomeHandler(BeanContext beanContext,
InterfaceType interfaceType,
List<Class> interfaces,
Class mainInterface) |
static Object |
EjbHomeProxyHandler.createHomeProxy(BeanContext beanContext,
InterfaceType interfaceType) |
static Object |
EjbHomeProxyHandler.createHomeProxy(BeanContext beanContext,
InterfaceType interfaceType,
List<Class> objectInterfaces,
Class mainInterface) |
static Object |
EjbObjectProxyHandler.createProxy(BeanContext beanContext,
Object primaryKey,
InterfaceType interfaceType,
Class mainInterface) |
static Object |
EjbObjectProxyHandler.createProxy(BeanContext beanContext,
Object primaryKey,
InterfaceType interfaceType,
List<Class> interfaces,
Class mainInterface) |
protected abstract EjbObjectProxyHandler |
EjbHomeProxyHandler.newEjbObjectHandler(BeanContext beanContext,
Object pk,
InterfaceType interfaceType,
List<Class> interfaces,
Class mainInterface) |
| Constructor and Description |
|---|
BaseEjbProxyHandler(BeanContext beanContext,
Object pk,
InterfaceType interfaceType,
List<Class> interfaces,
Class mainInterface) |
EjbHomeProxyHandler(BeanContext beanContext,
InterfaceType interfaceType,
List<Class> interfaces,
Class mainInterface) |
EjbObjectProxyHandler(BeanContext beanContext,
Object pk,
InterfaceType interfaceType,
List<Class> interfaces,
Class mainInterface) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
ManagedContainer.businessMethod(BeanContext beanContext,
Object primKey,
Class callInterface,
Method callMethod,
Object[] args,
InterfaceType interfaceType) |
protected ProxyInfo |
ManagedContainer.createEJBObject(BeanContext beanContext,
Method callMethod,
Object[] args,
InterfaceType interfaceType) |
Object |
ManagedContainer.invoke(Object deployID,
InterfaceType type,
Class callInterface,
Method callMethod,
Object[] args,
Object primKey) |
protected EjbObjectProxyHandler |
ManagedHomeHandler.newEjbObjectHandler(BeanContext beanContext,
Object pk,
InterfaceType interfaceType,
List<Class> interfaces,
Class mainInterface) |
protected Object |
ManagedContainer.removeEJBObject(BeanContext beanContext,
Object primKey,
Class callInterface,
Method callMethod,
Object[] args,
InterfaceType interfaceType) |
| Constructor and Description |
|---|
ManagedHomeHandler(BeanContext beanContext,
InterfaceType interfaceType,
List<Class> interfaces,
Class mainInterface) |
ManagedObjectHandler(BeanContext beanContext,
Object pk,
InterfaceType interfaceType,
List<Class> interfaces,
Class mainInterface) |
| Modifier and Type | Method and Description |
|---|---|
Object |
MdbContainer.invoke(Object deploymentId,
InterfaceType type,
Class callInterface,
Method method,
Object[] args,
Object primKey) |
Object |
MdbContainer.invoke(Object instance,
Method method,
InterfaceType type,
Object... args) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractSecurityService.isCallerAuthorized(Method method,
InterfaceType type) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
SingletonContainer._invoke(Method callMethod,
Method runMethod,
Object[] args,
Instance instance,
ThreadContext callContext,
InterfaceType callType) |
Object |
SingletonContainer.invoke(Object deployID,
InterfaceType type,
Class callInterface,
Method callMethod,
Object[] args,
Object primKey) |
protected EjbObjectProxyHandler |
SingletonEjbHomeHandler.newEjbObjectHandler(BeanContext beanContext,
Object pk,
InterfaceType interfaceType,
List<Class> interfaces,
Class mainInterface) |
| Constructor and Description |
|---|
SingletonEjbHomeHandler(BeanContext beanContext,
InterfaceType interfaceType,
List<Class> interfaces,
Class mainInterface) |
SingletonEjbObjectHandler(BeanContext beanContext,
Object pk,
InterfaceType interfaceType,
List<Class> interfaces,
Class mainInterface) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
StatefulContainer.businessMethod(BeanContext beanContext,
Object primKey,
Class callInterface,
Method callMethod,
Object[] args,
InterfaceType interfaceType) |
protected ProxyInfo |
StatefulContainer.createEJBObject(BeanContext beanContext,
Method callMethod,
Object[] args,
InterfaceType interfaceType) |
Object |
StatefulContainer.invoke(Object deployID,
InterfaceType type,
Class callInterface,
Method callMethod,
Object[] args,
Object primKey) |
protected EjbObjectProxyHandler |
StatefulEjbHomeHandler.newEjbObjectHandler(BeanContext beanContext,
Object pk,
InterfaceType interfaceType,
List<Class> interfaces,
Class mainInterface) |
protected Object |
StatefulContainer.removeEJBObject(BeanContext beanContext,
Object primKey,
Class callInterface,
Method callMethod,
Object[] args,
InterfaceType interfaceType) |
| Constructor and Description |
|---|
StatefulEjbHomeHandler(BeanContext beanContext,
InterfaceType interfaceType,
List<Class> interfaces,
Class mainInterface) |
StatefulEjbObjectHandler(BeanContext beanContext,
Object pk,
InterfaceType interfaceType,
List<Class> interfaces,
Class mainInterface) |
| Modifier and Type | Method and Description |
|---|---|
Object |
StatelessContainer.invoke(Object deployID,
InterfaceType type,
Class callInterface,
Method callMethod,
Object[] args,
Object primKey) |
protected EjbObjectProxyHandler |
StatelessEjbHomeHandler.newEjbObjectHandler(BeanContext beanContext,
Object pk,
InterfaceType interfaceType,
List<Class> interfaces,
Class mainInterface) |
| Constructor and Description |
|---|
StatelessEjbHomeHandler(BeanContext beanContext,
InterfaceType interfaceType,
List<Class> interfaces,
Class mainInterface) |
StatelessEjbObjectHandler(BeanContext beanContext,
Object pk,
InterfaceType interfaceType,
List<Class> interfaces,
Class mainInterface) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
PseudoSecurityService.isCallerAuthorized(Method method,
InterfaceType type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SecurityService.isCallerAuthorized(Method method,
InterfaceType type)
Active
|
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.