|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Invoker in org.jboss.invocation |
---|
Fields in org.jboss.invocation declared as Invoker | |
---|---|
protected static Invoker |
InvokerInterceptor.localInvoker
Static references to local invokers. |
protected Invoker |
InvokerInterceptor.remoteInvoker
Invoker to the remote JMX node. |
Methods in org.jboss.invocation that return Invoker | |
---|---|
Invoker |
InvocationContext.getInvoker()
|
static Invoker |
InvokerInterceptor.getLocal()
Get the local invoker reference, useful for optimization. |
Methods in org.jboss.invocation with parameters of type Invoker | |
---|---|
void |
InvocationContext.setInvoker(Invoker invoker)
|
static void |
InvokerInterceptor.setLocal(Invoker invoker)
Set the local invoker reference, useful for optimization. |
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. |
class |
JRMPInvoker_Stub
|
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.invocation.unified.interfaces |
---|
Classes in org.jboss.invocation.unified.interfaces that implement Invoker | |
---|---|
class |
UnifiedInvokerProxy
This represents the client side of the EJB invoker. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |