org.omg.CosTrading.ProxyPackage

Class ProxyInfo

Implemented Interfaces:
IDLEntity, java.io.Serializable

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

Generated from IDL definition of struct "ProxyInfo"

Author:
JacORB IDL compiler

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)

Field Details

if_match_all

public boolean if_match_all


policies_to_pass_on

public Policy[] policies_to_pass_on


properties

public Property[] properties


recipe

public java.lang.String recipe


target

public Lookup target


type

public java.lang.String type

Constructor Details

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)