org.smartcomps.twister.common.lifecycle
Interface LifecycleAwareResource
- All Known Implementing Classes:
- EngineTimer, EventManager, TransactionManager
- public interface LifecycleAwareResource
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.