1 package gcc.org.omg.GIOP; 2 3 4 10 11 12 public final class RequestHeader_1_1 implements org.omg.CORBA.portable.IDLEntity 14 { 15 public gcc.org.omg.IOP.ServiceContext service_context[] = null; 16 public int request_id = (int)0; 17 public boolean response_expected = false; 18 public byte reserved[] = null; 19 20 public byte object_key[] = null; 22 public String operation = null; 23 public byte requesting_principal[] = null; 24 25 public RequestHeader_1_1 () 26 { 27 } 29 public RequestHeader_1_1 (gcc.org.omg.IOP.ServiceContext[] _service_context, int _request_id, boolean _response_expected, byte[] _reserved, byte[] _object_key, String _operation, byte[] _requesting_principal) 30 { 31 service_context = _service_context; 32 request_id = _request_id; 33 response_expected = _response_expected; 34 reserved = _reserved; 35 object_key = _object_key; 36 operation = _operation; 37 requesting_principal = _requesting_principal; 38 } 40 } | Popular Tags |