|
||||||||||
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)
|
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()
|
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)
|
protected abstract EjbObjectProxyHandler |
CoreContext.newEjbObjectHandler(RpcContainer container,
Object pk,
Object depID,
InterfaceType interfaceType)
|
Uses of InterfaceType in org.apache.openejb.core.entity |
---|
Methods in org.apache.openejb.core.entity with parameters of type InterfaceType | |
---|---|
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.security |
---|
Methods in org.apache.openejb.core.security with parameters of type InterfaceType | |
---|---|
boolean |
AbstractSecurityService.isCallerAuthorized(Method method,
InterfaceType interfaceType)
|
Uses of InterfaceType in org.apache.openejb.core.stateful |
---|
Methods in org.apache.openejb.core.stateful with parameters of type InterfaceType | |
---|---|
protected EjbObjectProxyHandler |
StatefulEjbHomeHandler.newEjbObjectHandler(DeploymentInfo deploymentInfo,
Object pk,
InterfaceType interfaceType,
List<Class> interfaces)
|
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 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 |