Interface ObjectRegistrationManager
- All Known Implementing Classes:
ObjectRegistrationManagerNOPImpl
public interface ObjectRegistrationManager
Interface used to provide the capability to manage timer service objects.
-
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
-
unmanage
Remove obj from the management tree.- Parameters:
obj- Object to be removed from the management tree.
-