JMACS

org.jmacs
Interface IDi.States

Enclosing interface:
IDi

public static interface IDi.States

of the IDi.


Field Summary
static String BLOCKED
          the specified DI name was already in use.
static String REGISTERED
          registered with a JMACS server.
static String UNREGISTERED
          not registered with any JMACS server.
static String WAITING
          waiting for the specified JMACS server to become available.
 

Field Detail

UNREGISTERED

static final String UNREGISTERED
not registered with any JMACS server.

See Also:
Constant Field Values

REGISTERED

static final String REGISTERED
registered with a JMACS server.

See Also:
Constant Field Values

WAITING

static final String WAITING
waiting for the specified JMACS server to become available.

See Also:
Constant Field Values

BLOCKED

static final String BLOCKED
the specified DI name was already in use.

See Also:
Constant Field Values

JMACS

jmacs.org