All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface org.omg.CORBA.OperationDefOperations

public interface OperationDefOperations
extends ContainedOperations

IDL definition:
interface OperationDef : ::CORBA::Contained {
readonly attribute TypeCode result;
attribute ::CORBA::IDLType result_def;
attribute ::CORBA::ParDescriptionSeq params;
attribute ::CORBA::OperationMode mode;
attribute ::CORBA::ContextIdSeq contexts;
attribute ::CORBA::ExceptionDefSeq exceptions;
};


Method Index

 o contexts()

Reader for attribute: ::CORBA::OperationDef::contexts.

 o contexts(String[])

Writer for attribute: ::CORBA::OperationDef::contexts.

 o exceptions()

Reader for attribute: ::CORBA::OperationDef::exceptions.

 o exceptions(ExceptionDef[])

Writer for attribute: ::CORBA::OperationDef::exceptions.

 o mode()

Reader for attribute: ::CORBA::OperationDef::mode.

 o mode(OperationMode)

Writer for attribute: ::CORBA::OperationDef::mode.

 o params()

Reader for attribute: ::CORBA::OperationDef::params.

 o params(ParameterDescription[])

Writer for attribute: ::CORBA::OperationDef::params.

 o result()

Reader for attribute: ::CORBA::OperationDef::result.

 o result_def()

Reader for attribute: ::CORBA::OperationDef::result_def.

 o result_def(IDLType)

Writer for attribute: ::CORBA::OperationDef::result_def.

Methods

 o result
 public abstract TypeCode result()

Reader for attribute: ::CORBA::OperationDef::result.

readonly attribute TypeCode result;

 o result_def
 public abstract void result_def(IDLType result_def)

Writer for attribute: ::CORBA::OperationDef::result_def.

attribute ::CORBA::IDLType result_def;

 o result_def
 public abstract IDLType result_def()

Reader for attribute: ::CORBA::OperationDef::result_def.

attribute ::CORBA::IDLType result_def;

 o params
 public abstract void params(ParameterDescription params[])

Writer for attribute: ::CORBA::OperationDef::params.

attribute ::CORBA::ParDescriptionSeq params;

 o params
 public abstract ParameterDescription[] params()

Reader for attribute: ::CORBA::OperationDef::params.

attribute ::CORBA::ParDescriptionSeq params;

 o mode
 public abstract void mode(OperationMode mode)

Writer for attribute: ::CORBA::OperationDef::mode.

attribute ::CORBA::OperationMode mode;

 o mode
 public abstract OperationMode mode()

Reader for attribute: ::CORBA::OperationDef::mode.

attribute ::CORBA::OperationMode mode;

 o contexts
 public abstract void contexts(String contexts[])

Writer for attribute: ::CORBA::OperationDef::contexts.

attribute ::CORBA::ContextIdSeq contexts;

 o contexts
 public abstract String[] contexts()

Reader for attribute: ::CORBA::OperationDef::contexts.

attribute ::CORBA::ContextIdSeq contexts;

 o exceptions
 public abstract void exceptions(ExceptionDef exceptions[])

Writer for attribute: ::CORBA::OperationDef::exceptions.

attribute ::CORBA::ExceptionDefSeq exceptions;

 o exceptions
 public abstract ExceptionDef[] exceptions()

Reader for attribute: ::CORBA::OperationDef::exceptions.

attribute ::CORBA::ExceptionDefSeq exceptions;


All Packages  Class Hierarchy  This Package  Previous  Next  Index