org.omg.CosTrading.LinkPackage
Class LinkInfo

java.lang.Object
  |
  +--org.omg.CosTrading.LinkPackage.LinkInfo
All Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity, java.io.Serializable

public final class LinkInfo
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

Struct definition: LinkInfo.

Author:
OpenORB Compiler
See Also:
Serialized Form

Field Summary
 FollowOption def_pass_on_follow_rule
          Struct member def_pass_on_follow_rule
 FollowOption limiting_follow_rule
          Struct member limiting_follow_rule
 Lookup target
          Struct member target
 Register target_reg
          Struct member target_reg
 
Constructor Summary
LinkInfo()
          Default constructor
LinkInfo(Lookup target, Register target_reg, FollowOption def_pass_on_follow_rule, FollowOption limiting_follow_rule)
          Constructor with fields initialization
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

target

public Lookup target
Struct member target

target_reg

public Register target_reg
Struct member target_reg

def_pass_on_follow_rule

public FollowOption def_pass_on_follow_rule
Struct member def_pass_on_follow_rule

limiting_follow_rule

public FollowOption limiting_follow_rule
Struct member limiting_follow_rule
Constructor Detail

LinkInfo

public LinkInfo()
Default constructor

LinkInfo

public LinkInfo(Lookup target,
                Register target_reg,
                FollowOption def_pass_on_follow_rule,
                FollowOption limiting_follow_rule)
Constructor with fields initialization
Parameters:
target - target struct member
target_reg - target_reg struct member
def_pass_on_follow_rule - def_pass_on_follow_rule struct member
limiting_follow_rule - limiting_follow_rule struct member