Package com.levigo.jadice.server.multivm
Class VMInstanceWatchog
- java.lang.Object
-
- com.levigo.jadice.server.multivm.VMInstanceWatchog
-
- All Implemented Interfaces:
org.springframework.context.Lifecycle
public class VMInstanceWatchog extends Object implements org.springframework.context.Lifecycle
Deprecated.The multi-VM mode will be removed with the next major releaseThis class implements the instance-side of the MVM pool. It is responsible for talking to the management process: sending heartbeats, listening for heartbeats of the manager (we go down if the manager went away) etc.
-
-
Constructor Summary
Constructors Constructor Description VMInstanceWatchog()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
isRunning()
Deprecated.void
setJadiceServer(JadiceServer jadiceServer)
Deprecated.void
start()
Deprecated.void
stop()
Deprecated.
-
-
-
Method Detail
-
isRunning
public boolean isRunning()
Deprecated.- Specified by:
isRunning
in interfaceorg.springframework.context.Lifecycle
-
start
public void start()
Deprecated.- Specified by:
start
in interfaceorg.springframework.context.Lifecycle
-
stop
public void stop()
Deprecated.- Specified by:
stop
in interfaceorg.springframework.context.Lifecycle
-
setJadiceServer
public void setJadiceServer(JadiceServer jadiceServer)
Deprecated.- Parameters:
jadiceServer
- the jadiceServer to set
-
-