Package org.glassfish.pfl.tf.timer.spi
Interface ObjectRegistrationManager
- All Known Implementing Classes:
ObjectRegistrationManagerImpl
,ObjectRegistrationManagerNOPImpl
public interface ObjectRegistrationManager
Interface used to provide the capability to manage timer service objects.
- Author:
- ken_admin
-
Field Summary
Fields -
Method Summary
-
Field Details
-
nullImpl
-
-
Method Details
-
manage
Register obj at the root of the management tree.- Parameters:
obj
- Object to register
-
manage
Register obj as an immediate child of parent in the management tree.- Parameters:
parent
- Parent object (already registered)obj
- Object to register
-
unmanage
Remove obj from the management tree.- Parameters:
obj
- Object to be removed from the management tree.
-