#include <IdAssignmentStrategy.h>
Inheritance diagram for TAO::Portable_Server::IdAssignmentStrategy:
Public Member Functions | |
virtual void | strategy_init (TAO_Root_POA *poa ACE_ENV_ARG_DECL) |
virtual void | strategy_cleanup (ACE_ENV_SINGLE_ARG_DECL) |
virtual char | id_assignment_key_type (void) const =0 |
char | key_type_length (void) const |
void | create_key (CORBA::Octet *buffer, CORBA::ULong &starting_at) |
virtual bool | has_system_id (void) const =0 |
|
|
|
Implemented in TAO::Portable_Server::IdAssignmentStrategySystem, and TAO::Portable_Server::IdAssignmentStrategyUser. |
|
Returns the key type the says which specific policy we have Implemented in TAO::Portable_Server::IdAssignmentStrategySystem, and TAO::Portable_Server::IdAssignmentStrategyUser. |
|
Returns the length of the id_assignment type |
|
Implements TAO::Portable_Server::Policy_Strategy. |
|
Implements TAO::Portable_Server::Policy_Strategy. |