#include <Resource_Factory.h>
Inheritance diagram for TAO_Resource_Factory:
This class is a factory/repository for critical ORB Core resources.
|
|
|
|
|
|
|
|
|
This denotes the maximum number of connections that can be cached.
Reimplemented in TAO_Default_Resource_Factory. |
|
Creates the lock for the lock needed in the Cache Map Reimplemented in TAO_Default_Resource_Factory. |
|
Creates the lock for the CORBA Object.
Reimplemented in TAO_Default_Resource_Factory. |
|
Creates the flushing strategy. The new instance is owned by the caller. Implemented in TAO_Default_Resource_Factory. |
|
Creates the leader followers strategy. The new instance is owned by the caller. Implemented in TAO_Default_Resource_Factory. |
|
Creates a lock needed for the table that stores the object keys.
Reimplemented in TAO_Default_Resource_Factory. |
|
Creates the connection purging strategy.
Implemented in TAO_Default_Resource_Factory. |
|
Disables the factory. When a new factory is installed and used, this function should be called on the previously used (default) factory. This should result in proper error reporting if the user attempts to set options on an unused factory. Implemented in TAO_Default_Resource_Factory. |
|
Return a reference to the acceptor registry.
Reimplemented in TAO_Default_Resource_Factory. |
|
Reimplemented in TAO_Default_Resource_Factory. |
|
Return an Connector to be utilized.
Reimplemented in TAO_Default_Resource_Factory. |
|
Reimplemented in TAO_Default_Resource_Factory. |
|
The protocol factory list is implemented in this class since a) it will be a global resource and b) it is initialized at start up and then not altered. Returns a container holding the list of loaded protocols. Reimplemented in TAO_Default_Resource_Factory. |
|
Return an <ACE_Reactor> to be utilized.
Reimplemented in TAO_Default_Resource_Factory. |
|
this method will loop through the protocol list and using the protocol name field this method will retrieve a pointer to the associated protocol factory from the service configurator. It is assumed that only one thread will call this method at ORB initialization. NON-THREAD-SAFE Reimplemented in TAO_Default_Resource_Factory. |
|
Reimplemented in TAO_Default_Resource_Factory. |
|
Reimplemented in TAO_Default_Resource_Factory. |
|
Access the input CDR allocators.
Reimplemented in TAO_Default_Resource_Factory. |
|
Reimplemented in TAO_Default_Resource_Factory. |
|
Loads the default protocols. This method is used so that the advanced_resource.cpp can call the one in default_resource.cpp without calling unnecessary functions. Reimplemented in TAO_Default_Resource_Factory. |
|
Should the transport cache have a lock or not? Return 1 if the transport cache needs to be locked else return 0 Reimplemented in TAO_Default_Resource_Factory. |
|
Return the number of muxed connections that are allowed for a remote endpoint Reimplemented in TAO_Default_Resource_Factory. |
|
Reimplemented in TAO_Default_Resource_Factory. |
|
Access the output CDR allocators.
Reimplemented in TAO_Default_Resource_Factory. |
|
Reimplemented in TAO_Default_Resource_Factory. |
|
This denotes the amount of entries to remove from the connection cache. Reimplemented in TAO_Default_Resource_Factory. |
|
Reclaim reactor resources (e.g. deallocate, etc).
Reimplemented in TAO_Default_Resource_Factory. |
|
Return the resource usage strategy.
Implemented in TAO_Default_Resource_Factory. |
|
@ Backwards compatibility, return 1 if the ORB core should use Locked_Data_Blocks Reimplemented in TAO_Default_Resource_Factory. |