org.knowhowlab.osgi.monitoradmin
Interface ConstantsMonitorAdmin


public interface ConstantsMonitorAdmin

Constants

Author:
dmytro.pishchukhin

Field Summary
static java.lang.String MON_LISTENER_ID
          Initiator
static java.lang.String MON_MONITORABLE_PID
          Monitorable ID
static java.lang.String MON_STATUSVARIABLE_NAME
          StatusVariable name
static java.lang.String MON_STATUSVARIABLE_VALUE
          StatusVariable value
static java.lang.String TOPIC
          MonitorAdmin events topic
 

Field Detail

TOPIC

static final java.lang.String TOPIC
MonitorAdmin events topic

See Also:
Constant Field Values

MON_MONITORABLE_PID

static final java.lang.String MON_MONITORABLE_PID
Monitorable ID

See Also:
Constant Field Values

MON_STATUSVARIABLE_NAME

static final java.lang.String MON_STATUSVARIABLE_NAME
StatusVariable name

See Also:
Constant Field Values

MON_STATUSVARIABLE_VALUE

static final java.lang.String MON_STATUSVARIABLE_VALUE
StatusVariable value

See Also:
Constant Field Values

MON_LISTENER_ID

static final java.lang.String MON_LISTENER_ID
Initiator

See Also:
Constant Field Values


Copyright © 2010 Know-How Lab. All Rights Reserved.