org.archive.hcc.util.jmx
Class RegistrationNotificationHandler

java.lang.Object
  extended by org.archive.hcc.util.DelegatableBase
      extended by org.archive.hcc.util.NotificationDelegatableBase
          extended by org.archive.hcc.util.jmx.RegistrationNotificationHandler
All Implemented Interfaces:
Delegatable

public abstract class RegistrationNotificationHandler
extends NotificationDelegatableBase


Constructor Summary
RegistrationNotificationHandler()
           
 
Method Summary
protected  boolean delegate(javax.management.Notification n, java.lang.Object handback)
           
protected abstract  java.lang.String getType()
           
protected abstract  void handleRegistered(javax.management.ObjectName n)
           
protected abstract  void handleUnregistered(javax.management.ObjectName n)
           
 
Methods inherited from class org.archive.hcc.util.NotificationDelegatableBase
delegateImpl
 
Methods inherited from class org.archive.hcc.util.DelegatableBase
delegate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegistrationNotificationHandler

public RegistrationNotificationHandler()
Method Detail

delegate

protected boolean delegate(javax.management.Notification n,
                           java.lang.Object handback)
Specified by:
delegate in class NotificationDelegatableBase

getType

protected abstract java.lang.String getType()

handleRegistered

protected abstract void handleRegistered(javax.management.ObjectName n)

handleUnregistered

protected abstract void handleUnregistered(javax.management.ObjectName n)


Copyright © 2005-2008 The Internet Archive. All Rights Reserved.