|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jppf.server.DriverInitializer
public class DriverInitializer
Handles various initializations for the driver.
| Constructor Summary | |
|---|---|
DriverInitializer(JPPFDriver driver)
Instantiate this initializer with the specified driver. |
|
| Method Summary | |
|---|---|
JPPFConnectionInformation |
getConnectionInformation()
Read configuration for the host name and ports used to conenct to this driver. |
JMXServerImpl |
getJmxServer()
Get the jmx server used to manage and monitor this driver. |
PeerDiscoveryThread |
getPeerDiscoveryThread()
Get the thread that performs the peer servers discovery. |
RecoveryServer |
getRecoveryServer()
The server used to detect that individual connections are broken due to hardware failures. |
ServerDebug |
getServerDebug()
Get the object that collects debug information. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DriverInitializer(JPPFDriver driver)
driver - the driver to initialize.| Method Detail |
|---|
public JPPFConnectionInformation getConnectionInformation()
DriverConnectionInformation instance.public PeerDiscoveryThread getPeerDiscoveryThread()
PeerDiscoveryThread instance.public JMXServerImpl getJmxServer()
JMXServerImpl instance.public RecoveryServer getRecoveryServer()
RecoveryServer instance.public ServerDebug getServerDebug()
ServerDebug instance.
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||