Interface IProxyAgentService


  • public interface IProxyAgentService
    Service for administration of proxy agents.
    • Method Detail

      • getRemoteComponentIdentifier

        jadex.commons.future.IFuture<IComponentIdentifier> getRemoteComponentIdentifier()
        Get the component identifier of the remote platform.
      • setRemoteComponentIdentifier

        jadex.commons.future.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

        jadex.commons.future.IFuture<IProxyAgentService.State> getConnectionState()
        Get the connection state of the proxy.
        Returns:
        The connection state.
      • refreshLatency

        jadex.commons.future.IFuture<java.lang.Void> refreshLatency()
        Refresh the latency value.