|
||||||||||
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 |
DeploymentInfo.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 |
DeploymentInfo.getInterface(InterfaceType interfaceType)
|
List<Class> |
DeploymentInfo.getInterfaces(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(DeploymentInfo deploymentInfo,
Object primaryKey,
List<Class> interfaces,
InterfaceType proxyType)
|
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 |
---|
Methods in org.apache.openejb.core that return InterfaceType | |
---|---|
InterfaceType |
CoreDeploymentInfo.getInterfaceType(Class clazz)
|
Methods in org.apache.openejb.core with parameters of type InterfaceType | |
---|---|
Class |
CoreDeploymentInfo.getInterface(InterfaceType interfaceType)
|
List<Class> |
CoreDeploymentInfo.getInterfaces(InterfaceType interfaceType)
|
Object |
RpcContainerWrapper.invoke(Object deployID,
InterfaceType callType,
Class callInterface,
Method callMethod,
Object[] args,
Object primKey)
|
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 | |
---|---|
Object |
EntityContainer.invoke(Object deployID,
InterfaceType type,
Class callInterface,
Method callMethod,
Object[] args,
Object primKey)
|
protected EjbObjectProxyHandler |
EntityEjbHomeHandler.newEjbObjectHandler(DeploymentInfo deploymentInfo,
Object pk,
InterfaceType interfaceType,
List<Class> interfaces)
|
Constructors in org.apache.openejb.core.entity with parameters of type InterfaceType | |
---|---|
EntityEjbHomeHandler(DeploymentInfo deploymentInfo,
InterfaceType interfaceType,
List<Class> interfaces)
|
|
EntityEjbObjectHandler(DeploymentInfo deploymentInfo,
Object pk,
InterfaceType interfaceType,
List<Class> interfaces)
|
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(DeploymentInfo deploymentInfo,
InterfaceType interfaceType,
List<Class> interfaces)
|
static Object |
EjbHomeProxyHandler.createHomeProxy(DeploymentInfo deploymentInfo,
InterfaceType interfaceType)
|
static Object |
EjbHomeProxyHandler.createHomeProxy(DeploymentInfo deploymentInfo,
InterfaceType interfaceType,
List<Class> objectInterfaces)
|
static Object |
EjbObjectProxyHandler.createProxy(DeploymentInfo deploymentInfo,
Object primaryKey,
InterfaceType interfaceType)
|
static Object |
EjbObjectProxyHandler.createProxy(DeploymentInfo deploymentInfo,
Object primaryKey,
InterfaceType interfaceType,
List<Class> interfaces)
|
protected abstract EjbObjectProxyHandler |
EjbHomeProxyHandler.newEjbObjectHandler(DeploymentInfo deploymentInfo,
Object pk,
InterfaceType interfaceType,
List<Class> interfaces)
|
Constructors in org.apache.openejb.core.ivm with parameters of type InterfaceType | |
---|---|
BaseEjbProxyHandler(DeploymentInfo deploymentInfo,
Object pk,
InterfaceType interfaceType,
List<Class> interfaces)
|
|
EjbHomeProxyHandler(DeploymentInfo deploymentInfo,
InterfaceType interfaceType,
List<Class> interfaces)
|
|
EjbObjectProxyHandler(DeploymentInfo deploymentInfo,
Object pk,
InterfaceType interfaceType,
List<Class> interfaces)
|
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(CoreDeploymentInfo deploymentInfo,
Object primKey,
Class callInterface,
Method callMethod,
Object[] args,
InterfaceType interfaceType)
|
protected ProxyInfo |
ManagedContainer.createEJBObject(CoreDeploymentInfo deploymentInfo,
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(DeploymentInfo deploymentInfo,
Object pk,
InterfaceType interfaceType,
List<Class> interfaces)
|
protected Object |
ManagedContainer.removeEJBObject(CoreDeploymentInfo deploymentInfo,
Object primKey,
Class callInterface,
Method callMethod,
Object[] args,
InterfaceType interfaceType)
|
Constructors in org.apache.openejb.core.managed with parameters of type InterfaceType | |
---|---|
ManagedHomeHandler(DeploymentInfo deploymentInfo,
InterfaceType interfaceType,
List<Class> interfaces)
|
|
ManagedObjectHandler(DeploymentInfo deploymentInfo,
Object pk,
InterfaceType interfaceType,
List<Class> interfaces)
|
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)
|
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(DeploymentInfo deploymentInfo,
Object pk,
InterfaceType interfaceType,
List<Class> interfaces)
|
Constructors in org.apache.openejb.core.singleton with parameters of type InterfaceType | |
---|---|
SingletonEjbHomeHandler(DeploymentInfo deploymentInfo,
InterfaceType interfaceType,
List<Class> interfaces)
|
|
SingletonEjbObjectHandler(DeploymentInfo deploymentInfo,
Object pk,
InterfaceType interfaceType,
List<Class> interfaces)
|
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(CoreDeploymentInfo deploymentInfo,
Object primKey,
Class callInterface,
Method callMethod,
Object[] args,
InterfaceType interfaceType)
|
protected ProxyInfo |
StatefulContainer.createEJBObject(CoreDeploymentInfo deploymentInfo,
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(DeploymentInfo deploymentInfo,
Object pk,
InterfaceType interfaceType,
List<Class> interfaces)
|
protected Object |
StatefulContainer.removeEJBObject(CoreDeploymentInfo deploymentInfo,
Object primKey,
Class callInterface,
Method callMethod,
Object[] args,
InterfaceType interfaceType)
|
Constructors in org.apache.openejb.core.stateful with parameters of type InterfaceType | |
---|---|
StatefulEjbHomeHandler(DeploymentInfo deploymentInfo,
InterfaceType interfaceType,
List<Class> interfaces)
|
|
StatefulEjbObjectHandler(DeploymentInfo deploymentInfo,
Object pk,
InterfaceType interfaceType,
List<Class> interfaces)
|
Uses of InterfaceType in org.apache.openejb.core.stateless |
---|
Methods in org.apache.openejb.core.stateless with parameters of type InterfaceType | |
---|---|
protected Object |
StatelessContainer._invoke(Method callMethod,
Method runMethod,
Object[] args,
Instance instance,
ThreadContext callContext,
InterfaceType type)
|
Object |
StatelessContainer.invoke(Object deployID,
InterfaceType type,
Class callInterface,
Method callMethod,
Object[] args,
Object primKey)
|
protected EjbObjectProxyHandler |
StatelessEjbHomeHandler.newEjbObjectHandler(DeploymentInfo deploymentInfo,
Object pk,
InterfaceType interfaceType,
List<Class> interfaces)
|
Constructors in org.apache.openejb.core.stateless with parameters of type InterfaceType | |
---|---|
StatelessEjbHomeHandler(DeploymentInfo deploymentInfo,
InterfaceType interfaceType,
List<Class> interfaces)
|
|
StatelessEjbObjectHandler(DeploymentInfo deploymentInfo,
Object pk,
InterfaceType interfaceType,
List<Class> interfaces)
|
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 |