All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Interface org.omg.CORBA.OperationDef

public interface OperationDef
extends Contained

IDL definition:
#pragma prefix "omg.org/CORBA"
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.

#pragma prefix "omg.org/CORBA/OperationDef"
readonly attribute TypeCode result;

 o result_def
public abstract void result_def(IDLType result_def)

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

#pragma prefix "omg.org/CORBA/OperationDef"
attribute ::CORBA::IDLType result_def;

 o result_def
public abstract IDLType result_def()

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

#pragma prefix "omg.org/CORBA/OperationDef"
attribute ::CORBA::IDLType result_def;

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

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

#pragma prefix "omg.org/CORBA/OperationDef"
attribute ::CORBA::ParDescriptionSeq params;

 o params
public abstract ParameterDescription[] params()

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

#pragma prefix "omg.org/CORBA/OperationDef"
attribute ::CORBA::ParDescriptionSeq params;

 o mode
public abstract void mode(OperationMode mode)

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

#pragma prefix "omg.org/CORBA/OperationDef"
attribute ::CORBA::OperationMode mode;

 o mode
public abstract OperationMode mode()

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

#pragma prefix "omg.org/CORBA/OperationDef"
attribute ::CORBA::OperationMode mode;

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

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

#pragma prefix "omg.org/CORBA/OperationDef"
attribute ::CORBA::ContextIdSeq contexts;

 o contexts
public abstract String[] contexts()

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

#pragma prefix "omg.org/CORBA/OperationDef"
attribute ::CORBA::ContextIdSeq contexts;

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

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

#pragma prefix "omg.org/CORBA/OperationDef"
attribute ::CORBA::ExceptionDefSeq exceptions;

 o exceptions
public abstract ExceptionDef[] exceptions()

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

#pragma prefix "omg.org/CORBA/OperationDef"
attribute ::CORBA::ExceptionDefSeq exceptions;


All Packages  Class Hierarchy  This Package  Previous  Next  Index