org.omg.GIOP
Class LocateRequestHeader_1_2

java.lang.Object
  extended byorg.omg.GIOP.LocateRequestHeader_1_2
All Implemented Interfaces:
IDLEntity, java.io.Serializable

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

Generated from IDL definition of struct "LocateRequestHeader_1_2"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 int request_id
           
 TargetAddress target
           
 
Constructor Summary
LocateRequestHeader_1_2()
           
LocateRequestHeader_1_2(int request_id, TargetAddress target)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

request_id

public int request_id

target

public TargetAddress target
Constructor Detail

LocateRequestHeader_1_2

public LocateRequestHeader_1_2()

LocateRequestHeader_1_2

public LocateRequestHeader_1_2(int request_id,
                               TargetAddress target)