Package com.sun.corba.ee.impl.oa.poa
Interface BadServerIdHandler
-
- All Known Implementing Classes:
ParserTable.TestBadServerIdHandler
public interface BadServerIdHandlerThe 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandle(ObjectKey objectKey)
-
-
-
Method Detail
-
handle
void handle(ObjectKey objectKey)
-
-