org.ow2.petals.component.framework.api.notification
Interface LifeCyle
- All Known Subinterfaces:
- NotificationService
public interface LifeCyle
LifeCycle for inner CDK services. Strongly linked with JBI lifecycle for most
services...
- Since:
- 2.1
- Author:
- chamerling - eBM WebSourcing
init
void init()
throws PEtALSCDKException
- Throws:
PEtALSCDKException
start
void start()
throws PEtALSCDKException
- Throws:
PEtALSCDKException
stop
void stop()
throws PEtALSCDKException
- Throws:
PEtALSCDKException
Copyright © 2005-2012 Petals Link (EBM Websourcing). All Rights Reserved.