Skip navigation links
C D E F G I L M N O P R S T W _ 

C

callExitMain - Static variable in class com.roeschter.jsl.StopTest
 
callExitThread - Static variable in class com.roeschter.jsl.StopTest
 
Child() - Constructor for class com.roeschter.jsl.StopTest.Child
 
com.roeschter.jsl - package com.roeschter.jsl
 
confirmRunning() - Static method in class com.roeschter.jsl.TelnetEcho
 
cont() - Static method in class com.roeschter.jsl.TelnetEcho
 

D

debugDump(OutputStream) - Method in class com.roeschter.jsl.TelnetEcho
 

E

Echo(Socket) - Constructor for class com.roeschter.jsl.TelnetEcho.Echo
 
exceptionMain - Static variable in class com.roeschter.jsl.StopTest
 
exceptionThread - Static variable in class com.roeschter.jsl.StopTest
 
exitMain - Static variable in class com.roeschter.jsl.StopTest
 

F

find(Stopable) - Method in class com.roeschter.jsl.ServiceStopper
 

G

get() - Static method in class com.roeschter.jsl.ServiceStopper
 

I

isTrue(String) - Static method in class com.roeschter.jsl.PreMainScheduler
 

L

load(InputStream) - Method in class com.roeschter.jsl.WindowsCompatibleProperties
 
loadIniFile() - Static method in class com.roeschter.jsl.PreMainScheduler
 

M

main(String[]) - Static method in class com.roeschter.jsl.ServiceStopper
Stop the service on the default port.
main(String[]) - Static method in class com.roeschter.jsl.SimpleService
The main method called when the service starts.
main(String[]) - Static method in class com.roeschter.jsl.SimpleStopper
 
main(String[]) - Static method in class com.roeschter.jsl.StopTest
The main method called when the service starts.
main(String[]) - Static method in class com.roeschter.jsl.TelnetEcho
The main method called when the service starts.
modules - Static variable in class com.roeschter.jsl.PreMainScheduler
 

N

next - Variable in class com.roeschter.jsl.ServiceStopper.Stopper
 

O

onServiceStop() - Method in class com.roeschter.jsl.SimpleService
Here the telnet server implements the Stopable interface On exit close the server cocket on port 23
onServiceStop() - Method in class com.roeschter.jsl.SimpleStopper
 
onServiceStop() - Method in interface com.roeschter.jsl.Stopable
Called when the service is about to stop.
onServiceStop() - Method in class com.roeschter.jsl.TelnetEcho
Here the telnet server implements the Stopable interface On exit close the server cocket on port 23

P

paramtest(String[]) - Static method in class com.roeschter.jsl.TelnetEcho
 
pause() - Static method in class com.roeschter.jsl.TelnetEcho
 
PORT - Static variable in class com.roeschter.jsl.ServiceStopper
Port for stopping the application.
port - Variable in class com.roeschter.jsl.ThreadDumpListener
 
premain() - Static method in class com.roeschter.jsl.TelnetEcho
 
PreMainScheduler - Class in com.roeschter.jsl
 
PreMainScheduler() - Constructor for class com.roeschter.jsl.PreMainScheduler
 
props - Static variable in class com.roeschter.jsl.PreMainScheduler
 

R

run() - Static method in class com.roeschter.jsl.PreMainScheduler
 
run() - Method in class com.roeschter.jsl.ServiceStopper
 
run() - Method in class com.roeschter.jsl.StopTest.Child
 
run() - Method in class com.roeschter.jsl.StopTest.ShutDown
 
run() - Method in class com.roeschter.jsl.TelnetEcho.Echo
 
run() - Method in class com.roeschter.jsl.TelnetEcho
Open server socket and wait for incoming connections
run() - Method in class com.roeschter.jsl.ThreadDumpListener
 

S

s - Variable in class com.roeschter.jsl.TelnetEcho.Echo
 
secret - Variable in class com.roeschter.jsl.ThreadDumpListener
 
ServiceStopper - Class in com.roeschter.jsl
Responsible for listening on a port for the service stop signal by the jsl process.
ServiceStopper() - Constructor for class com.roeschter.jsl.ServiceStopper
 
