public class CARepeaterServiceManager
extends java.lang.Object
| Constructor and Description |
|---|
CARepeaterServiceManager() |
| Modifier and Type | Method and Description |
|---|---|
static void |
cancelServiceRequestOnPort(int repeaterPort)
Cancels request for the CA Repeater Service on the specified port.
|
static boolean |
isRepeaterRunning(int repeaterPort)
Check if a repeater is running bound to any of the addresses associated
with the local machine.
|
static void |
requestServiceOnPort(int repeaterPort)
Handles a request for the CA Repeater Service on the specified port.
|
public static void requestServiceOnPort(int repeaterPort)
The request for CA Repeater services does not always result in an instance of the CA Repeater from being started since various conditions may prevent it. These situations are considered normal and are logged but do not result in any exceptions being raised.
Things that are handled as part of the normal processing:
repeaterPort - the port on which the service is requested.public static void cancelServiceRequestOnPort(int repeaterPort)
The request for a CA Repeater does not always result in an instance of the CA Repeater from being shutdown since various conditions may prevent it. These situations are considered normal and are logged but do not result in any exceptions being raised.
Things that are handled as part of the normal processing:
repeaterPort - the port on which the service is requested.public static boolean isRepeaterRunning(int repeaterPort)
repeaterPort - repeater port.true if repeater is already running, false otherwise