Interface IRequester

All Known Implementing Classes:
Requester, SCRequester

public interface IRequester
The Interface IRequester abstracts requester functionality.
Author:
JTraber
  • Method Details

    • send

      void send(SCMPMessage scmp, int timeoutMillis, ISCMPMessageCallback callback) throws Exception
      Send and receive response asynchronous.
      Parameters:
      scmp - the scmp
      timeoutMillis - the timeout in seconds
      callback - the callback
      Throws:
      Exception - exception in sending/receiving process
    • destroy

      void destroy()
      Destroy.
    • getRemoteNodeConfiguration

      RemoteNodeConfiguration getRemoteNodeConfiguration()
      Gets the context.
      Returns:
      the context