CORBAservices

Module DCE_CIOP

IDL source    Global index
module DCE_CIOP


Module index.

  • IOP
  • Type index.

  • InvokeRequestHeader
  • InvokeResponseHeader
  • InvokeResponseStatus
  • LocateRequestHeader
  • Types.

  • InvokeRequestHeader

      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; 
      }; 
    

  • InvokeResponseHeader

      struct InvokeResponseHeader {
        boolean byte_order; 
        IOP::ServiceContextList service_context; 
        InvokeResponseStatus status; 
      }; 
    

  • InvokeResponseStatus

      enum InvokeResponseStatus {
        INVOKE_NO_EXCEPTION, 
        INVOKE_USER_EXCEPTION, 
        INVOKE_SYSTEM_EXCEPTION, 
        INVOKE_LOCATION_FORWARD, 
        INVOKE_TRY_AGAIN
      }; 
    

  • LocateRequestHeader

      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.