org.jboss.remoting.invocation
Class OnewayInvocation

java.lang.Object
  extended by org.jboss.remoting.invocation.RemoteInvocation
      extended by org.jboss.remoting.invocation.OnewayInvocation
All Implemented Interfaces:
java.io.Serializable

public class OnewayInvocation
extends RemoteInvocation

Author:
Tom Elrod
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jboss.remoting.invocation.RemoteInvocation
methodName, params
 
Constructor Summary
OnewayInvocation(java.lang.Object param)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class org.jboss.remoting.invocation.RemoteInvocation
getMethodName, getParameters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OnewayInvocation

public OnewayInvocation(java.lang.Object param)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


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