org.omg.CosTrading.LinkPackage
Class LinkInfo

java.lang.Object
  extended byorg.omg.CosTrading.LinkPackage.LinkInfo
All Implemented Interfaces:
IDLEntity, java.io.Serializable

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

Generated from IDL definition of struct "LinkInfo"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 FollowOption def_pass_on_follow_rule
           
 FollowOption limiting_follow_rule
           
 Lookup target
           
 Register target_reg
           
 
Constructor Summary
LinkInfo()
           
LinkInfo(Lookup target, Register target_reg, FollowOption def_pass_on_follow_rule, FollowOption limiting_follow_rule)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

target

public Lookup target

target_reg

public Register target_reg

def_pass_on_follow_rule

public FollowOption def_pass_on_follow_rule

limiting_follow_rule

public FollowOption limiting_follow_rule
Constructor Detail

LinkInfo

public LinkInfo()

LinkInfo

public LinkInfo(Lookup target,
                Register target_reg,
                FollowOption def_pass_on_follow_rule,
                FollowOption limiting_follow_rule)