com.sibvisions.rad.server.protocol
Interface ICategoryConstants


public interface ICategoryConstants

The ICategoryConstants defines the standard protocol categories.


Field Summary
static java.lang.String APPLICATION
          the application category.
static java.lang.String DATABASE
          the database category.
static java.lang.String LIFECYCLE
          the lifecycle object category.
static java.lang.String SERVER
          the server category.
static java.lang.String SERVER_OBJECT
          the server object category.
static java.lang.String SESSION
          the session category.
static java.lang.String SESSION_MANAGER
          the session manager category.
static java.lang.String STORAGE
          the storage category.
static java.lang.String UNDEFINED
          the undefined category.
static java.lang.String WORKSCREEN
          the work-screen category.
 

Field Detail

UNDEFINED

static final java.lang.String UNDEFINED
the undefined category.

See Also:
Constant Field Values

SERVER

static final java.lang.String SERVER
the server category.

See Also:
Constant Field Values

SESSION

static final java.lang.String SESSION
the session category.

See Also:
Constant Field Values

SESSION_MANAGER

static final java.lang.String SESSION_MANAGER
the session manager category.

See Also:
Constant Field Values

DATABASE

static final java.lang.String DATABASE
the database category.

See Also:
Constant Field Values

STORAGE

static final java.lang.String STORAGE
the storage category.

See Also:
Constant Field Values

APPLICATION

static final java.lang.String APPLICATION
the application category.

See Also:
Constant Field Values

WORKSCREEN

static final java.lang.String WORKSCREEN
the work-screen category.

See Also:
Constant Field Values

LIFECYCLE

static final java.lang.String LIFECYCLE
the lifecycle object category.

See Also:
Constant Field Values

SERVER_OBJECT

static final java.lang.String SERVER_OBJECT
the server object category.

See Also:
Constant Field Values


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.