站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 server API Documentation 英文版文档

Uses of Interface org.jboss.invocation.Invoker (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档


Uses of Interface
org.jboss.invocation.Invoker

Packages that use Invoker
org.jboss.invocation   
org.jboss.invocation.http.interfaces   
org.jboss.invocation.http.server   
org.jboss.invocation.jrmp.interfaces   
org.jboss.invocation.jrmp.server   
org.jboss.invocation.local   
org.jboss.invocation.pooled.interfaces   
org.jboss.proxy Package description goes here
org.jboss.proxy.ejb   
org.jboss.proxy.ejb.handle   
 

Uses of Invoker in org.jboss.invocation
 

Fields in org.jboss.invocation declared as Invoker
protected  Invoker InvokerInterceptor.remoteInvoker
          Invoker to the remote JMX node.
protected static Invoker InvokerInterceptor.localInvoker
          Static references to local invokers.
 

Methods in org.jboss.invocation that return Invoker
static Invoker InvokerInterceptor.getLocal()
          Get the local invoker reference, useful for optimization.
 Invoker InvocationContext.getInvoker()
           
 

Methods in org.jboss.invocation with parameters of type Invoker
static void InvokerInterceptor.setLocal(Invoker invoker)
          Set the local invoker reference, useful for optimization.
 void InvocationContext.setInvoker(Invoker invoker)
           
 

Uses of Invoker in org.jboss.invocation.http.interfaces
 

Classes in org.jboss.invocation.http.interfaces that implement Invoker
 class HttpInvokerProxy
          The client side Http invoker proxy that posts an invocation to the InvokerServlet using the HttpURLConnection created from the proxy externalURL.
 

Uses of Invoker in org.jboss.invocation.http.server
 

Methods in org.jboss.invocation.http.server that return Invoker
protected  Invoker HttpProxyFactory.createInvoker()
          Create the Invoker
 

Uses of Invoker in org.jboss.invocation.jrmp.interfaces
 

Classes in org.jboss.invocation.jrmp.interfaces that implement Invoker
 class JRMPInvokerProxy
          JRMPInvokerProxy, local to the proxy and is capable of delegating to the JRMP implementations
 

Fields in org.jboss.invocation.jrmp.interfaces declared as Invoker
protected  Invoker JRMPInvokerProxy.remoteInvoker
           
 

Constructors in org.jboss.invocation.jrmp.interfaces with parameters of type Invoker
JRMPInvokerProxy(Invoker remoteInvoker)
          Create a new Proxy.
 

Uses of Invoker in org.jboss.invocation.jrmp.server
 

Classes in org.jboss.invocation.jrmp.server that implement Invoker
 class JRMPInvoker
          The JRMPInvoker is an RMI implementation that can generate Invocations from RMI/JRMP into the JMX base.
 

Methods in org.jboss.invocation.jrmp.server that return Invoker
protected  Invoker JRMPInvoker.createDelegateInvoker()
           
 

Uses of Invoker in org.jboss.invocation.local
 

Classes in org.jboss.invocation.local that implement Invoker
 class LocalInvoker
          The Invoker is a local gate in the JMX system.
 

Uses of Invoker in org.jboss.invocation.pooled.interfaces
 

Classes in org.jboss.invocation.pooled.interfaces that implement Invoker
 class PooledInvokerProxy
          Client socket connections are pooled to avoid the overhead of making a connection.
 

Uses of Invoker in org.jboss.proxy
 

Methods in org.jboss.proxy with parameters of type Invoker
 Object GenericProxyFactory.createProxy(Object id, javax.management.ObjectName targetName, Invoker invoker, String jndiName, String proxyBindingName, ArrayList interceptorClasses, ClassLoader loader, Class[] ifaces)
          Create a composite proxy for the given interfaces, invoker.
 Object GenericProxyFactory.createProxy(Object id, javax.management.ObjectName targetName, Invoker invoker, String jndiName, String proxyBindingName, ArrayList interceptorClasses, ClassLoader loader, Class[] ifaces, HashMap ctx)
          Create a composite proxy for the given interfaces, invoker.
 

Uses of Invoker in org.jboss.proxy.ejb
 

Fields in org.jboss.proxy.ejb declared as Invoker
protected  Invoker ProxyFactory.beanInvoker
           
protected  Invoker ProxyFactory.homeInvoker
           
 

Uses of Invoker in org.jboss.proxy.ejb.handle
 

Fields in org.jboss.proxy.ejb.handle declared as Invoker
 Invoker StatefulHandleImpl.invoker
           
 

Constructors in org.jboss.proxy.ejb.handle with parameters of type Invoker
StatefulHandleImpl(int objectName, String jndiName, Invoker invoker, String invokerProxyBinding, Object id, Object invokerID)
          Create an ejb handle for a stateful session bean.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.