org.apache.openejb
Interface RpcContainer

All Superinterfaces:
Container
All Known Subinterfaces:
ClusteredRPCContainer
All Known Implementing Classes:
CmpContainer, EntityContainer, ManagedContainer, MdbContainer, SingletonContainer, StatefulContainer, StatelessContainer

public interface RpcContainer
extends Container


Method Summary
 Object invoke(Object deployID, InterfaceType callType, Class callInterface, Method callMethod, Object[] args, Object primKey)
           
 
Methods inherited from interface org.apache.openejb.Container
deploy, getBeanContext, getBeanContexts, getContainerID, getContainerType, start, stop, undeploy
 

Method Detail

invoke

Object invoke(Object deployID,
              InterfaceType callType,
              Class callInterface,
              Method callMethod,
              Object[] args,
              Object primKey)
              throws OpenEJBException
Throws:
OpenEJBException


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.