iiitAccessServer 1.0

de.iiit.access.server.api
Interface ThreadPluginIf

All Superinterfaces:
AccessServerPluginIf
All Known Subinterfaces:
CachePluginIf, ResolverPluginIf
All Known Implementing Classes:
CacheManager, DbCache, LdapResolver, PropertyFileResolver, RMIRegistry, SimpleCache, TcpServer

public interface ThreadPluginIf
extends AccessServerPluginIf

Classes implementing this interfaces can be loaded as plug-ins into the AccessServer. The plug-in can start its own background thread.

Version:
$Revision: 1.4 $ $Date: 2003/04/13 20:16:41 $

Method Summary
 void shutdown()
          This method is called by the AccessServer when the background threads should stop because of a shutdown of the AccessServer itself.
 void start()
          This method is called by the AccessServer when the background thread should start.
 
Methods inherited from interface de.iiit.access.server.api.AccessServerPluginIf
initialize
 

Method Detail

start

public void start()
This method is called by the AccessServer when the background thread should start. It is called after the method initialize() is called for all plug-ins.


shutdown

public void shutdown()
This method is called by the AccessServer when the background threads should stop because of a shutdown of the AccessServer itself.


iiitAccessServer 1.0

Copyright © 2002, 2003 ingeneurbuero fuer innovative informationstechnik, Dipl.-Ing. Joerg Beckmann, Dortmund, Germany. All Rights Reserved.
See Copyright statement