org.jacorb.util.tracing
Class Request

java.lang.Object
  extended byorg.jacorb.util.tracing.Request
All Implemented Interfaces:
IDLEntity, java.io.Serializable

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

Generated from IDL definition of struct "Request"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 int originator
           
 long rid
           
 
Constructor Summary
Request()
           
Request(int originator, long rid)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

originator

public int originator

rid

public long rid
Constructor Detail

Request

public Request()

Request

public Request(int originator,
               long rid)