|
Public Methods |
| TAO_Admin (TAO_Trader< TRADER_LOCK_TYPE, MAP_LOCK_TYPE > &trader) |
| ~TAO_Admin (void) |
virtual CORBA::ULong | set_def_search_card (CORBA::ULong value ACE_ENV_ARG_DECL_NOT_USED) throw (CORBA::SystemException) |
virtual CORBA::ULong | set_max_search_card (CORBA::ULong value ACE_ENV_ARG_DECL_NOT_USED) throw (CORBA::SystemException) |
virtual CORBA::ULong | set_def_match_card (CORBA::ULong value ACE_ENV_ARG_DECL_NOT_USED) throw (CORBA::SystemException) |
virtual CORBA::ULong | set_max_match_card (CORBA::ULong value ACE_ENV_ARG_DECL_NOT_USED) throw (CORBA::SystemException) |
virtual CORBA::ULong | set_def_return_card (CORBA::ULong value ACE_ENV_ARG_DECL_NOT_USED) throw (CORBA::SystemException) |
virtual CORBA::ULong | set_max_return_card (CORBA::ULong value ACE_ENV_ARG_DECL_NOT_USED) throw (CORBA::SystemException) |
virtual CORBA::ULong | set_max_list (CORBA::ULong value ACE_ENV_ARG_DECL_NOT_USED) throw (CORBA::SystemException) |
virtual CORBA::Boolean | set_supports_modifiable_properties (CORBA::Boolean value ACE_ENV_ARG_DECL_NOT_USED) throw (CORBA::SystemException) |
virtual CORBA::Boolean | set_supports_dynamic_properties (CORBA::Boolean value ACE_ENV_ARG_DECL_NOT_USED) throw (CORBA::SystemException) |
virtual CORBA::Boolean | set_supports_proxy_offers (CORBA::Boolean value ACE_ENV_ARG_DECL_NOT_USED) throw (CORBA::SystemException) |
virtual CORBA::ULong | set_def_hop_count (CORBA::ULong value ACE_ENV_ARG_DECL_NOT_USED) throw (CORBA::SystemException) |
virtual CORBA::ULong | set_max_hop_count (CORBA::ULong value ACE_ENV_ARG_DECL_NOT_USED) throw (CORBA::SystemException) |
virtual CosTrading::FollowOption | set_def_follow_policy (CosTrading::FollowOption policy ACE_ENV_ARG_DECL_NOT_USED) throw (CORBA::SystemException) |
virtual CosTrading::FollowOption | set_max_follow_policy (CosTrading::FollowOption policy ACE_ENV_ARG_DECL_NOT_USED) throw (CORBA::SystemException) |
virtual CosTrading::FollowOption | set_max_link_follow_policy (CosTrading::FollowOption policy ACE_ENV_ARG_DECL_NOT_USED) throw (CORBA::SystemException) |
virtual CosTrading::TypeRepository_ptr | set_type_repos (CosTrading::TypeRepository_ptr repository ACE_ENV_ARG_DECL_NOT_USED) throw (CORBA::SystemException) |
virtual CosTrading::Admin::OctetSeq * | request_id_stem (ACE_ENV_SINGLE_ARG_DECL_NOT_USED) throw (CORBA::SystemException) |
virtual CosTrading::Admin::OctetSeq * | set_request_id_stem (const CosTrading::Admin::OctetSeq &stem ACE_ENV_ARG_DECL_NOT_USED) throw (CORBA::SystemException) |
virtual void | list_offers (CORBA::ULong how_many, CosTrading::OfferIdSeq_out ids, CosTrading::OfferIdIterator_out id_itr ACE_ENV_ARG_DECL) throw (CORBA::SystemException, CosTrading::NotImplemented) |
virtual void | list_proxies (CORBA::ULong, CosTrading::OfferIdSeq_out, CosTrading::OfferIdIterator_out ACE_ENV_ARG_DECL) throw (CORBA::SystemException, CosTrading::NotImplemented) |
Private Methods |
void | operator= (const TAO_Admin< TRADER_LOCK_TYPE, MAP_LOCK_TYPE > &) |
| TAO_Admin (const TAO_Admin< TRADER_LOCK_TYPE, MAP_LOCK_TYPE > &) |
Private Attributes |
TAO_Trader< TRADER_LOCK_TYPE,
MAP_LOCK_TYPE > & | trader_ |
CosTrading::Admin::OctetSeq | stem_id_ |
| Unique prefix to create a sequence number space.
|
CORBA::ULong | sequence_number_ |
| Current sequence number.
|
TRADER_LOCK_TYPE | lock_ |
DESCRIPTION (FROM SPEC) The admin interface enables the values of the trader attributes to be read and written. All attributes are defined as readonly in either SupportAttributes, ImportAttributes, LinkAttributes, or Admin. To set the trader "attribute" to a new value, set_<attribute_name> operations are defined in Admin. Each of these set operations returns the previous value of the attribute as its function value. If the admin interface operation set_support_proxy_offers is invoked with a value set to FALSE in a trader which supports the proxy interface, the set_support_proxy_offer value does not affect the function of operations in the proxy interface. However, in this case, it does have the effect of making any proxy offers exported via the proxy interface for that trader unavailable to satisfy queries on that trader's lookup interface.