org.apache.openejb
Interface RpcContainer
- All Superinterfaces:
- Container
- All Known Subinterfaces:
- ClusteredRPCContainer
- All Known Implementing Classes:
- CmpContainer, EntityContainer, ManagedContainer, MdbContainer, RpcContainerWrapper, SingletonContainer, StatefulContainer, StatelessContainer
public interface RpcContainer
- extends Container
Method Summary |
Object |
invoke(Object deployID,
Class callInterface,
Method callMethod,
Object[] args,
Object primKey)
Deprecated. use invoke signature with InterfaceType if possible. |
Object |
invoke(Object deployID,
InterfaceType callType,
Class callInterface,
Method callMethod,
Object[] args,
Object primKey)
|
Object |
invoke(Object deployID,
Method callMethod,
Object[] args,
Object primKey,
Object securityIdentity)
Deprecated. use invoke signature without "securityIdentity" param. As of OpenEJB 3.0 this argument is ignored. |
invoke
Object invoke(Object deployID,
Method callMethod,
Object[] args,
Object primKey,
Object securityIdentity)
throws OpenEJBException
- Deprecated. use invoke signature without "securityIdentity" param. As of OpenEJB 3.0 this argument is ignored.
- Throws:
OpenEJBException
invoke
Object invoke(Object deployID,
Class callInterface,
Method callMethod,
Object[] args,
Object primKey)
throws OpenEJBException
- Deprecated. use invoke signature with InterfaceType if possible.
- Throws:
OpenEJBException
invoke
Object invoke(Object deployID,
InterfaceType callType,
Class callInterface,
Method callMethod,
Object[] args,
Object primKey)
throws OpenEJBException
- Throws:
OpenEJBException
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.