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


Method Summary
 Object invoke(Object deployID, 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.
 
Methods inherited from interface org.apache.openejb.Container
deploy, deployments, getContainerID, getContainerType, getDeploymentInfo, undeploy
 

Method Detail

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.