A C D F G I M O P R S

A

addArgumentsToInvocation(MethodInvocation, Object[]) - Method in class org.jboss.aspects.remoting.PojiProxy
Sets the specified arguments on the specified invocation.
addListener(InvokerCallbackHandler) - Method in class org.jboss.aspects.remoting.AOPRemotingInvocationHandler
Adds a callback handler that will listen for callbacks from the server invoker handler.
addMetadataToInvocation(MethodInvocation) - Method in class org.jboss.aspects.remoting.PojiProxy
Adds metadata to the specified MethodInvocation before invocation is called.
AOPRemotingInvocationHandler - Class in org.jboss.aspects.remoting
AOPRemotingInvocationHandler is a ServerInvocationHandler that will forward requests to the aop Dispatcher
AOPRemotingInvocationHandler() - Constructor for class org.jboss.aspects.remoting.AOPRemotingInvocationHandler
 

C

constructMethodInvocation(Method, Object[]) - Method in class org.jboss.aspects.remoting.PojiProxy
Constructs a MethodInvocation from the specified Method and arguments
createPojiProxy(Object, Class[], String) - Static method in class org.jboss.aspects.remoting.Remoting
Does'nt propagate security/tx
createPojiProxy(Object, Class[], String, Interceptor[]) - Static method in class org.jboss.aspects.remoting.Remoting
 
createRemoteProxy(Object, Class, String) - Static method in class org.jboss.aspects.remoting.Remoting
 
createRemoteProxy(Object, Class, InvokerLocator) - Static method in class org.jboss.aspects.remoting.Remoting
 
createRemoteProxy(Object, ClassLoader, Class[], InvokerLocator) - Static method in class org.jboss.aspects.remoting.Remoting
Create a remote proxy for the given ifaces, Dispatch.OID, locator.
createRemoteProxy(Object, ClassLoader, Class[], InvokerLocator, List<Interceptor>, String) - Static method in class org.jboss.aspects.remoting.Remoting
Create a remote proxy for the given ifaces, Dispatch.OID, locator, interceptors and subsystem.

D

destroy() - Method in class org.jboss.aspects.remoting.AOPRemotingInvocationHandler
method is called to destroy the handler and remove all pending notifications and listeners from the notification cache

F

finalize() - Method in class org.jboss.aspects.remoting.AOPRemotingInvocationHandler
 

G

getConnector() - Method in class org.jboss.aspects.remoting.RemotingProxyFactory
Returns the Remoting Connector that directs invocations to the AOPRemotingInvocationHandler, which then directs invocations to the target
getDispatchName() - Method in class org.jboss.aspects.remoting.RemotingProxyFactory
Returns the name under which the AOP dispatcher will register the target
getInterceptors() - Method in class org.jboss.aspects.remoting.PojiProxy
 
getInterceptors() - Method in class org.jboss.aspects.remoting.RemotingProxyFactory
Returns the interceptors through which an invocation will pass on the client side.
getInterfaces() - Method in class org.jboss.aspects.remoting.RemotingProxyFactory
Returns the interfaces implemented by the proxy created by this instance of RemotingProxyFactory
getInvokerLocator() - Method in class org.jboss.aspects.remoting.RemotingProxyFactory
Returns the String form of the InvokerLocator that identifies the Remoting Connector that directs invocations to the AOPRemotingInvocationHandler, which then directs invocations to the target
getJndiName() - Method in class org.jboss.aspects.remoting.RemotingProxyFactory
Returns the name to which the proxy will be bound in JNDI
getName() - Method in class org.jboss.aspects.remoting.InvokeRemoteInterceptor
 
getName() - Method in class org.jboss.aspects.remoting.IsLocalInterceptor
 
getName() - Method in class org.jboss.aspects.remoting.MergeMetaDataInterceptor
 
getOid() - Method in class org.jboss.aspects.remoting.PojiProxy
 
getProxy() - Method in class org.jboss.aspects.remoting.RemotingProxyFactory
Returns the proxy created by this instance of RemotingProxyFactory
getSubsystem() - Method in class org.jboss.aspects.remoting.RemotingProxyFactory
Returns the subsystem name that identifes the AOPRemotingInvocationHandler running in the Remoting Connector.
getTarget() - Method in class org.jboss.aspects.remoting.RemotingProxyFactory
Returns the target to which the AOP dispatcher will direct invocations
getUri() - Method in class org.jboss.aspects.remoting.PojiProxy
 

I

invoke(InvocationRequest) - Method in class org.jboss.aspects.remoting.AOPRemotingInvocationHandler
 
invoke(Invocation) - Method in class org.jboss.aspects.remoting.InvokeRemoteInterceptor
 
invoke(Invocation) - Method in class org.jboss.aspects.remoting.IsLocalInterceptor
 
invoke(Invocation) - Method in class org.jboss.aspects.remoting.MergeMetaDataInterceptor
 
invoke(Object, Method, Object[]) - Method in class org.jboss.aspects.remoting.PojiProxy
 
