Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

mucode
Interface MuConstants  view MuConstants download MuConstants.java

All Known Implementing Classes:
Group, Header, MuClassLoader, MuServer

public interface MuConstants

Package constants.

Version:
1.0

Field Summary
static java.lang.String COMPRESSIONkey
          Property key.
static java.lang.String DEBUGkey
          Property key.
static int DYN_LINK
           
static java.lang.String ERRORSkey
          Property key.
static int GROUP
           
static java.lang.String MESSAGESkey
          Property key.
static int OK
           
static java.lang.String PACKAGE_NAME
          The name of the package.
static java.lang.String PORTkey
          Property key.
static int REMOTE_ERROR
           
static int SERVER_PORT
          Default value for the port where a µServer is listening for incoming groups.
static long TIMEOUT
          Default value for the connection timeout.
static java.lang.String TIMEOUTkey
          Property key.
static java.lang.String UBICLASSESkey
          Property key.
static java.lang.String UBIPACKAGESkey
          Property key.
static int UNKNOWN
          Conventional value for a parameter.
 

Field Detail

PACKAGE_NAME

public static final java.lang.String PACKAGE_NAME
The name of the package.

See Also:
Constant Field Values

UNKNOWN

public static final int UNKNOWN
Conventional value for a parameter.

See Also:
Constant Field Values

PORTkey

public static final java.lang.String PORTkey
Property key.

See Also:
Constant Field Values

TIMEOUTkey

public static final java.lang.String TIMEOUTkey
Property key.

See Also:
Constant Field Values

COMPRESSIONkey

public static final java.lang.String COMPRESSIONkey
Property key.

See Also:
Constant Field Values

ERRORSkey

public static final java.lang.String ERRORSkey
Property key.

See Also:
Constant Field Values

MESSAGESkey

public static final java.lang.String MESSAGESkey
Property key.

See Also:
Constant Field Values

DEBUGkey

public static final java.lang.String DEBUGkey
Property key.

See Also:
Constant Field Values

UBICLASSESkey

public static final java.lang.String UBICLASSESkey
Property key.

See Also:
Constant Field Values

UBIPACKAGESkey

public static final java.lang.String UBIPACKAGESkey
Property key.

See Also:
Constant Field Values

TIMEOUT

public static final long TIMEOUT
Default value for the connection timeout.

See Also:
Constant Field Values

SERVER_PORT

public static final int SERVER_PORT
Default value for the port where a µServer is listening for incoming groups.

See Also:
Constant Field Values

GROUP

public static final int GROUP
See Also:
Constant Field Values

DYN_LINK

public static final int DYN_LINK
See Also:
Constant Field Values

OK

public static final int OK
See Also:
Constant Field Values

REMOTE_ERROR

public static final int REMOTE_ERROR
See Also:
Constant Field Values