Package org.exoplatform.management
Interface ManagementAware
-
public interface ManagementAwareDefines the contract for managed object that wants to access a management context.- Version:
- $Revision$
- Author:
- Julien Viet
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetContext(ManagementContext context)Sets the management context on the management aware object.
-
-
-
Method Detail
-
setContext
void setContext(ManagementContext context)
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
-
-