org.codehaus.aspectwerkz.connectivity
Class Command

java.lang.Object
  extended by org.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()
           
 
Method Summary
 
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-2005 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.