org.omg.CosTrading
Class AdminPOA
java.lang.Object
org.omg.PortableServer.Servant
org.omg.CosTrading.AdminPOA
- All Implemented Interfaces:
- org.omg.CORBA.portable.InvokeHandler, AdminOperations, ImportAttributesOperations, LinkAttributesOperations, SupportAttributesOperations, TraderComponentsOperations
- Direct Known Subclasses:
- Admin, AdminPOATie
public abstract class AdminPOA
- extends org.omg.PortableServer.Servant
- implements AdminOperations, org.omg.CORBA.portable.InvokeHandler
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_ 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.
Method Summary |
java.lang.String[] |
_all_interfaces(org.omg.PortableServer.POA poa,
byte[] objectId)
|
org.omg.CORBA.portable.OutputStream |
_invoke(java.lang.String opName,
org.omg.CORBA.portable.InputStream _is,
org.omg.CORBA.portable.ResponseHandler handler)
|
Admin |
_this()
|
Admin |
_this(org.omg.CORBA.ORB orb)
|
Methods inherited from class org.omg.PortableServer.Servant |
_default_POA, _get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.omg.CosTrading.AdminOperations |
list_offers, list_proxies, request_id_stem, set_def_follow_policy, set_def_hop_count, set_def_match_card, set_def_return_card, set_def_search_card, set_max_follow_policy, set_max_hop_count, set_max_link_follow_policy, set_max_list, set_max_match_card, set_max_return_card, set_max_search_card, set_request_id_stem, set_supports_dynamic_properties, set_supports_modifiable_properties, set_supports_proxy_offers, set_type_repos |
Methods inherited from interface org.omg.CosTrading.ImportAttributesOperations |
def_follow_policy, def_hop_count, def_match_card, def_return_card, def_search_card, max_follow_policy, max_hop_count, max_list, max_match_card, max_return_card, max_search_card |
AdminPOA
public AdminPOA()
_this
public Admin _this()
_this
public Admin _this(org.omg.CORBA.ORB orb)
_all_interfaces
public java.lang.String[] _all_interfaces(org.omg.PortableServer.POA poa,
byte[] objectId)
- Specified by:
_all_interfaces
in class org.omg.PortableServer.Servant
_invoke
public final org.omg.CORBA.portable.OutputStream _invoke(java.lang.String opName,
org.omg.CORBA.portable.InputStream _is,
org.omg.CORBA.portable.ResponseHandler handler)
- Specified by:
_invoke
in interface org.omg.CORBA.portable.InvokeHandler