public class CARepeaterServiceManager
extends java.lang.Object
| Constructor and Description |
|---|
CARepeaterServiceManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
cancelServiceRequestOnPort(int repeaterPort)
Cancels request for the CA Repeater Service on the specified port.
|
void |
requestServiceOnPort(int repeaterPort)
Handles a request for the CA Repeater Service on the specified port.
|
public 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 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.