org.jacorb.notification.lifecycle
Class ServantLifecyleControl

java.lang.Object
  extended byorg.jacorb.notification.lifecycle.ServantLifecyleControl
All Implemented Interfaces:
ManageableServant

public class ServantLifecyleControl
extends java.lang.Object
implements ManageableServant

Version:
$Id: ServantLifecyleControl.java,v 1.3 2006/02/20 19:25:43 alphonse.bendt Exp $
Author:
Alphonse Bendt

Constructor Summary
ServantLifecyleControl(IServantLifecyle delegate, boolean runGCDuringDeactivation)
           
ServantLifecyleControl(IServantLifecyle delegate, org.apache.avalon.framework.configuration.Configuration config)
           
 
Method Summary
 Object activate()
           
 void deactivate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServantLifecyleControl

public ServantLifecyleControl(IServantLifecyle delegate,
                              org.apache.avalon.framework.configuration.Configuration config)

ServantLifecyleControl

public ServantLifecyleControl(IServantLifecyle delegate,
                              boolean runGCDuringDeactivation)
Method Detail

activate

public Object activate()
Specified by:
activate in interface ManageableServant

deactivate

public void deactivate()
Specified by:
deactivate in interface ManageableServant