Interface RegisterAware

All Known Subinterfaces:
InvocationDelegate, ResourceAcquirerDelegate

public interface RegisterAware
Defines services that can be registered with the router
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    deregister(String host, String service, int port)
    Deregister a service with the router
    void
    Register a service with the router
  • Method Details

    • register

      void register()
      Register a service with the router
    • deregister

      void deregister(String host, String service, int port)
      Deregister a service with the router
      Parameters:
      host - the router host
      service - the service to deregister