org.codehaus.aspectwerkz.connectivity
Class Command

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

public class Command
extends java.lang.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
equals, 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 (c) 2002-2004 The AspectWerkz Team. All Rights Reserved.