Uses of Class
org.jboss.remoting.invocation.InternalInvocation

Packages that use InternalInvocation
org.jboss.remoting   
org.jboss.remoting.callback   
org.jboss.remoting.transport.bisocket   
 

Uses of InternalInvocation in org.jboss.remoting
 

Methods in org.jboss.remoting with parameters of type InternalInvocation
protected  java.lang.Object ServerInvoker.handleInternalInvocation(InternalInvocation param, InvocationRequest invocation, ServerInvocationHandler handler)
          Handles both internal and external invocations (internal meaning only to be used within remoting and external for ones that go to handlers.
 

Uses of InternalInvocation in org.jboss.remoting.callback
 

Methods in org.jboss.remoting.callback with parameters of type InternalInvocation
 void ServerInvokerCallbackHandler.acknowledgeCallbacks(InternalInvocation invocation)
          Calls listeners to acknowledge callbacks
 

Uses of InternalInvocation in org.jboss.remoting.transport.bisocket
 

Methods in org.jboss.remoting.transport.bisocket with parameters of type InternalInvocation
protected  java.lang.Object BisocketServerInvoker.handleInternalInvocation(InternalInvocation ii, InvocationRequest ir, ServerInvocationHandler handler)
           
 



Copyright © 1998-2005 JBoss Inc . All Rights Reserved.