gov.virginia.dcjs.jini.shared
Interface JiniServices


public interface JiniServices

This class encapsulates constants that are utilized for Jini communication. * The String constants represent the names of specific services * or request parameter keys, and the int constants are used for * remote administration. This latter set of constants are combined in request * (type, item) ordered pairs to obtain different results as follows:


Field Summary
static java.lang.String ACCESS
          Access database service
static int ADMINISTRATE
          Perform an administration activity
static java.lang.String APPLICATION
          Misc application
static int AUTHENTICATE
          Client authentication request
static java.lang.String BROADCAST
          Broadcast service
static int COMMUNICATE
          Perform a communication related activity
static java.lang.String CONNECTED
          Current number of client connections
static java.lang.String CONSOLE
          Console service
static int DESTROY
          Remove a service from operation
static java.lang.String DEVELOPMENT
          Suffix to service names under development (set to '_D' for development, and an empty String for production)
static java.lang.String FOXPRO
          FoxPro database service
static java.lang.String HITS
          Total number of client hits on the service since startup
static int INFORMATION
          Perform an statistic/informational activity
static int INVALID
          Unrecognized request to be ignored
static java.lang.String LOAD
          Maximum concurrent load of client connections
static java.lang.String LOG
          Logging service
static int SERVICE
          Send a message to a particular service
static java.lang.String SQL_SERVER
          SQL Server database service
static int START
          Start a service
static java.lang.String START_INFO
          Startup information such as the service startup date
static java.lang.String STATISTICS
          Statistics service
static int STOP
          Stop / Pause a service
 

Field Detail

LOG

public static final java.lang.String LOG
Logging service

See Also:
Constant Field Values

CONSOLE

public static final java.lang.String CONSOLE
Console service

See Also:
Constant Field Values

BROADCAST

public static final java.lang.String BROADCAST
Broadcast service

See Also:
Constant Field Values

ACCESS

public static final java.lang.String ACCESS
Access database service

See Also:
Constant Field Values

FOXPRO

public static final java.lang.String FOXPRO
FoxPro database service

See Also:
Constant Field Values

SQL_SERVER

public static final java.lang.String SQL_SERVER
SQL Server database service

See Also:
Constant Field Values

STATISTICS

public static final java.lang.String STATISTICS
Statistics service

See Also:
Constant Field Values

APPLICATION

public static final java.lang.String APPLICATION
Misc application

See Also:
Constant Field Values

DEVELOPMENT

public static final java.lang.String DEVELOPMENT
Suffix to service names under development (set to '_D' for development, and an empty String for production)

See Also:
Constant Field Values

INVALID

public static final int INVALID
Unrecognized request to be ignored

See Also:
Constant Field Values

AUTHENTICATE

public static final int AUTHENTICATE
Client authentication request

See Also:
Constant Field Values

ADMINISTRATE

public static final int ADMINISTRATE
Perform an administration activity

See Also:
Constant Field Values

COMMUNICATE

public static final int COMMUNICATE
Perform a communication related activity

See Also:
Constant Field Values

INFORMATION

public static final int INFORMATION
Perform an statistic/informational activity

See Also:
Constant Field Values

START

public static final int START
Start a service

See Also:
Constant Field Values

STOP

public static final int STOP
Stop / Pause a service

See Also:
Constant Field Values

DESTROY

public static final int DESTROY
Remove a service from operation

See Also:
Constant Field Values

SERVICE

public static final int SERVICE
Send a message to a particular service

See Also:
Constant Field Values

START_INFO

public static final java.lang.String START_INFO
Startup information such as the service startup date

See Also:
Constant Field Values

HITS

public static final java.lang.String HITS
Total number of client hits on the service since startup

See Also:
Constant Field Values

CONNECTED

public static final java.lang.String CONNECTED
Current number of client connections

See Also:
Constant Field Values

LOAD

public static final java.lang.String LOAD
Maximum concurrent load of client connections

See Also:
Constant Field Values