org.glassfish.pfl.tf.timer.spi
Class ObjectRegistrationManagerNOPImpl

java.lang.Object
  extended by org.glassfish.pfl.tf.timer.spi.ObjectRegistrationManagerNOPImpl
All Implemented Interfaces:
ObjectRegistrationManager

public class ObjectRegistrationManagerNOPImpl
extends Object
implements ObjectRegistrationManager

Author:
Ken Cavanaugh

Field Summary
 
Fields inherited from interface org.glassfish.pfl.tf.timer.spi.ObjectRegistrationManager
nullImpl
 
Constructor Summary
ObjectRegistrationManagerNOPImpl()
           
 
Method Summary
 void manage(Named obj)
          Register obj at the root of the management tree.
 void manage(Named parent, Named obj)
          Register obj as an immediate child of parent in the management tree.
 void unmanage(Named obj)
          Remove obj from the management tree.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectRegistrationManagerNOPImpl

public ObjectRegistrationManagerNOPImpl()
Method Detail

manage

public void manage(Named obj)
Description copied from interface: ObjectRegistrationManager
Register obj at the root of the management tree.

Specified by:
manage in interface ObjectRegistrationManager
Parameters:
obj - Object to register

manage

public void manage(Named parent,
                   Named obj)
Description copied from interface: ObjectRegistrationManager
Register obj as an immediate child of parent in the management tree.

Specified by:
manage in interface ObjectRegistrationManager
Parameters:
parent - Parent object (already registered)
obj - Object to register

unmanage

public void unmanage(Named obj)
Description copied from interface: ObjectRegistrationManager
Remove obj from the management tree.

Specified by:
unmanage in interface ObjectRegistrationManager
Parameters:
obj - Object to be removed from the management tree.


Copyright © 2013 Oracle. All Rights Reserved.