|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AlarmListConnectionManager
| Field Summary | |
|---|---|
static int |
CONNECTED
|
static int |
DISCONNECTED
|
static int |
REBUILD
|
static int |
SEND
|
static int |
SENT
|
static int |
STOP
|
| Method Summary | |
|---|---|
int |
getStatus()
returns the threads current status states for status: CONNECTED = 0; DISCONNECTED = 1; STOP = 2; |
void |
init(PropertiesLoader props,
java.util.Properties env)
Initialises the ConnectionManagerThread |
void |
kill()
Stops the ConnectionManagerThread |
javax.oss.fm.monitor.AlarmValue |
makeAlarmValue()
Makes a new empty alarm value object NOTE THIS IS A PATCH to proxy for JVTAlarmMonitorSession.makeAlarmValue() |
javax.oss.fm.monitor.AlarmValue |
makeAlarmValueFromSpec()
Makes a new alarm value object pre-populated with internal objects which have been made from a local invarient specification. |
void |
reset_list(java.lang.String _rebuilt_message)
this method resets the alarm list in the AlarmMonitorBean and causes an alarmlist rebuilt event to be sent. |
void |
run()
Starts the ConnectionManagerThread |
void |
send(java.util.Hashtable alarmList)
Sends the AlarmList to the AlarmMonitorBean |
void |
setapplicationcontext(org.springframework.context.support.ClassPathXmlApplicationContext m_context)
Used by jmx mbean QoSD to pass in Spring Application context |
void |
start()
Causes the thread supporting the connection Manager to start |
| Field Detail |
|---|
static final int CONNECTED
static final int DISCONNECTED
static final int STOP
static final int SEND
static final int SENT
static final int REBUILD
| Method Detail |
|---|
void reset_list(java.lang.String _rebuilt_message)
_rebuilt_message - message to include in the NotifyAlarmListRebuiltEventvoid send(java.util.Hashtable alarmList)
alarmList -
void run()
throws java.lang.IllegalStateException
java.lang.IllegalStateException
void init(PropertiesLoader props,
java.util.Properties env)
props - The PropertiesLoader method which reads the Qosd.properties fileenv - the returned properties for setting up the connections to the AlarmMonitorBeanvoid kill()
int getStatus()
void start()
javax.oss.fm.monitor.AlarmValue makeAlarmValue()
javax.oss.fm.monitor.AlarmValue makeAlarmValueFromSpec()
void setapplicationcontext(org.springframework.context.support.ClassPathXmlApplicationContext m_context)
m_context - - application context for this bean to use
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||