org.omg.CosTrading.ProxyPackage
Class ProxyInfo
java.lang.Object
org.omg.CosTrading.ProxyPackage.ProxyInfo
- All 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
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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)