Package org.omg.CORBA
Interface InterfaceDefOperations
- All Superinterfaces:
ContainedOperations,ContainerOperations,IDLTypeOperations,IRObjectOperations
- All Known Subinterfaces:
AbstractInterfaceDef,AbstractInterfaceDefOperations,ComponentDef,ComponentDefOperations,ExtAbstractInterfaceDef,ExtAbstractInterfaceDefOperations,ExtInterfaceDef,ExtInterfaceDefOperations,ExtLocalInterfaceDef,ExtLocalInterfaceDefOperations,HomeDef,HomeDefOperations,InterfaceDef,LocalInterfaceDef,LocalInterfaceDefOperations
- All Known Implementing Classes:
_AbstractInterfaceDefStub,_ComponentDefStub,_ExtAbstractInterfaceDefStub,_ExtInterfaceDefStub,_ExtLocalInterfaceDefStub,_HomeDefStub,_InterfaceDefStub,_LocalInterfaceDefStub,AbstractInterfaceDefPOA,AbstractInterfaceDefPOATie,ComponentDefPOA,ComponentDefPOATie,ExtAbstractInterfaceDefPOA,ExtAbstractInterfaceDefPOATie,ExtInterfaceDefPOA,ExtInterfaceDefPOATie,ExtLocalInterfaceDefPOA,ExtLocalInterfaceDefPOATie,HomeDefPOA,HomeDefPOATie,InterfaceDefPOA,InterfaceDefPOATie,LocalInterfaceDefPOA,LocalInterfaceDefPOATie
public interface InterfaceDefOperations
extends ContainerOperations, ContainedOperations, IDLTypeOperations
org/omg/CORBA/InterfaceDefOperations.java .
Error! A message was requested which does not exist. The messages file does not contain the key: toJavaProlog1
Error! A message was requested which does not exist. The messages file does not contain the key: toJavaProlog2
Monday, February 12, 2024 at 2:42:26 PM Central European Standard Time
-
Method Summary
Modifier and TypeMethodDescriptionvoidbase_interfaces(InterfaceDef[] newBase_interfaces) create_attribute(String id, String name, String version, IDLType type, AttributeMode mode) create_operation(String id, String name, String version, IDLType result, OperationMode mode, ParameterDescription[] params, ExceptionDef[] exceptions, String[] contexts) booleanbooleanvoidis_abstract(boolean newIs_abstract) Methods inherited from interface org.omg.CORBA.ContainedOperations
absolute_name, containing_repository, defined_in, describe, id, id, move, name, name, version, versionMethods inherited from interface org.omg.CORBA.ContainerOperations
contents, create_alias, create_constant, create_enum, create_exception, create_interface, create_module, create_native, create_struct, create_union, create_value, create_value_box, describe_contents, lookup, lookup_nameMethods inherited from interface org.omg.CORBA.IDLTypeOperations
typeMethods inherited from interface org.omg.CORBA.IRObjectOperations
def_kind, destroy
-
Method Details
-
base_interfaces
InterfaceDef[] base_interfaces() -
base_interfaces
-
is_abstract
boolean is_abstract() -
is_abstract
void is_abstract(boolean newIs_abstract) -
is_a
-
describe_interface
FullInterfaceDescription describe_interface() -
create_attribute
AttributeDef create_attribute(String id, String name, String version, IDLType type, AttributeMode mode) -
create_operation
OperationDef create_operation(String id, String name, String version, IDLType result, OperationMode mode, ParameterDescription[] params, ExceptionDef[] exceptions, String[] contexts)
-