org.omg.GIOP
Class RequestHeader_1_0
java.lang.Object
org.omg.GIOP.RequestHeader_1_0
- All Implemented Interfaces:
- IDLEntity, java.io.Serializable
- public final class RequestHeader_1_0
- extends java.lang.Object
- implements IDLEntity
Generated from IDL definition of struct "RequestHeader_1_0"
- Author:
- JacORB IDL compiler
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
service_context
public ServiceContext[] service_context
request_id
public int request_id
response_expected
public boolean response_expected
object_key
public byte[] object_key
operation
public java.lang.String operation
requesting_principal
public byte[] requesting_principal
RequestHeader_1_0
public RequestHeader_1_0()
RequestHeader_1_0
public RequestHeader_1_0(ServiceContext[] service_context,
int request_id,
boolean response_expected,
byte[] object_key,
java.lang.String operation,
byte[] requesting_principal)