站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 system API Documentation 英文版文档

ListenerServiceMBeanSupport.SubscriptionInfo (JBoss System API) - JBoss 3.2.7 system API Documentation 英文版文档


org.jboss.system
Class ListenerServiceMBeanSupport.SubscriptionInfo

java.lang.Object
  extended byorg.jboss.system.ListenerServiceMBeanSupport.SubscriptionInfo
Enclosing class:
ListenerServiceMBeanSupport

public static final class ListenerServiceMBeanSupport.SubscriptionInfo
extends Object

Inner data holder class to store the parsed subscription specification.


Constructor Summary
ListenerServiceMBeanSupport.SubscriptionInfo(javax.management.ObjectName objectName, Object handback, javax.management.NotificationFilter filter)
          Simple CTOR
 
Method Summary
 javax.management.NotificationFilter getFilter()
          Gets notification filter
 Object getHandback()
          Gets handback object
 javax.management.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

ListenerServiceMBeanSupport.SubscriptionInfo

public ListenerServiceMBeanSupport.SubscriptionInfo(javax.management.ObjectName objectName,
                                                    Object handback,
                                                    javax.management.NotificationFilter filter)
Simple CTOR

Method Detail

getObjectName

public javax.management.ObjectName getObjectName()
Gets objectname


getHandback

public Object getHandback()
Gets handback object


getFilter

public javax.management.NotificationFilter getFilter()
Gets notification filter


toString

public String toString()
Pretty prints



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.