org.apache.geronimo.remoting
Class InvocationType

java.lang.Object
  extended byorg.apache.geronimo.remoting.InvocationType
All Implemented Interfaces:
Serializable

public final class InvocationType
extends Object
implements Serializable

Version:
$Revision: 1.3 $ $Date: 2004/03/10 09:59:19 $
See Also:
Serialized Form

Field Summary
static InvocationType DATAGRAM
           
static InvocationType REQUEST
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

REQUEST

public static final InvocationType REQUEST

DATAGRAM

public static final InvocationType DATAGRAM
Method Detail

toString

public String toString()


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.