org.omg.CosTrading.ProxyPackage
Class ProxyInfo

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

public final class ProxyInfo
extends Object
implements IDLEntity

Generated from IDL struct "ProxyInfo".

Version:
generated at 03-Nov-2015 12:23:58
Author:
JacORB IDL compiler V 3.7
See Also:
Serialized Form

Field Summary
 boolean if_match_all
           
 Policy[] policies_to_pass_on
           
 Property[] properties
           
 String recipe
           
 Lookup target
           
 String type
           
 
Constructor Summary
ProxyInfo()
           
ProxyInfo(String type, Lookup target, Property[] properties, boolean if_match_all, 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 String type

target

public Lookup target

properties

public Property[] properties

if_match_all

public boolean if_match_all

recipe

public String recipe

policies_to_pass_on

public Policy[] policies_to_pass_on
Constructor Detail

ProxyInfo

public ProxyInfo()

ProxyInfo

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


Copyright © 2015 JacORB. All rights reserved.