Package org.glassfish.pfl.tf.timer.spi
Class ObjectRegistrationManagerNOPImpl
java.lang.Object
org.glassfish.pfl.tf.timer.spi.ObjectRegistrationManagerNOPImpl
- All Implemented Interfaces:
ObjectRegistrationManager
- Author:
- Ken Cavanaugh
-
Field Summary
Fields inherited from interface org.glassfish.pfl.tf.timer.spi.ObjectRegistrationManager
nullImpl -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ObjectRegistrationManagerNOPImpl
public ObjectRegistrationManagerNOPImpl()
-
-
Method Details
-
manage
Description copied from interface:ObjectRegistrationManagerRegister obj at the root of the management tree.- Specified by:
managein interfaceObjectRegistrationManager- Parameters:
obj- Object to register
-
manage
Description copied from interface:ObjectRegistrationManagerRegister obj as an immediate child of parent in the management tree.- Specified by:
managein interfaceObjectRegistrationManager- Parameters:
parent- Parent object (already registered)obj- Object to register
-
unmanage
Description copied from interface:ObjectRegistrationManagerRemove obj from the management tree.- Specified by:
unmanagein interfaceObjectRegistrationManager- Parameters:
obj- Object to be removed from the management tree.
-