Class: THardwiredTransport

Declaration: RemoteCaller.h

Taxonomy Categories:

Member Functions:


Interface Category:

API.

Inherits From:

TRemoteCallerTransport

Inherited By:

None.

Purpose:

THardwiredTransport is a class that hardwires a caller and a dispatcher instance, for test purposes only.

Instantiation:

Allocate on the heap or the stack.

Deriving Classes:

Derived classes are not supported in this release.

Concurrency:

Not multithread safe.

Resource Use:

No special requirements.

Other Considerations:

None.

Member Function: THardwiredTransport::THardwiredTransport

THardwiredTransport (MRemoteDispatcher * theDispatcher)

Interface Category:

API.

Purpose:

Creates a THardwiredTransport bound to the dispatcher provided.

Calling Context:

Called to create a THardwiredTransport. Call this function directly.

Parameters:

Return Value:

None.

Exceptions:

Throws no exceptions, passes all exceptions through.

Concurrency:

Not multithread safe.

Other Considerations:

None.

Member Function: THardwiredTransport::~THardwiredTransport

virtual ~ THardwiredTransport ()

Interface Category:

API.

Purpose:

Destructor.

Calling Context:

Called to destroy an object. Call this function directly.

Parameters:

Return Value:

None.

Exceptions:

Throws no exceptions, passes all exceptions through.

Concurrency:

Not multithread safe.

Other Considerations:

None.

Member Function: THardwiredTransport::GetArgumentStream

virtual TStream * GetArgumentStream ()

Interface Category:

API.

Purpose:

Returns a pointer to this object's argument stream.

Calling Context:

Called to obtain a pointer to this object's argument stream. Call this function directly.

Parameters:

Return Value:

A pointer to this object's argument stream.

Exceptions:

Throws no exceptions, passes all exceptions through.

Concurrency:

Not multithread safe.

Other Considerations:

None.

Member Function: THardwiredTransport::GetResultStream

virtual TStream * GetResultStream ()

Interface Category:

API.

Purpose:

Returns a pointer to this object's result stream.

Calling Context:

Called to obtain a pointer to this object's result stream. Call this function directly.

Parameters:

Return Value:

A pointer to this object's result stream.

Exceptions:

Throws no exceptions, passes all exceptions through.

Concurrency:

Not multithread safe.

Other Considerations:

None.

Member Function: THardwiredTransport::SendRequest

virtual TStream * SendRequest ()

Interface Category:

API.

Purpose:

Sends the request, awaits the reply, and processes the reply.

Calling Context:

Called to send a request and process the reply. Call this function directly.

Parameters:

Return Value:

A pointer to the argument stream.

Exceptions:

Throws no exceptions, passes all exceptions through.

Concurrency:

Not multithread safe.

Other Considerations:

None.
Click the icon to mail questions or corrections about this material to Taligent personnel.
Copyright©1995 Taligent,Inc. All rights reserved.