org.smartcomps.twister.common.lifecycle
Class LifecycleManager

java.lang.Object
  |
  +--org.smartcomps.twister.common.lifecycle.LifecycleManager

public class LifecycleManager
extends java.lang.Object


Constructor Summary
LifecycleManager()
           
 
Method Summary
 void createResources()
           
 void destroyResources()
           
static org.smartcomps.twister.common.lifecycle.LifecycleManager getLifecycleManager()
           
 void startResources()
           
 void stopResources()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LifecycleManager

public LifecycleManager()
Method Detail

getLifecycleManager

public static org.smartcomps.twister.common.lifecycle.LifecycleManager getLifecycleManager()
                                                                                    throws LifecycleException
LifecycleException

createResources

public void createResources()
                     throws LifecycleException
LifecycleException

startResources

public void startResources()
                    throws LifecycleException
LifecycleException

stopResources

public void stopResources()
                   throws LifecycleException
LifecycleException

destroyResources

public void destroyResources()
                      throws LifecycleException
LifecycleException


Copyright © 2003 SmartComps. All Rights Reserved.