org.omg.CosTrading.ProxyPackage
Class ProxyInfo

java.lang.Object
  extended by org.omg.CosTrading.ProxyPackage.ProxyInfo
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

public final class ProxyInfo
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

Struct definition: ProxyInfo.

Author:
OpenORB Compiler
See Also:
Serialized Form

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

type

public java.lang.String type
Struct member type


target

public Lookup target
Struct member target


properties

public Property[] properties
Struct member properties


if_match_all

public boolean if_match_all
Struct member if_match_all


recipe

public java.lang.String recipe
Struct member recipe


policies_to_pass_on

public Policy[] policies_to_pass_on
Struct member policies_to_pass_on

Constructor Detail

ProxyInfo

public ProxyInfo()
Default constructor


ProxyInfo

public 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

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