Interface BadServerIdHandler

All Known Implementing Classes:
ParserTable.TestBadServerIdHandler

public interface BadServerIdHandler
The bad server id handler is used to locate persistent objects. The Locator object registers the BadServerIdHandler with the ORB and when requests for persistent objects for servers (other than itself) comes, it throws a ForwardException with the IOR pointing to the active server.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handle(ObjectKey objectKey)
     
  • Method Details