org.omg.CosTrading.ProxyPackage
public final class ProxyInfo extends Object implements IDLEntity
Field Summary | |
---|---|
boolean | if_match_all
Struct member if_match_all |
Policy[] | policies_to_pass_on
Struct member policies_to_pass_on |
Property[] | properties
Struct member properties |
String | recipe
Struct member recipe |
Lookup | target
Struct member target |
String | type
Struct member type |
Constructor Summary | |
---|---|
ProxyInfo()
Default constructor | |
ProxyInfo(String type, Lookup target, Property[] properties, boolean if_match_all, String recipe, Policy[] policies_to_pass_on)
Constructor with fields initialization |
Parameters: type type struct member target target struct member properties properties struct member if_match_all if_match_all struct member recipe recipe struct member policies_to_pass_on policies_to_pass_on struct member