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
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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 membertarget_reg - target_reg struct memberdef_pass_on_follow_rule - def_pass_on_follow_rule struct memberlimiting_follow_rule - limiting_follow_rule struct member