CORBAservices
Module DCE_CIOP
IDL source Global index
module DCE_CIOP
- IOP
- InvokeRequestHeader
- InvokeResponseHeader
- InvokeResponseStatus
- LocateRequestHeader
struct InvokeRequestHeader {
boolean byte_order;
IOP::ServiceContextList service_context;
sequence<octet> object_key;
string endpoint_id;
string operation;
CORBA::Principal principal;
sequence<string> client_context;
};
-
struct InvokeResponseHeader {
boolean byte_order;
IOP::ServiceContextList service_context;
InvokeResponseStatus status;
};
-
enum InvokeResponseStatus {
INVOKE_NO_EXCEPTION,
INVOKE_USER_EXCEPTION,
INVOKE_SYSTEM_EXCEPTION,
INVOKE_LOCATION_FORWARD,
INVOKE_TRY_AGAIN
};
-
struct LocateRequestHeader {
boolean byte_order;
sequence<octet> object_key;
string endpoint_id;
string operation;
};
-
Generated by Sylvain BARTHELEMY, http://www.barth.netliberte.org,
with Sandia idldoc 1.0.