public interface StartStopListener
CumulusStop()
.
CumulusStop()
is the same as
the number of CumulusStart()
calls.Cumulus.CumulusStart()
,
Cumulus.CumulusStop()
Modifier and Type | Method and Description |
---|---|
void |
afterShutdown()
This method is called in
CumulusStop() when shutting down the Cumulus Java Classes. |
void |
afterStartup()
This method is called in
CumulusStart() when restarting the Cumulus Java Classes. |
void |
beforeShutdown()
This method is called in
CumulusStop() when shutting down the Cumulus Java Classes. |
void |
beforeStartup(boolean bFirstStartup)
This method is called in
CumulusStart() when starting up the Cumulus Java Classes. |
void beforeStartup(boolean bFirstStartup)
CumulusStart()
when starting up the Cumulus Java Classes.bFirstStartup
- true
if this is the very first call to CumulusStart()
; false
if the native libraries are already loaded.void afterStartup()
CumulusStart()
when restarting the Cumulus Java Classes.
This method is called after all libraries are initialized so you are allowed to use Cumulus Java Classes objects from this method.void beforeShutdown()
CumulusStop()
when shutting down the Cumulus Java Classes.
Because the shutdown is not yet done you are allowed to use the Cumulus Java Classes objects.void afterShutdown()
CumulusStop()
when shutting down the Cumulus Java Classes.
Because the shutdown is completed you are no longer allowed to use the Cumulus Java Classes objects.www.canto.com
Canto, the Canto logo, the Cumulus logo, and Cumulus are registered trademarks of Canto GmbH, registered in the U.S. and other countries.