Library RemotingNG

Package Transport

Overview

Classes: Context, EventListener, Listener, ScopedContext, ServerTransport, Transport, TransportFactory, TransportFactoryManager

Classes

class Context

A Context object is used to pass transport-specific information (such as caller IP address or authentication information) to a service method in a generic way. more...

class EventListener

The EventListener class extends the Listener interface with methods for managing event subscriptions on the client side. more...

class Listener

A Listener waits for incoming requests and handles them by accepting them and passing them to the ORB for processing. more...

class ScopedContext

Helper class using RAII for Context setup and teardown. more...

class ServerTransport

ServerTransport objects are used as mediators between a Listener, receiving a request, and the ORB, Skeleton and MethodHandlers, processing the request. more...

class Transport

Transport objects are responsible for setting up and maintaining a network (or other kind of) connection between Proxy objects on the client side and Listener objects on the server side, and for exchanging messages over that connection. more...

class TransportFactory

A TransportFactory creates Transport objects. more...

class TransportFactoryManager

A TransportFactoryManager manages TransportFactory objects. more...