com.arjuna.ats.arjuna.recovery
Class RecoveryDriver
java.lang.Object
com.arjuna.ats.arjuna.recovery.RecoveryDriver
public class RecoveryDriver
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SCAN
public static final String SCAN
- See Also:
- Constant Field Values
ASYNC_SCAN
public static final String ASYNC_SCAN
- See Also:
- Constant Field Values
PING
public static final String PING
- See Also:
- Constant Field Values
PONG
public static final String PONG
- See Also:
- Constant Field Values
DEFAULT_SYNC_TIMEOUT
public static final int DEFAULT_SYNC_TIMEOUT
DEFAULT_SYNC_RETRY
public static final int DEFAULT_SYNC_RETRY
- See Also:
- Constant Field Values
DEFAULT_SO_TIMEOUT
public static final int DEFAULT_SO_TIMEOUT
- See Also:
- Constant Field Values
RecoveryDriver
public RecoveryDriver(int port)
RecoveryDriver
public RecoveryDriver(int port,
String hostName)
RecoveryDriver
public RecoveryDriver(int port,
String hostName,
int timeout)
synchronousScan
public final boolean synchronousScan()
throws UnknownHostException,
SocketException,
IOException
- Throws:
UnknownHostException
SocketException
IOException
synchronousScan
public final boolean synchronousScan(int timeout,
int retry)
throws UnknownHostException,
SocketException,
IOException
- Throws:
UnknownHostException
SocketException
IOException
asynchronousScan
public final boolean asynchronousScan()
throws UnknownHostException,
SocketException,
IOException
- Throws:
UnknownHostException
SocketException
IOException
Copyright © 2012. All Rights Reserved.