Package org.exoplatform.management
Interface ManagementAware
public interface ManagementAware
Defines the contract for managed object that wants to access a management context.
- Version:
- $Revision$
- Author:
- Julien Viet
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetContext(ManagementContext context) Sets the management context on the management aware object.
-
Method Details
-
setContext
Sets the management context on the management aware object. If the context is not null it means the start of the management life cycle and if the scope is null it means the management life cycle ends.- Parameters:
context- the management context
-