org.smartcomps.twister.common.lifecycle
Interface LifecycleAwareResource

All Known Implementing Classes:
EngineTimer, EventManager, TransactionManager

public interface LifecycleAwareResource


Method Summary
 void create()
           
 void destroy()
           
 void start()
           
 void stop()
           
 

Method Detail

create

public void create()
            throws LifecycleException
LifecycleException

start

public void start()
           throws LifecycleException
LifecycleException

stop

public void stop()
          throws LifecycleException
LifecycleException

destroy

public void destroy()
             throws LifecycleException
LifecycleException


Copyright © 2003 SmartComps. All Rights Reserved.