com.groiss.component
Interface Lifecycle

All Known Subinterfaces:
ILogger, Service
All Known Implementing Classes:
DBConnPool, DefaultApplicationAdapter, Logger, ServiceAdapter, Settings, TimerManager

public interface Lifecycle

Provides a consistent mechanism to start and stop components.


Method Summary
 void shutdown()
          This method is called on shutdown.
 void startup()
          This method is called when the object is "started".
 

Method Detail

startup

void startup()
This method is called when the object is "started".


shutdown

void shutdown()
This method is called on shutdown.



@enterprise 8.0.22989 Copyright © 2001-2017 Groiss Informatics GmbH. All Rights Reserved.