org.jboss.remoting.invocation
Class OnewayInvocation

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

public class OnewayInvocation
extends RemoteInvocation (src)

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jboss.remoting.invocation.RemoteInvocation (src)
methodName, params
 
Constructor Summary
OnewayInvocation(java.lang.Object param)
           
 
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
 

Constructor Detail

OnewayInvocation

public OnewayInvocation(java.lang.Object param)