The IRequestHandler interface can be implemented to allow a Voyager host to
recognize and process application level protocols such as VRMP, IIOP, and even HTTP.
It is assumed that a request handler can recognize its protocol by scanning the incoming
stream, if not, it does nothing with the stream allowing for the next request handler
in line to process the incoming data.
IResourceLoader is the interface implemented by resource loaders.
isAnchoring() -
Static method in class com.objectspace.voyager.corba.Corba
Return true if garbage collection is disabled for objects that are
automatically converted into proxies when passed to/from remote operations
or passed to asIOR().
The ITransport interface can be implemented to allow a Voyager host to recognize
alternative transport (networking) protocols, such as UDP or even IPX.
Note that any augmentation to the behavior of the tcp protocol over and obove that
supplied by the TcpTransport implementation, should be implemented by overridding that
class.
The ITransportConnection interface can be implemented in conjuction with the
ITransportServer interface to allow a Voyager server to accept and initiate
network communications over a specific transport protocol, such as tcp or udp.
The ITransportServer interface can be implemented in conjuction with an
ITransportConnection interface to allow a Voyager server to accept and initiate
network communications over a specific transport protocol, such as tcp or udp.
As soon as this server instance is constructed, it should begin listening for new connections.