JThreadKitTM
v1.1.0
(public members only)

com.jthreadkit
Interface SimpleShutdown

All Known Subinterfaces:
BasicFIFO, ObjectFIFO, SizeMonitored, SizeMonitoredCollection, SizeMonitoredList, SizeMonitoredMap, SizeMonitoredSet, SizeMonitoredSortedMap, SizeMonitoredSortedSet
All Known Implementing Classes:
SyncBoolean, SyncInteger

public interface SimpleShutdown

This interface is implemented by classes that want to allow themselves to be shutdown.


Method Summary
 void shutdown()
          A full shutdown is immediately initiated resulting in a ShutdownException being thrown by any methods that modify the object or wait for it to be modified.
 

Method Detail

shutdown

public void shutdown()
A full shutdown is immediately initiated resulting in a ShutdownException being thrown by any methods that modify the object or wait for it to be modified. See this explanation for more.

JThreadKitTM
v1.1.0
(public members only)

© Copyright 2000-2001 Programix Incorporated. All rights reserved. JThreadKit home