org.jboss.remoting.invocation
Class InternalInvocation

java.lang.Object
  extended byorg.jboss.remoting.invocation.RemoteInvocation (src) 
      extended byorg.jboss.remoting.invocation.InternalInvocation
All Implemented Interfaces:
java.io.Serializable

public class InternalInvocation
extends RemoteInvocation (src)

InternalInvocation.java is an invocation object for use in the remoting layer for callbacks etc. We are responsible for assuring that each method name has a unique arg list.

Created: Mon Apr 28 09:14:46 2003

See Also:
Serialized Form

Field Summary
static java.lang.String ADDCLIENTLISTENER
           
static java.lang.String ADDLISTENER
           
static java.lang.String GETCALLBACKS
           
static java.lang.String HANDLECALLBACK
           
static java.lang.String REMOVECLIENTLISTENER
           
static java.lang.String REMOVELISTENER
           
 
Fields inherited from class org.jboss.remoting.invocation.RemoteInvocation (src)
methodName, params
 
Constructor Summary
InternalInvocation(java.lang.String methodName, java.lang.Object[] params)
           
 
Methods inherited from class org.jboss.remoting.invocation.RemoteInvocation (src)
getMethodName, getParameters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ADDCLIENTLISTENER

public static final java.lang.String ADDCLIENTLISTENER
See Also:
Constant Field Values (src)

ADDLISTENER

public static final java.lang.String ADDLISTENER
See Also:
Constant Field Values (src)

REMOVELISTENER

public static final java.lang.String REMOVELISTENER
See Also:
Constant Field Values (src)

REMOVECLIENTLISTENER

public static final java.lang.String REMOVECLIENTLISTENER
See Also:
Constant Field Values (src)

GETCALLBACKS

public static final java.lang.String GETCALLBACKS
See Also:
Constant Field Values (src)

HANDLECALLBACK

public static final java.lang.String HANDLECALLBACK
See Also:
Constant Field Values (src)
Constructor Detail

InternalInvocation

public InternalInvocation(java.lang.String methodName,
                          java.lang.Object[] params)