|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.jmx.adaptor.snmp.agent.Heartbeat
Heartbeat auxiliary class implementing agent heartbeat schedulling and emission setup
Field Summary | |
static String |
NOTIFICATION_MSG
The notification message field |
Constructor Summary | |
Heartbeat(javax.management.MBeanServer agent,
javax.management.ObjectName timer,
long interval)
CTOR |
Method Summary | |
void |
start()
Setup the production of heart-beat notifications |
void |
stop()
Disable heartbeat |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String NOTIFICATION_MSG
Constructor Detail |
public Heartbeat(javax.management.MBeanServer agent, javax.management.ObjectName timer, long interval)
Method Detail |
public void start() throws Exception
Exception
public void stop() throws Exception
Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |