org.apache.openejb
Interface RpcContainer
- All Superinterfaces:
- Container
- All Known Subinterfaces:
- ClusteredRPCContainer
- All Known Implementing Classes:
- CmpContainer, EntityContainer, MdbContainer, RpcContainerWrapper, StatefulContainer, StatelessContainer
public interface RpcContainer
- extends Container
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
- Throws:
OpenEJBException
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.