Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.openorb.trader.kernel
Class Admin  view Admin download Admin.java

java.lang.Object
  extended byorg.omg.PortableServer.Servant
      extended byorg.omg.CosTrading.AdminPOA
          extended byorg.openorb.trader.kernel.Admin
All Implemented Interfaces:
org.omg.CosTrading.AdminOperations, org.omg.CosTrading.ImportAttributesOperations, org.omg.CORBA.portable.InvokeHandler, org.omg.CosTrading.LinkAttributesOperations, org.omg.CosTrading.SupportAttributesOperations, org.omg.CosTrading.TraderComponentsOperations

public class Admin
extends org.omg.CosTrading.AdminPOA

This class implements the Admin interface for the OpenORB Trading Object Service.


Field Summary
private  Kernel kernel
          Reference to the kernel
 
Fields inherited from class org.omg.CosTrading.AdminPOA
 
Fields inherited from class org.omg.PortableServer.Servant
 
Constructor Summary
Admin(Kernel kernel)
           
 
Method Summary
 org.omg.CosTrading.Admin admin_if()
           
 org.omg.CosTrading.FollowOption def_follow_policy()
           
 int def_hop_count()
           
 int def_match_card()
           
 int def_return_card()
           
 int def_search_card()
           
 org.omg.CosTrading.Link link_if()
           
 void list_offers(int how_many, org.omg.CosTrading.OfferIdSeqHolder ids, org.omg.CosTrading.OfferIdIteratorHolder id_itr)
          Returns a list of offers
 void list_proxies(int how_many, org.omg.CosTrading.OfferIdSeqHolder ids, org.omg.CosTrading.OfferIdIteratorHolder id_itr)
          Returns a list of proxy offers
 org.omg.CosTrading.Lookup lookup_if()
           
 org.omg.CosTrading.FollowOption max_follow_policy()
           
 int max_hop_count()
           
 org.omg.CosTrading.FollowOption max_link_follow_policy()
           
 int max_list()
           
 int max_match_card()
           
 int max_return_card()
           
 int max_search_card()
           
 org.omg.CosTrading.Proxy proxy_if()
           
 org.omg.CosTrading.Register register_if()
           
 byte[] request_id_stem()
           
 org.omg.CosTrading.FollowOption set_def_follow_policy(org.omg.CosTrading.FollowOption policy)
           
 int set_def_hop_count(int value)
           
 int set_def_match_card(int value)
           
 int set_def_return_card(int value)
           
 int set_def_search_card(int value)
           
 org.omg.CosTrading.FollowOption set_max_follow_policy(org.omg.CosTrading.FollowOption policy)
           
 int set_max_hop_count(int value)
           
 org.omg.CosTrading.FollowOption set_max_link_follow_policy(org.omg.CosTrading.FollowOption policy)
           
 int set_max_list(int value)
           
 int set_max_match_card(int value)
           
 int set_max_return_card(int value)
           
 int set_max_search_card(int value)
           
 byte[] set_request_id_stem(byte[] stem)
           
 boolean set_supports_dynamic_properties(boolean value)
           
 boolean set_supports_modifiable_properties(boolean value)
           
 boolean set_supports_proxy_offers(boolean value)
           
 org.omg.CORBA.Object set_type_repos(org.omg.CORBA.Object repository)
           
 boolean supports_dynamic_properties()
           
 boolean supports_modifiable_properties()
           
 boolean supports_proxy_offers()
           
 org.omg.CORBA.Object type_repos()
           
 
Methods inherited from class org.omg.CosTrading.AdminPOA
_all_interfaces, _invoke, _this, _this
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

kernel

private Kernel kernel
Reference to the kernel

Constructor Detail

Admin

public Admin(Kernel kernel)
Method Detail

request_id_stem

public byte[] request_id_stem()

set_def_search_card

public int set_def_search_card(int value)

set_max_search_card

public int set_max_search_card(int value)

set_def_match_card

public int set_def_match_card(int value)

set_max_match_card

public int set_max_match_card(int value)

set_def_return_card

public int set_def_return_card(int value)

set_max_return_card

public int set_max_return_card(int value)

set_max_list

public int set_max_list(int value)

set_supports_modifiable_properties

public boolean set_supports_modifiable_properties(boolean value)

set_supports_dynamic_properties

public boolean set_supports_dynamic_properties(boolean value)

set_supports_proxy_offers

public boolean set_supports_proxy_offers(boolean value)

set_def_hop_count

public int set_def_hop_count(int value)

set_max_hop_count

public int set_max_hop_count(int value)

set_def_follow_policy

public org.omg.CosTrading.FollowOption set_def_follow_policy(org.omg.CosTrading.FollowOption policy)

set_max_follow_policy

public org.omg.CosTrading.FollowOption set_max_follow_policy(org.omg.CosTrading.FollowOption policy)

set_max_link_follow_policy

public org.omg.CosTrading.FollowOption set_max_link_follow_policy(org.omg.CosTrading.FollowOption policy)

set_type_repos

public org.omg.CORBA.Object set_type_repos(org.omg.CORBA.Object repository)

set_request_id_stem

public byte[] set_request_id_stem(byte[] stem)

list_offers

public void list_offers(int how_many,
                        org.omg.CosTrading.OfferIdSeqHolder ids,
                        org.omg.CosTrading.OfferIdIteratorHolder id_itr)
                 throws org.omg.CosTrading.NotImplemented
Returns a list of offers


list_proxies

public void list_proxies(int how_many,
                         org.omg.CosTrading.OfferIdSeqHolder ids,
                         org.omg.CosTrading.OfferIdIteratorHolder id_itr)
                  throws org.omg.CosTrading.NotImplemented
Returns a list of proxy offers


lookup_if

public org.omg.CosTrading.Lookup lookup_if()

register_if

public org.omg.CosTrading.Register register_if()

link_if

public org.omg.CosTrading.Link link_if()

proxy_if

public org.omg.CosTrading.Proxy proxy_if()

admin_if

public org.omg.CosTrading.Admin admin_if()

supports_modifiable_properties

public boolean supports_modifiable_properties()

supports_dynamic_properties

public boolean supports_dynamic_properties()

supports_proxy_offers

public boolean supports_proxy_offers()

type_repos

public org.omg.CORBA.Object type_repos()

def_search_card

public int def_search_card()

max_search_card

public int max_search_card()

def_match_card

public int def_match_card()

max_match_card

public int max_match_card()

def_return_card

public int def_return_card()

max_return_card

public int max_return_card()

max_list

public int max_list()

def_hop_count

public int def_hop_count()

max_hop_count

public int max_hop_count()

def_follow_policy

public org.omg.CosTrading.FollowOption def_follow_policy()

max_follow_policy

public org.omg.CosTrading.FollowOption max_follow_policy()

max_link_follow_policy

public org.omg.CosTrading.FollowOption max_link_follow_policy()