站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.6 API 英文版文档

LifeCycleAdapter.Listener - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.jems.as.system
Class LifeCycleAdapter.Listener

java.lang.Object
  extended byorg.jboss.portal.jems.as.system.LifeCycleAdapter.Listener
All Implemented Interfaces:
java.util.EventListener, javax.management.NotificationFilter, javax.management.NotificationListener, java.io.Serializable
Enclosing class:
LifeCycleAdapter

private class LifeCycleAdapter.Listener
extends java.lang.Object
implements javax.management.NotificationListener, javax.management.NotificationFilter


Field Summary
private static long serialVersionUID
          The serialVersionUID
 
Constructor Summary
private LifeCycleAdapter.Listener()
           
 
Method Summary
 void handleNotification(javax.management.Notification notification, java.lang.Object handback)
           
 boolean isNotificationEnabled(javax.management.Notification notification)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
The serialVersionUID

See Also:
Constant Field Values
Constructor Detail

LifeCycleAdapter.Listener

private LifeCycleAdapter.Listener()
Method Detail

isNotificationEnabled

public boolean isNotificationEnabled(javax.management.Notification notification)
Specified by:
isNotificationEnabled in interface javax.management.NotificationFilter

handleNotification

public void handleNotification(javax.management.Notification notification,
                               java.lang.Object handback)
Specified by:
handleNotification in interface javax.management.NotificationListener