com.roeschter.jsl
Class ServiceStopper.Stopper

java.lang.Object
  |
  +--com.roeschter.jsl.ServiceStopper.Stopper
Enclosing class:
ServiceStopper

class ServiceStopper.Stopper
extends java.lang.Object


Field Summary
(package private)  ServiceStopper.Stopper next
           
(package private)  com.roeschter.jsl.Stopable stopable
           
 
Constructor Summary
(package private) ServiceStopper.Stopper(com.roeschter.jsl.Stopable stopable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

stopable

com.roeschter.jsl.Stopable stopable

next

ServiceStopper.Stopper next
Constructor Detail

ServiceStopper.Stopper

ServiceStopper.Stopper(com.roeschter.jsl.Stopable stopable)