Package org.jgroups.blocks.cs
Class BaseServer.Reaper
- java.lang.Object
-
- org.jgroups.blocks.cs.BaseServer.Reaper
-
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
,java.lang.Runnable
- Enclosing class:
- BaseServer
protected class BaseServer.Reaper extends java.lang.Object implements java.lang.Runnable, java.io.Closeable
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Reaper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
boolean
isAlive()
void
run()
void
start()
void
stop()
-
-
-
Method Detail
-
start
public void start()
-
stop
public void stop()
-
close
public void close() throws java.io.IOException
- Specified by:
close
in interfacejava.lang.AutoCloseable
- Specified by:
close
in interfacejava.io.Closeable
- Throws:
java.io.IOException
-
isAlive
public boolean isAlive()
-
run
public void run()
- Specified by:
run
in interfacejava.lang.Runnable
-
-