public class CARepeaterStatusChecker
extends java.lang.Object
| Constructor and Description |
|---|
CARepeaterStatusChecker() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isRepeaterRunning(int repeaterPort)
Makes an instantaneous check to determine whether a CA Repeater instance
is running on the specified port on any of the addresses bound to the
local machine.
|
static boolean |
verifyRepeaterStarts(int repeaterPort)
Verifies that the CA Repeater instance starts within a reasonable timescale
when allowing for process startup delays.
|
static boolean |
verifyRepeaterStops(int repeaterPort)
Verifies that the CA Repeater instance stops within a reasonable timescale
when allowing for process shutdown delays.
|
public static boolean isRepeaterRunning(int repeaterPort)
repeaterPort - the port on which the CA Repeater run state is to be tested.true if repeater is already running, false otherwisepublic static boolean verifyRepeaterStarts(int repeaterPort)
repeaterPort - the port on which the CA Repeater run state is to be tested.public static boolean verifyRepeaterStops(int repeaterPort)
repeaterPort - the port on which the CA Repeater run state is to be tested.