org.jboss.remoting.invocation
Class OnewayInvocation

java.lang.Object
  extended byorg.jboss.remoting.invocation.RemoteInvocation
      extended byorg.jboss.remoting.invocation.OnewayInvocation
All Implemented Interfaces:
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(Object param)
           
 
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, toString, wait, wait, wait
 

Constructor Detail

OnewayInvocation

public OnewayInvocation(Object param)


Copyright © 2004 JBoss Inc. All Rights Reserved.