CORBAservices
Interface CORBA::InterfaceDef
IDL source Global index
interface InterfaceDef : Container, Contained, IDLType
- base_interfaces
- create_attribute
- create_operation
- describe_interface
- is_a
- FullInterfaceDescription
attribute InterfaceDefSeq base_interfaces;
-
AttributeDef create_attribute(in RepositoryId id,
in Identifier name,
in VersionSpec version,
in IDLType type,
in AttributeMode mode);
-
OperationDef create_operation(in RepositoryId id,
in Identifier name,
in VersionSpec version,
in IDLType result,
in OperationMode mode,
in ParDescriptionSeq params,
in ExceptionDefSeq exceptions,
in ContextIdSeq contexts);
-
FullInterfaceDescription describe_interface();
-
boolean is_a(in RepositoryId interface_id);
-
struct FullInterfaceDescription {
Identifier name;
RepositoryId id;
RepositoryId defined_in;
VersionSpec version;
OpDescriptionSeq operations;
AttrDescriptionSeq attributes;
RepositoryIdSeq base_interfaces;
TypeCode type;
};
-
Generated by Sylvain BARTHELEMY, http://www.barth.netliberte.org,
with Sandia idldoc 1.0.