Interface IProxyAgentService
-
public interface IProxyAgentServiceService for administration of proxy agents.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIProxyAgentService.StateThe connection state.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IFuture<IProxyAgentService.State>getConnectionState()Get the connection state of the proxy.IFuture<IComponentIdentifier>getRemoteComponentIdentifier()Get the component identifier of the remote platform.IFuture<java.lang.Void>refreshLatency()Refresh the latency value.IFuture<java.lang.Void>setRemoteComponentIdentifier(IComponentIdentifier cid)Set or update the component identifier of the remote platform, i.e., top reflect new transport addresses.
-
-
-
Method Detail
-
getRemoteComponentIdentifier
IFuture<IComponentIdentifier> getRemoteComponentIdentifier()
Get the component identifier of the remote platform.
-
setRemoteComponentIdentifier
IFuture<java.lang.Void> setRemoteComponentIdentifier(IComponentIdentifier cid)
Set or update the component identifier of the remote platform, i.e., top reflect new transport addresses.
-
getConnectionState
IFuture<IProxyAgentService.State> getConnectionState()
Get the connection state of the proxy.- Returns:
- The connection state.
-
refreshLatency
IFuture<java.lang.Void> refreshLatency()
Refresh the latency value.
-
-