VisiBroker for Java

org.omg.CORBA
Interface ExceptionDefOperations

All Superinterfaces:
ContainedOperations, ContainerOperations, IRObjectOperations
All Known Subinterfaces:
ExceptionDef

public interface ExceptionDefOperations
extends ContainedOperations, ContainerOperations

Represents an exception that is stored in the Interface Repository. This interface provides methods for setting and retrieving the exception's list of members as well as a method for retrieving the exception's TypeCode.


Method Summary
 StructMember[] members()
          The list of members.
 void members(StructMember[] arg0)
          The list of members.
 TypeCode type()
           
 
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_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.IRObjectOperations
def_kind, destroy
 

Method Detail

members

StructMember[] members()
The list of members.


members

void members(StructMember[] arg0)
The list of members.


type

TypeCode type()
Returns:
the TypeCode that represents this exception's type.

Borland Software Corporation
http://www.borland.com
100 Enterprise Way
Scotts Valley, CA 95066
Voice: (831) 431-1000
pubsweb@borland.com

Read the latest documentation online