org.openejb.corba.core
Class Invoker

java.lang.Object
  |
  +--org.openejb.corba.core.Invoker

public class Invoker
extends java.lang.Object


Constructor Summary
Invoker()
           
 
Method Summary
static java.lang.Object invoke(ContainerAdapter adapter, java.lang.Object deployID, java.lang.reflect.Method method, java.lang.Object[] args, java.lang.Object primaryKey, java.security.Principal principal)
          This operation invokes the container to dispatch an incoming request
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Invoker

public Invoker()
Method Detail

invoke

public static java.lang.Object invoke(ContainerAdapter adapter,
                                      java.lang.Object deployID,
                                      java.lang.reflect.Method method,
                                      java.lang.Object[] args,
                                      java.lang.Object primaryKey,
                                      java.security.Principal principal)
                               throws java.lang.Throwable
This operation invokes the container to dispatch an incoming request