org.omg.CosTrading
Class ImportAttributesPOATie

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by org.omg.CosTrading.ImportAttributesPOA
          extended by org.omg.CosTrading.ImportAttributesPOATie
All Implemented Interfaces:
org.omg.CORBA.portable.InvokeHandler, ImportAttributesOperations

public class ImportAttributesPOATie
extends ImportAttributesPOA

Each trader is configured with default and maximum values of certain cardinality and link follow constraints that apply to queries. The values for these constraints can be obtained by querying the attributes in this interface.


Constructor Summary
ImportAttributesPOATie(ImportAttributesOperations tieObject)
          Constructor
ImportAttributesPOATie(ImportAttributesOperations tieObject, org.omg.PortableServer.POA poa)
          Constructor
 
Method Summary
 org.omg.PortableServer.POA _default_POA()
          _default_POA method
 ImportAttributesOperations _delegate()
          Get the delegate
 void _delegate(ImportAttributesOperations delegate_)
          Set the delegate
 FollowOption def_follow_policy()
          Read accessor for def_follow_policy attribute
 int def_hop_count()
          Read accessor for def_hop_count attribute
 int def_match_card()
          Read accessor for def_match_card attribute
 int def_return_card()
          Read accessor for def_return_card attribute
 int def_search_card()
          Read accessor for def_search_card attribute
 FollowOption max_follow_policy()
          Read accessor for max_follow_policy attribute
 int max_hop_count()
          Read accessor for max_hop_count attribute
 int max_list()
          Read accessor for max_list attribute
 int max_match_card()
          Read accessor for max_match_card attribute
 int max_return_card()
          Read accessor for max_return_card attribute
 int max_search_card()
          Read accessor for max_search_card attribute
 
Methods inherited from class org.omg.CosTrading.ImportAttributesPOA
_all_interfaces, _invoke, _this, _this
 
Methods inherited from class org.omg.PortableServer.Servant
_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
 

Constructor Detail

ImportAttributesPOATie

public ImportAttributesPOATie(ImportAttributesOperations tieObject)
Constructor


ImportAttributesPOATie

public ImportAttributesPOATie(ImportAttributesOperations tieObject,
                              org.omg.PortableServer.POA poa)
Constructor

Method Detail

_delegate

public ImportAttributesOperations _delegate()
Get the delegate


_delegate

public void _delegate(ImportAttributesOperations delegate_)
Set the delegate


_default_POA

public org.omg.PortableServer.POA _default_POA()
_default_POA method

Overrides:
_default_POA in class org.omg.PortableServer.Servant

def_search_card

public int def_search_card()
Read accessor for def_search_card attribute

Returns:
the attribute value

max_search_card

public int max_search_card()
Read accessor for max_search_card attribute

Returns:
the attribute value

def_match_card

public int def_match_card()
Read accessor for def_match_card attribute

Returns:
the attribute value

max_match_card

public int max_match_card()
Read accessor for max_match_card attribute

Returns:
the attribute value

def_return_card

public int def_return_card()
Read accessor for def_return_card attribute

Returns:
the attribute value

max_return_card

public int max_return_card()
Read accessor for max_return_card attribute

Returns:
the attribute value

max_list

public int max_list()
Read accessor for max_list attribute

Returns:
the attribute value

def_hop_count

public int def_hop_count()
Read accessor for def_hop_count attribute

Returns:
the attribute value

max_hop_count

public int max_hop_count()
Read accessor for max_hop_count attribute

Returns:
the attribute value

def_follow_policy

public FollowOption def_follow_policy()
Read accessor for def_follow_policy attribute

Returns:
the attribute value

max_follow_policy

public FollowOption max_follow_policy()
Read accessor for max_follow_policy attribute

Returns:
the attribute value