com.groiss.component
Interface Service

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

public interface Service


Method Summary
 boolean isRunning()
           
 void reconfigure()
           
 void shutdown()
           
 void startup()
           
 

Method Detail

startup

void startup()
             throws ApplicationException
Throws:
ApplicationException

shutdown

void shutdown()
              throws ApplicationException
Throws:
ApplicationException

isRunning

boolean isRunning()
                  throws ApplicationException
Throws:
ApplicationException

reconfigure

void reconfigure()
                 throws ApplicationException
Throws:
ApplicationException


Copyright © 2001-2006 Groiss Informatics GmbH. All Rights Reserved.