at.ac.tuwien.dslab.rmi.common.interfaces
Interface IPropertyKeys


public interface IPropertyKeys

The IPropertyKeys interface defines some common keys for accessing the properties for the DSGFileMan system.


Field Summary
static java.lang.String DOCUMENT_ROOT
          Document root for all repositories on the server side
static java.lang.String RMI_HOSTNAME
          RMI hostname
static java.lang.String RMI_OBJECT
          The name of the RMI object
static java.lang.String RMI_PORT
          The RMI registry port
static java.lang.String USER_FILE
          The user account file
 

Field Detail

RMI_HOSTNAME

static final java.lang.String RMI_HOSTNAME
RMI hostname

See Also:
Constant Field Values

RMI_PORT

static final java.lang.String RMI_PORT
The RMI registry port

See Also:
Constant Field Values

RMI_OBJECT

static final java.lang.String RMI_OBJECT
The name of the RMI object

See Also:
Constant Field Values

DOCUMENT_ROOT

static final java.lang.String DOCUMENT_ROOT
Document root for all repositories on the server side

See Also:
Constant Field Values

USER_FILE

static final java.lang.String USER_FILE
The user account file

See Also:
Constant Field Values