Sonic ESB API

com.sonicsw.xq
Interface XQServiceEx

All Superinterfaces:
XQService
All Known Implementing Classes:
AbstractSFCServiceImpl

public interface XQServiceEx
extends XQService

XQServiceEx extends the basic interface between the SonicXQ framework and a service, XQService. XQService must be implemented by all services that are deployed in SonicXQ. XQServiceEx provides the stop() and start() callbacks.


Method Summary
 void start()
          Called by the SonicXQ framework when the service is started.
 void stop()
          Called by the SonicXQ framework when the service is stopped.
 
Methods inherited from interface com.sonicsw.xq.XQService
destroy, init, service
 

Method Detail

stop

void stop()
Called by the SonicXQ framework when the service is stopped. Services should perform any clean-up tasks here.


start

void start()
Called by the SonicXQ framework when the service is started. Services should perform any startup tasks here.


Sonic ESB API

Copyright © 2001-2012 Progress Software Corporation. All Rights Reserved.
HTML formatted on 13-Mar-2012.