org.codehaus.aspectwerkz.connectivity
Class Command

java.lang.Object
  extended byorg.codehaus.aspectwerkz.connectivity.Command

public class Command
extends Object

Enum with all the commands for remote access.

Author:
Jonas Bonér

Field Summary
static int CLOSE
           
static int CREATE
           
static int INVOKE
           
 
Constructor Summary
Command()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CREATE

public static final int CREATE
See Also:
Constant Field Values

INVOKE

public static final int INVOKE
See Also:
Constant Field Values

CLOSE

public static final int CLOSE
See Also:
Constant Field Values
Constructor Detail

Command

public Command()


Copyright © 2002-2004 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.