|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.system.ListenerServiceMBeanSupport.SubscriptionInfo
public static final class ListenerServiceMBeanSupport.SubscriptionInfo
Inner data holder class to store the parsed subscription specification.
Constructor Summary | |
---|---|
ListenerServiceMBeanSupport.SubscriptionInfo(ObjectName objectName,
Object handback,
NotificationFilter filter)
Simple CTOR |
Method Summary | |
---|---|
NotificationFilter |
getFilter()
Gets notification filter |
Object |
getHandback()
Gets handback object |
ObjectName |
getObjectName()
Gets objectname |
String |
toString()
Pretty prints |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ListenerServiceMBeanSupport.SubscriptionInfo(ObjectName objectName, Object handback, NotificationFilter filter)
Method Detail |
---|
public ObjectName getObjectName()
public Object getHandback()
public NotificationFilter getFilter()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |