Module IOP


Constant Index

CodeSets
TAG_INTERNET_IOP
TAG_MULTIPLE_COMPONENTS
TransactionService

Struct Index

IOR
ServiceContext
TaggedComponent
TaggedProfile

Alias Index

ComponentId
MultipleComponentProfile
ProfileId
ServiceContextList
ServiceId

Constants

CodeSets
const ServiceId CodeSets = 1;
TAG_INTERNET_IOP
const ProfileId TAG_INTERNET_IOP = 0;
TAG_MULTIPLE_COMPONENTS
const ProfileId TAG_MULTIPLE_COMPONENTS = 1;
TransactionService
const ServiceId TransactionService = 0;

Structs

IOR
struct IOR
{
    string type_id;
    sequence<TaggedProfile> profiles;
};
ServiceContext
struct ServiceContext
{
    ServiceId context_id;
    sequence<octet> context_data;
};
TaggedComponent
struct TaggedComponent
{
    ComponentId tag;
    sequence<octet> component_data;
};
TaggedProfile
struct TaggedProfile
{
    ProfileId tag;
    sequence<octet> profile_data;
};

Aliases

ComponentId
typedef unsigned long ComponentId;
MultipleComponentProfile
typedef sequence<TaggedComponent> MultipleComponentProfile;
ProfileId
typedef unsigned long ProfileId;
ServiceContextList
typedef sequence<ServiceContext> ServiceContextList;
ServiceId
typedef unsigned long ServiceId;

Generated by the ORBacus IDL-to-HTML translator (non-commercial)