ServiceStopper(ServiceStopper.Stopper) - Constructor for class com.roeschter.jsl.ServiceStopper
 
ServiceStopper.Stopper - Class in com.roeschter.jsl
 
ShutDown() - Constructor for class com.roeschter.jsl.StopTest.ShutDown
 
shutDownHook - Static variable in class com.roeschter.jsl.StopTest
 
SimpleService - Class in com.roeschter.jsl
A simple example for a java service.
SimpleService() - Constructor for class com.roeschter.jsl.SimpleService
 
SimpleStopper - Class in com.roeschter.jsl
Most simple version of Stopable.
SimpleStopper() - Constructor for class com.roeschter.jsl.SimpleStopper
 
singleton - Static variable in class com.roeschter.jsl.ServiceStopper
 
ss - Variable in class com.roeschter.jsl.TelnetEcho
The server cocket which accepts connections
startModule(String) - Static method in class com.roeschter.jsl.PreMainScheduler
 
startThread - Static variable in class com.roeschter.jsl.StopTest
 
status - Static variable in class com.roeschter.jsl.PreMainScheduler
 
stop(Stopable) - Static method in class com.roeschter.jsl.ServiceStopper
Stop the stopable on exit.
stop - Static variable in class com.roeschter.jsl.SimpleService
 
stop() - Static method in class com.roeschter.jsl.StopTest
 
stopable - Variable in class com.roeschter.jsl.ServiceStopper.Stopper
 
Stopable - Interface in com.roeschter.jsl
Implement stop to be informed when the service is about to stop.
stopAfter(Stopable, Stopable) - Static method in class com.roeschter.jsl.ServiceStopper
Stop the stopable on exit.
stopAll() - Method in class com.roeschter.jsl.ServiceStopper
 
stopit() - Static method in class com.roeschter.jsl.SimpleService
 
stopper - Variable in class com.roeschter.jsl.ServiceStopper
The queue that a single stop thread will stop
Stopper(Stopable) - Constructor for class com.roeschter.jsl.ServiceStopper.Stopper
 
stoppers - Variable in class com.roeschter.jsl.ServiceStopper
List of Stopable queues the singleton will stop on signal
stopSingle() - Method in class com.roeschter.jsl.ServiceStopper
 
StopTest - Class in com.roeschter.jsl
 
StopTest() - Constructor for class com.roeschter.jsl.StopTest
 
StopTest.Child - Class in com.roeschter.jsl
 
StopTest.ShutDown - Class in com.roeschter.jsl
 

T

TelnetEcho - Class in com.roeschter.jsl
A simple example for a java service.
TelnetEcho() - Constructor for class com.roeschter.jsl.TelnetEcho
 
TelnetEcho.Echo - Class in com.roeschter.jsl
The worker thread.
ThreadDumpListener - Class in com.roeschter.jsl
 
ThreadDumpListener(Properties, String) - Constructor for class com.roeschter.jsl.ThreadDumpListener
 
timeToWait() - Method in class com.roeschter.jsl.ServiceStopper
 
timeToWait() - Method in class com.roeschter.jsl.SimpleService
Don't wait if onServiceStop does not return.
timeToWait() - Method in class com.roeschter.jsl.SimpleStopper
 
timeToWait() - Method in interface com.roeschter.jsl.Stopable
How long should the ServiceStopper wait (in milliseconds) for the stop thread to die? 0 waits for ever.
timeToWait() - Method in class com.roeschter.jsl.TelnetEcho
Don't wait if onServiceStop does not return.

W

WindowsCompatibleProperties - Class in com.roeschter.jsl
Most simple version of Stopable.
WindowsCompatibleProperties() - Constructor for class com.roeschter.jsl.WindowsCompatibleProperties
 
write(OutputStream, String) - Method in class com.roeschter.jsl.TelnetEcho
 
wrkDir(OutputStream) - Method in class com.roeschter.jsl.TelnetEcho
 

_

_interface - Variable in class com.roeschter.jsl.ThreadDumpListener
 
_stop(Stopable) - Method in class com.roeschter.jsl.ServiceStopper
 
_stopAfter(Stopable, Stopable) - Method in class com.roeschter.jsl.ServiceStopper
 
C D E F G I L M N O P R S T W _ 
Skip navigation links