org.omg.CosTrading.ProxyPackage
Class ProxyInfo

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

public final class ProxyInfo
extends java.lang.Object
implements IDLEntity

Generated from IDL definition of struct "ProxyInfo"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 boolean if_match_all
           
 Policy[] policies_to_pass_on
           
 Property[] properties
           
 java.lang.String recipe
           
 Lookup target
           
 java.lang.String type
           
 
Constructor Summary
ProxyInfo()
           
ProxyInfo(java.lang.String type, Lookup target, Property[] properties, boolean if_match_all, java.lang.String recipe, Policy[] policies_to_pass_on)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

public java.lang.String type

target

public Lookup target

properties

public Property[] properties

if_match_all

public boolean if_match_all

recipe

public java.lang.String recipe

policies_to_pass_on

public Policy[] policies_to_pass_on
Constructor Detail

ProxyInfo

public ProxyInfo()

ProxyInfo

public ProxyInfo(java.lang.String type,
                 Lookup target,
                 Property[] properties,
                 boolean if_match_all,
                 java.lang.String recipe,
                 Policy[] policies_to_pass_on)