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-build/glassfish-corba-4.2.4/omgapi/src/main/idl/ir.idl
Wednesday, February 21, 2024, 10:43:23 AM Greenwich Mean Time
-
Method Summary
Modifier and TypeMethodDescriptionvoid
base_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) boolean
boolean
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 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)
-