#include <Protocol_Factory.h>
Inheritance diagram for TAO_Protocol_Factory:
Public Member Functions | |
TAO_Protocol_Factory (CORBA::ULong tag) | |
virtual | ~TAO_Protocol_Factory (void) |
virtual int | init (int argc, ACE_TCHAR *argv[]) |
Initialization hook. | |
CORBA::ULong | tag (void) const |
virtual int | match_prefix (const ACE_CString &prefix) |
Verify prefix is a match. | |
virtual const char * | prefix (void) const |
Returns the prefix used by the protocol. | |
virtual char | options_delimiter (void) const |
virtual TAO_Acceptor * | make_acceptor (void) |
Create an acceptor. | |
virtual TAO_Connector * | make_connector (void) |
Create a connector. | |
virtual int | requires_explicit_endpoint (void) const =0 |
Private Attributes | |
CORBA::ULong const | tag_ |
IOP protocol tag. |
|
|
|
|
|
Initialization hook.
Reimplemented from ACE_Shared_Object. Reimplemented in TAO_IIOP_Protocol_Factory, and TAO_IIOP_Lite_Protocol_Factory. |
|
Create an acceptor.
Reimplemented in TAO_IIOP_Protocol_Factory, and TAO_IIOP_Lite_Protocol_Factory. |
|
Create a connector.
Reimplemented in TAO_IIOP_Protocol_Factory, and TAO_IIOP_Lite_Protocol_Factory. |
|
Verify prefix is a match.
Reimplemented in TAO_IIOP_Protocol_Factory, and TAO_IIOP_Lite_Protocol_Factory. |
|
Return the character used to mark where an endpoint ends and where its options begin. Reimplemented in TAO_IIOP_Protocol_Factory, and TAO_IIOP_Lite_Protocol_Factory. |
|
Returns the prefix used by the protocol.
Reimplemented in TAO_IIOP_Protocol_Factory, and TAO_IIOP_Lite_Protocol_Factory. |
|
Some protocols should not create a default endpoint unless the user specifies a -ORBEndpoint option. For example, local IPC (aka UNIX domain sockets) is unable to remove the rendesvouz point if the server crashes. For those protocols it is better to create the endpoint only if the user requests one. Implemented in TAO_IIOP_Protocol_Factory, and TAO_IIOP_Lite_Protocol_Factory. |
|
The protocol tag, each concrete class will have a specific tag value. |
|
IOP protocol tag.
|