public class BootstrapServerRequestDispatcher extends Object implements CorbaServerRequestDispatcher
The BootstrapServerRequestDispatcher responds primarily to GIOP requests, but LocateRequests are also handled for graceful interoperability. The BootstrapServerRequestDispatcher handles one request at a time.
Constructor and Description |
---|
BootstrapServerRequestDispatcher(ORB orb) |
Modifier and Type | Method and Description |
---|---|
void |
dispatch(MessageMediator messageMediator)
Dispatch is called by the ORB and will serve get(key) and list()
invocations on the initial object key.
|
int |
getId()
Not implemented
|
IOR |
locate(ObjectKey objectKey)
Locates the object mentioned in the locate requests, and returns
object here iff the object is the initial object key.
|
public BootstrapServerRequestDispatcher(ORB orb)
public void dispatch(MessageMediator messageMediator)
dispatch
in interface ServerRequestDispatcher
public IOR locate(ObjectKey objectKey)
locate
in interface CorbaServerRequestDispatcher
public int getId()
Copyright © 2019 JBoss by Red Hat. All rights reserved.