Uses of Class
nathan.middleware.RemoteObjectMapping

Uses of RemoteObjectMapping in nathan.middleware
 

Methods in nathan.middleware that return RemoteObjectMapping
 RemoteObjectMapping RegistryHandler.addFrontEnd(RegistryMessage message)
          Add a Active Replication by giving the registry the address of the front end so that clients access the front end rather than the remote object.
static RemoteObjectMapping Naming.createFrontEnd(java.lang.String name, java.lang.String registryIP, int registryPort, int portToBind)
          Create an entry in the registry for the active replication front end server.
 

Methods in nathan.middleware with parameters of type RemoteObjectMapping
 boolean RegistryHandler.checkFrontEnd(RemoteObjectMapping registryObject)
          Checks if the FrontEnd for the application is still active.
 void RegistryHandler.checkIfAlive(RemoteObjectMapping mapping)