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
 void setContext(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


Copyright © 2010 eXo Platform SAS. All Rights Reserved.