|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of InterfaceType in org.apache.openejb |
|---|
| Fields in org.apache.openejb declared as InterfaceType | |
|---|---|
protected InterfaceType |
ProxyInfo.interfaceType
|
| Methods in org.apache.openejb that return InterfaceType | |
|---|---|
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. |
| Methods in org.apache.openejb with parameters of type InterfaceType | |
|---|---|
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)
|
| Constructors in org.apache.openejb with parameters of type InterfaceType | |
|---|---|
ProxyInfo(BeanContext beanContext,
Object primaryKey,
List<Class> interfaces,
InterfaceType proxyType,
Class mainInterface)
|
|
| Uses of InterfaceType in org.apache.openejb.assembler.classic |
|---|
| Methods in org.apache.openejb.assembler.classic that return InterfaceType | |
|---|---|
InterfaceType |
JndiBuilder.JndiNameStrategy.Interface.getType()
|
| Methods in org.apache.openejb.assembler.classic with parameters of type InterfaceType | |
|---|---|
static String |
JndiBuilder.format(Object deploymentId,
String interfaceClassName,
InterfaceType interfaceType)
|
static String |
JndiBuilder.format(String deploymentId,
String interfaceClassName,
InterfaceType interfaceType)
|
| Uses of InterfaceType in org.apache.openejb.core.cmp |
|---|
| Methods in org.apache.openejb.core.cmp with parameters of type InterfaceType | |
|---|---|
Object |
CmpContainer.invoke(Object deployID,
InterfaceType type,
Class callInterface,
Method callMethod,
Object[] args,
Object primKey)
|
| Uses of InterfaceType in org.apache.openejb.core.entity |
|---|
| Methods in org.apache.openejb.core.entity with parameters of type InterfaceType | |
|---|---|
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)
|
| Constructors in org.apache.openejb.core.entity with parameters of type InterfaceType | |
|---|---|
EntityEjbHomeHandler(BeanContext beanContext,
InterfaceType interfaceType,
List<Class> interfaces,
Class mainInterface)
|
|
EntityEjbObjectHandler(BeanContext beanContext,
Object pk,
InterfaceType interfaceType,
List<Class> interfaces,
Class mainInterface)
|
|
| Uses of InterfaceType in org.apache.openejb.core.ivm |
|---|
| Fields in org.apache.openejb.core.ivm declared as InterfaceType | |
|---|---|
protected InterfaceType |
BaseEjbProxyHandler.interfaceType
|
| Methods in org.apache.openejb.core.ivm with parameters of type InterfaceType | |
|---|---|
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)
|
| Constructors in org.apache.openejb.core.ivm with parameters of type InterfaceType | |
|---|---|
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)
|
|
| Uses of InterfaceType in org.apache.openejb.core.managed |
|---|
| Methods in org.apache.openejb.core.managed with parameters of type InterfaceType | |
|---|---|
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)
|
| Constructors in org.apache.openejb.core.managed with parameters of type InterfaceType | |
|---|---|
ManagedHomeHandler(BeanContext beanContext,
InterfaceType interfaceType,
List<Class> interfaces,
Class mainInterface)
|
|
ManagedObjectHandler(BeanContext beanContext,
Object pk,
InterfaceType interfaceType,
List<Class> interfaces,
Class mainInterface)
|
|
| Uses of InterfaceType in org.apache.openejb.core.mdb |
|---|
| Methods in org.apache.openejb.core.mdb with parameters of type InterfaceType | |
|---|---|
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)
|
| Uses of InterfaceType in org.apache.openejb.core.security |
|---|
| Methods in org.apache.openejb.core.security with parameters of type InterfaceType | |
|---|---|
boolean |
AbstractSecurityService.isCallerAuthorized(Method method,
InterfaceType type)
|
| Uses of InterfaceType in org.apache.openejb.core.singleton |
|---|
| Methods in org.apache.openejb.core.singleton with parameters of type InterfaceType | |
|---|---|
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)
|
| Constructors in org.apache.openejb.core.singleton with parameters of type InterfaceType | |
|---|---|
SingletonEjbHomeHandler(BeanContext beanContext,
InterfaceType interfaceType,
List<Class> interfaces,
Class mainInterface)
|
|
SingletonEjbObjectHandler(BeanContext beanContext,
Object pk,
InterfaceType interfaceType,
List<Class> interfaces,
Class mainInterface)
|
|
| Uses of InterfaceType in org.apache.openejb.core.stateful |
|---|
| Methods in org.apache.openejb.core.stateful with parameters of type InterfaceType | |
|---|---|
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)
|
| Constructors in org.apache.openejb.core.stateful with parameters of type InterfaceType | |
|---|---|
StatefulEjbHomeHandler(BeanContext beanContext,
InterfaceType interfaceType,
List<Class> interfaces,
Class mainInterface)
|
|
StatefulEjbObjectHandler(BeanContext beanContext,
Object pk,
InterfaceType interfaceType,
List<Class> interfaces,
Class mainInterface)
|
|
| Uses of InterfaceType in org.apache.openejb.core.stateless |
|---|
| Methods in org.apache.openejb.core.stateless with parameters of type InterfaceType | |
|---|---|
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)
|
| Constructors in org.apache.openejb.core.stateless with parameters of type InterfaceType | |
|---|---|
StatelessEjbHomeHandler(BeanContext beanContext,
InterfaceType interfaceType,
List<Class> interfaces,
Class mainInterface)
|
|
StatelessEjbObjectHandler(BeanContext beanContext,
Object pk,
InterfaceType interfaceType,
List<Class> interfaces,
Class mainInterface)
|
|
| Uses of InterfaceType in org.apache.openejb.ri.sp |
|---|
| Methods in org.apache.openejb.ri.sp with parameters of type InterfaceType | |
|---|---|
boolean |
PseudoSecurityService.isCallerAuthorized(Method method,
InterfaceType type)
|
| Uses of InterfaceType in org.apache.openejb.spi |
|---|
| Methods in org.apache.openejb.spi with parameters of type InterfaceType | |
|---|---|
boolean |
SecurityService.isCallerAuthorized(Method method,
InterfaceType type)
Active |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||