org.omg.CORBA
Interface LocalInterfaceDefOperations

All Superinterfaces:
ContainedOperations, ContainerOperations, IDLTypeOperations, InterfaceDefOperations, IRObjectOperations
All Known Subinterfaces:
LocalInterfaceDef
All Known Implementing Classes:
_LocalInterfaceDefStub

public interface LocalInterfaceDefOperations
extends InterfaceDefOperations


Method Summary
 OperationDef _OB_create_operation(String id, String name, String version, IDLType result, OperationMode mode, ParameterDescription[] params, ExceptionDef[] exceptions, NativeDef[] native_exceptions, String[] contexts)
           
 
Methods inherited from interface org.omg.CORBA.InterfaceDefOperations
base_interfaces, base_interfaces, create_attribute, create_operation, describe_interface, is_a
 
Methods inherited from interface org.omg.CORBA.ContainerOperations
contents, create_abstract_interface, create_alias, create_constant, create_enum, create_exception, 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.ContainedOperations
absolute_name, containing_repository, defined_in, describe, id, id, move, name, name, version, version
 
Methods inherited from interface org.omg.CORBA.IDLTypeOperations
type
 
Methods inherited from interface org.omg.CORBA.IRObjectOperations
def_kind, destroy
 

Method Detail

_OB_create_operation

OperationDef _OB_create_operation(String id,
                                  String name,
                                  String version,
                                  IDLType result,
                                  OperationMode mode,
                                  ParameterDescription[] params,
                                  ExceptionDef[] exceptions,
                                  NativeDef[] native_exceptions,
                                  String[] contexts)


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.