1 package gcc.org.omg.GIOP; 2 3 4 10 11 12 public final class RequestHeader_1_0 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 object_key[] = null; 19 public String operation = null; 20 public byte requesting_principal[] = null; 21 22 public RequestHeader_1_0 () 23 { 24 } 26 public RequestHeader_1_0 (gcc.org.omg.IOP.ServiceContext[] _service_context, int _request_id, boolean _response_expected, byte[] _object_key, String _operation, byte[] _requesting_principal) 27 { 28 service_context = _service_context; 29 request_id = _request_id; 30 response_expected = _response_expected; 31 object_key = _object_key; 32 operation = _operation; 33 requesting_principal = _requesting_principal; 34 } 36 } | Popular Tags |