org.omg.GIOP
Class RequestHeader_1_0

java.lang.Object
  extended byorg.omg.GIOP.RequestHeader_1_0
All Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity, java.io.Serializable

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

org/omg/GIOP/RequestHeader_1_0.java . Generated by the IDL-to-Java compiler (portable), version "3.1" from /var/home/jpp/rebuild/free/BUILD/geronimo-specs-1.1/geronimo-spec-corba/src/main/idl/GIOP.idl Thursday, May 31, 2007 7:28:34 PM CEST

See Also:
Serialized Form

Field Summary
 byte[] object_key
           
 java.lang.String operation
           
 int request_id
           
 byte[] requesting_principal
           
 boolean response_expected
           
 ServiceContext[] service_context
           
 
Constructor Summary
RequestHeader_1_0()
           
RequestHeader_1_0(ServiceContext[] _service_context, int _request_id, boolean _response_expected, byte[] _object_key, java.lang.String _operation, byte[] _requesting_principal)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

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)


Copyright © {inceptionYear}-2007 null. All Rights Reserved.