import "CosTrading.idl";
Inherits CosTrading::TraderComponents, CosTrading::SupportAttributes, and CosTrading::LinkAttributes.
Public Methods | |
void | add_link (in LinkName name, in Lookup target, in FollowOption def_pass_on_follow_rule, in FollowOption limiting_follow_rule) raises ( IllegalLinkName, DuplicateLinkName, InvalidLookupRef, DefaultFollowTooPermissive, LimitingFollowTooPermissive ) |
This operation links a federated trader. More... | |
void | remove_link (in LinkName name) raises ( IllegalLinkName, UnknownLinkName ) |
This operation removes a link to a federated trader. More... | |
LinkInfo | describe_link (in LinkName name) raises ( IllegalLinkName, UnknownLinkName ) |
This operation describes a link to a federated trader, returning a structure containing the link description. More... | |
LinkNameSeq | list_links () |
This operation returns a sequence of links. More... | |
void | modify_link (in LinkName name, in FollowOption def_pass_on_follow_rule, in FollowOption limiting_follow_rule) raises ( IllegalLinkName, UnknownLinkName, DefaultFollowTooPermissive, LimitingFollowTooPermissive ) |
This operation modifies a link to a federated trader, changing the follow options that are applied to the link. More... |
|
This operation links a federated trader.
|
|
This operation describes a link to a federated trader, returning a structure containing the link description.
|
|
This operation returns a sequence of links.
|
|
This operation modifies a link to a federated trader, changing the follow options that are applied to the link.
|
|
This operation removes a link to a federated trader.
|