org.omg.CosTrading.ProxyPackage

Class ProxyInfo

public final class ProxyInfo extends Object implements IDLEntity

Struct definition: ProxyInfo.

Author: OpenORB Compiler

Field Summary
booleanif_match_all
Struct member if_match_all
Policy[]policies_to_pass_on
Struct member policies_to_pass_on
Property[]properties
Struct member properties
Stringrecipe
Struct member recipe
Lookuptarget
Struct member target
Stringtype
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

Field Detail

if_match_all

public boolean if_match_all
Struct member if_match_all

policies_to_pass_on

public Policy[] policies_to_pass_on
Struct member policies_to_pass_on

properties

public Property[] properties
Struct member properties

recipe

public String recipe
Struct member recipe

target

public Lookup target
Struct member target

type

public String type
Struct member type

Constructor Detail

ProxyInfo

public ProxyInfo()
Default constructor

ProxyInfo

public 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