CORBAservices

Module IOP

IDL source    Global index
module IOP


Type index.

  • ComponentId
  • IOR
  • MultipleComponentProfile
  • ProfileId
  • ServiceContext
  • ServiceContextList
  • ServiceID
  • TaggedComponent
  • TaggedProfile
  • Constant index.

  • TAG_INTERNET_IOP
  • TAG_MULTIPLE_COMPONENTS
  • TransactionService
  • Types.

  • ComponentId

      typedef unsigned long ComponentId;
    

  • IOR

      struct IOR {
        string type_id; 
        sequence<TaggedProfile> profiles; 
      }; 
    

  • MultipleComponentProfile

      typedef sequence<TaggedComponent> MultipleComponentProfile;
    

  • ProfileId

      typedef unsigned long ProfileId;
    

  • ServiceContext

      struct ServiceContext {
        ServiceID context_id; 
        sequence<octet> context_data; 
      }; 
    

  • ServiceContextList

      typedef sequence<ServiceContext> ServiceContextList;
    

  • ServiceID

      typedef unsigned long ServiceID;
    

  • TaggedComponent

      struct TaggedComponent {
        ComponentId tag; 
        sequence<octet> component_data; 
      }; 
    

  • TaggedProfile

      struct TaggedProfile {
        ProfileId tag; 
        sequence<octet> profile_data; 
      }; 
    

    Constants.

  • TAG_INTERNET_IOP

      const unsigned long TAG_INTERNET_IOP = 0;
    

  • TAG_MULTIPLE_COMPONENTS

      const unsigned long TAG_MULTIPLE_COMPONENTS = 1;
    

  • TransactionService

      const unsigned long TransactionService = 0;
    


    Generated by Sylvain BARTHELEMY, http://www.barth.netliberte.org,
    with Sandia idldoc 1.0.