|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CosTrading.ProxyPackage.ProxyInfo
public final class ProxyInfo
Struct definition: ProxyInfo.
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 |
java.lang.String |
recipe
Struct member recipe |
Lookup |
target
Struct member target |
java.lang.String |
type
Struct member type |
Constructor Summary | |
---|---|
ProxyInfo()
Default constructor |
|
ProxyInfo(java.lang.String type,
Lookup target,
Property[] properties,
boolean if_match_all,
java.lang.String recipe,
Policy[] policies_to_pass_on)
Constructor with fields initialization |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String type
public Lookup target
public Property[] properties
public boolean if_match_all
public java.lang.String recipe
public Policy[] policies_to_pass_on
Constructor Detail |
---|
public ProxyInfo()
public ProxyInfo(java.lang.String type, Lookup target, Property[] properties, boolean if_match_all, java.lang.String recipe, Policy[] policies_to_pass_on)
type
- type struct membertarget
- target struct memberproperties
- properties struct memberif_match_all
- if_match_all struct memberrecipe
- recipe struct memberpolicies_to_pass_on
- policies_to_pass_on struct member
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |