Package org.omg.CORBA
Interface InterfaceDefOperations
-
- All Superinterfaces:
ContainedOperations
,ContainerOperations
,IDLTypeOperations
,IRObjectOperations
- All Known Subinterfaces:
InterfaceDef
- All Known Implementing Classes:
_InterfaceDefStub
,InterfaceDefPOA
,InterfaceDefPOATie
public interface InterfaceDefOperations extends ContainerOperations, ContainedOperations, IDLTypeOperations
org/omg/CORBA/InterfaceDefOperations.java . Generated by the IDL-to-Java compiler (portable), version "4.1" from /home/abuild/rpmbuild/BUILD/glassfish-corba-4.2.4/omgapi/src/main/idl/ir.idl Wednesday, February 21, 2024 at 12:00:00 PM Greenwich Mean Time
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InterfaceDef[]
base_interfaces()
void
base_interfaces(InterfaceDef[] newBase_interfaces)
AttributeDef
create_attribute(java.lang.String id, java.lang.String name, java.lang.String version, IDLType type, AttributeMode mode)
OperationDef
create_operation(java.lang.String id, java.lang.String name, java.lang.String version, IDLType result, OperationMode mode, ParameterDescription[] params, ExceptionDef[] exceptions, java.lang.String[] contexts)
FullInterfaceDescription
describe_interface()
boolean
is_a(java.lang.String interface_id)
boolean
is_abstract()
void
is_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, version
-
Methods 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_name
-
Methods inherited from interface org.omg.CORBA.IDLTypeOperations
type
-
Methods inherited from interface org.omg.CORBA.IRObjectOperations
def_kind, destroy
-
-
-
-
Method Detail
-
base_interfaces
InterfaceDef[] base_interfaces()
-
base_interfaces
void base_interfaces(InterfaceDef[] newBase_interfaces)
-
is_abstract
boolean is_abstract()
-
is_abstract
void is_abstract(boolean newIs_abstract)
-
is_a
boolean is_a(java.lang.String interface_id)
-
describe_interface
FullInterfaceDescription describe_interface()
-
create_attribute
AttributeDef create_attribute(java.lang.String id, java.lang.String name, java.lang.String version, IDLType type, AttributeMode mode)
-
create_operation
OperationDef create_operation(java.lang.String id, java.lang.String name, java.lang.String version, IDLType result, OperationMode mode, ParameterDescription[] params, ExceptionDef[] exceptions, java.lang.String[] contexts)
-
-