org.omg.CORBA
Interface InterfaceDefOperations

All Superinterfaces:
ContainedOperations, ContainerOperations, IDLTypeOperations, IRObjectOperations
All Known Subinterfaces:
AbstractInterfaceDef, AbstractInterfaceDefOperations, ExtAbstractInterfaceDef, ExtAbstractInterfaceDefOperations, ExtInterfaceDef, ExtInterfaceDefOperations, ExtLocalInterfaceDef, ExtLocalInterfaceDefOperations, InterfaceDef, LocalInterfaceDef, LocalInterfaceDefOperations

public interface InterfaceDefOperations
extends ContainerOperations, ContainedOperations, IDLTypeOperations

Generated from IDL interface "InterfaceDef"

Author:
JacORB IDL compiler V 2.2.3, 10-Dec-2005

Method Summary
 InterfaceDef[] base_interfaces()
           
 void base_interfaces(InterfaceDef[] arg)
           
 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 arg)
           
 
Methods inherited from interface org.omg.CORBA.ContainerOperations
contents, create_abstract_interface, create_alias, create_constant, create_enum, create_exception, create_ext_value, create_interface, create_local_interface, create_module, create_native, create_struct, create_union, create_value_box, create_value, describe_contents, lookup_name, lookup
 
Methods inherited from interface org.omg.CORBA.IRObjectOperations
def_kind, destroy
 
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.IRObjectOperations
def_kind, destroy
 
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[] arg)

is_abstract

boolean is_abstract()

is_abstract

void is_abstract(boolean arg)

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)


Copyright © {inceptionYear}-2007 null. All Rights Reserved.