|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adventnet.adaptors.tl1.TL1MultiProtocolHandler
public class TL1MultiProtocolHandler
This class implements the Notification listener and Notification filter. This is used in accessig multi protocol notification handling. The method handleNotification will be called whenever notification comes.
| Constructor Summary | |
|---|---|
TL1MultiProtocolHandler(javax.management.MBeanServer mbeanServer,
com.adventnet.agent.tl1.TL1Agent agent)
Constructor for TL1NotificationHandler receives the MBeanServer instance. |
|
| Method Summary | |
|---|---|
void |
disableAllTypes()
|
void |
disableType(java.lang.String prefix)
|
void |
enableType(java.lang.String prefix)
|
java.util.Vector |
getEnabledTypes()
|
void |
handleNotification(javax.management.Notification notification,
java.lang.Object handback)
This method will be called whenever any notification comes. |
boolean |
isNotificationEnabled(javax.management.Notification notification)
|
(package private) void |
setAgentReference(com.adventnet.agent.tl1.TL1Agent agent)
Used to set the agent reference. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TL1MultiProtocolHandler(javax.management.MBeanServer mbeanServer,
com.adventnet.agent.tl1.TL1Agent agent)
mbeanServer - - MBeanServer instance.| Method Detail |
|---|
void setAgentReference(com.adventnet.agent.tl1.TL1Agent agent)
agent - - TL1Agent reference.
public void handleNotification(javax.management.Notification notification,
java.lang.Object handback)
handleNotification in interface javax.management.NotificationListenerpublic boolean isNotificationEnabled(javax.management.Notification notification)
isNotificationEnabled in interface javax.management.NotificationFilterpublic void disableAllTypes()
public void disableType(java.lang.String prefix)
public void enableType(java.lang.String prefix)
public java.util.Vector getEnabledTypes()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||