com.sibvisions.rad.server.protocol
Interface ICategoryConstants


public interface ICategoryConstants

The ICategoryConstants defines the standard protocol categories.


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

Field Detail

UNDEFINED

static final String UNDEFINED
the undefined category.

See Also:
Constant Field Values

SERVER

static final String SERVER
the server category.

See Also:
Constant Field Values

SESSION

static final String SESSION
the session category.

See Also:
Constant Field Values

SESSION_MANAGER

static final String SESSION_MANAGER
the session manager category.

See Also:
Constant Field Values

DATABASE

static final String DATABASE
the database category.

See Also:
Constant Field Values

STORAGE

static final String STORAGE
the storage category.

See Also:
Constant Field Values

APPLICATION

static final String APPLICATION
the application category.

See Also:
Constant Field Values

WORKSCREEN

static final String WORKSCREEN
the work-screen category.

See Also:
Constant Field Values

LIFECYCLE

static final String LIFECYCLE
the lifecycle object category.

See Also:
Constant Field Values

SERVER_OBJECT

static final String SERVER_OBJECT
the server object category.

See Also:
Constant Field Values


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.