INVOKER_LOCATOR - Static variable in class org.jboss.aspects.remoting.InvokeRemoteInterceptor
 
InvokeRemoteInterceptor - Class in org.jboss.aspects.remoting
Handles making an invocation on a remote target.
InvokeRemoteInterceptor() - Constructor for class org.jboss.aspects.remoting.InvokeRemoteInterceptor
 
IsLocalInterceptor - Class in org.jboss.aspects.remoting
Checks to see if this object is local in VM
IsLocalInterceptor() - Constructor for class org.jboss.aspects.remoting.IsLocalInterceptor
 

M

makeRemotable(InstanceAdvised, InvokerLocator, Object) - Static method in class org.jboss.aspects.remoting.Remoting
Create a remote proxy given the advised proxy, locator and Dispatcher.OID.
makeRemotable(InstanceAdvised, InvokerLocator, Object, List<Interceptor>, String) - Static method in class org.jboss.aspects.remoting.Remoting
Create a remote proxy given the advised proxy, locator, Dispatcher.OID, interceptors and remoting subystem.
merge(Invocation, MetaDataResolver, SimpleMetaData) - Method in class org.jboss.aspects.remoting.MergeMetaDataInterceptor
 
MergeMetaDataInterceptor - Class in org.jboss.aspects.remoting
Prepare Metadata to be marshalled across the wire.
MergeMetaDataInterceptor() - Constructor for class org.jboss.aspects.remoting.MergeMetaDataInterceptor
 

O

org.jboss.aspects.remoting - package org.jboss.aspects.remoting
 

P

PojiProxy - Class in org.jboss.aspects.remoting
comment
PojiProxy(Object, InvokerLocator, Interceptor[]) - Constructor for class org.jboss.aspects.remoting.PojiProxy
 

R

REMOTING - Static variable in class org.jboss.aspects.remoting.InvokeRemoteInterceptor
 
Remoting - Class in org.jboss.aspects.remoting
Remoting proxy utility methods.
Remoting() - Constructor for class org.jboss.aspects.remoting.Remoting
 
RemotingProxyFactory - Class in org.jboss.aspects.remoting
RemotingProxyFactory is an AOP / Remoting replacement for org.jboss.invocation.jrmp.server.JRMPProxyFactory.
RemotingProxyFactory() - Constructor for class org.jboss.aspects.remoting.RemotingProxyFactory
 
removeListener(InvokerCallbackHandler) - Method in class org.jboss.aspects.remoting.AOPRemotingInvocationHandler
Removes the callback handler that was listening for callbacks from the server invoker handler.

S

setConnector(Connector) - Method in class org.jboss.aspects.remoting.RemotingProxyFactory
Sets the Remoting Connector that directs invocations to the AOPRemotingInvocationHandler, which then directs invocations to the target
setDispatchName(String) - Method in class org.jboss.aspects.remoting.RemotingProxyFactory
Sets the name under which the AOP dispatcher will register the target
setInterceptors(ArrayList<?>) - Method in class org.jboss.aspects.remoting.RemotingProxyFactory
Sets the interceptors through which an invocation will pass on the client side.
setInterfaces(Class<?>[]) - Method in class org.jboss.aspects.remoting.RemotingProxyFactory
Sets the interfaces implemented by the proxy created by this instance of RemotingProxyFactory
setInvoker(ServerInvoker) - Method in class org.jboss.aspects.remoting.AOPRemotingInvocationHandler
set the invoker that owns this handler
setInvokerLocator(String) - Method in class org.jboss.aspects.remoting.RemotingProxyFactory
Sets the String form of the InvokerLocator that identifies the Remoting Connector that directs invocations to the AOPRemotingInvocationHandler, which then directs invocations to the target
setJndiName(String) - Method in class org.jboss.aspects.remoting.RemotingProxyFactory
Sets the name to which the proxy will be bound in JNDI
setMBeanServer(MBeanServer) - Method in class org.jboss.aspects.remoting.AOPRemotingInvocationHandler
set the mbean server that the handler can reference
setSubsystem(String) - Method in class org.jboss.aspects.remoting.RemotingProxyFactory
Sets the subsystem name that identifes the AOPRemotingInvocationHandler running in the Remoting Connector.
setTarget(Object) - Method in class org.jboss.aspects.remoting.RemotingProxyFactory
Sets the target to which the AOP dispatcher will direct invocations
singleton - Static variable in class org.jboss.aspects.remoting.InvokeRemoteInterceptor
 
singleton - Static variable in class org.jboss.aspects.remoting.IsLocalInterceptor
 
singleton - Static variable in class org.jboss.aspects.remoting.MergeMetaDataInterceptor
 
start() - Method in class org.jboss.aspects.remoting.RemotingProxyFactory
Lifecycle method.
stop() - Method in class org.jboss.aspects.remoting.RemotingProxyFactory
Lifecycle method.
SUBSYSTEM - Static variable in class org.jboss.aspects.remoting.InvokeRemoteInterceptor
 

A C D F G I M O P R S

Copyright © 2008 JBoss Inc.. All Rights Reserved.