com.agentfactory.cldc.name_service
Class UniqueConstant

java.lang.Object
  extended by com.agentfactory.cldc.name_service.UniqueConstant

public class UniqueConstant
extends java.lang.Object

Constants used in the unique name service and associated actuators and perceptors.

Author:
Conor Muldoon

Field Summary
static byte LOCAL
           
static java.lang.String UNIQUE
           
static byte UNIQUE_NAME
           
static byte UPDATE
           
 
Constructor Summary
UniqueConstant()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNIQUE

public static final java.lang.String UNIQUE
See Also:
Constant Field Values

LOCAL

public static final byte LOCAL
See Also:
Constant Field Values

UNIQUE_NAME

public static final byte UNIQUE_NAME
See Also:
Constant Field Values

UPDATE

public static final byte UPDATE
See Also:
Constant Field Values
Constructor Detail

UniqueConstant

public UniqueConstant()