org.fosstrak.llrp.adaptor
Class Constants

java.lang.Object
  extended by org.fosstrak.llrp.adaptor.Constants

public class Constants
extends java.lang.Object

basic constants.

Author:
sawielan

Field Summary
static java.lang.String adaptorNameInRegistry
          the name of the llrp adaptor in the rmi registry.
static int DEFAULT_LLRP_PORT
          the default port for a llrp reader.
static int registryPort
          the port of our rmi registry.
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

registryPort

public static final int registryPort
the port of our rmi registry.

See Also:
Constant Field Values

adaptorNameInRegistry

public static final java.lang.String adaptorNameInRegistry
the name of the llrp adaptor in the rmi registry.

See Also:
Constant Field Values

DEFAULT_LLRP_PORT

public static final int DEFAULT_LLRP_PORT
the default port for a llrp reader.

See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()


Copyright © 2009. All Rights Reserved.