Package org.glassfish.pfl.tf.timer.spi
Class ObjectRegistrationManagerNOPImpl
java.lang.Object
org.glassfish.pfl.tf.timer.spi.ObjectRegistrationManagerNOPImpl
- All Implemented Interfaces:
ObjectRegistrationManager
-
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:ObjectRegistrationManager
Register obj at the root of the management tree.- Specified by:
manage
in interfaceObjectRegistrationManager
- Parameters:
obj
- Object to register
-
manage
Description copied from interface:ObjectRegistrationManager
Register obj as an immediate child of parent in the management tree.- Specified by:
manage
in interfaceObjectRegistrationManager
- Parameters:
parent
- Parent object (already registered)obj
- Object to register
-
unmanage
Description copied from interface:ObjectRegistrationManager
Remove obj from the management tree.- Specified by:
unmanage
in interfaceObjectRegistrationManager
- Parameters:
obj
- Object to be removed from the management tree.
-