All Packages Class Hierarchy This Package Previous Next Index
#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; };
Reader for attribute: ::CORBA::OperationDef::contexts.
Writer for attribute: ::CORBA::OperationDef::contexts.
Reader for attribute: ::CORBA::OperationDef::exceptions.
Writer for attribute: ::CORBA::OperationDef::exceptions.
Reader for attribute: ::CORBA::OperationDef::mode.
Writer for attribute: ::CORBA::OperationDef::mode.
Reader for attribute: ::CORBA::OperationDef::params.
Writer for attribute: ::CORBA::OperationDef::params.
Reader for attribute: ::CORBA::OperationDef::result.
Reader for attribute: ::CORBA::OperationDef::result_def.
Writer for attribute: ::CORBA::OperationDef::result_def.
public abstract TypeCode result()
Reader for attribute: ::CORBA::OperationDef::result.
#pragma prefix "omg.org/CORBA/OperationDef" readonly attribute TypeCode result;
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;
public abstract IDLType result_def()
Reader for attribute: ::CORBA::OperationDef::result_def.
#pragma prefix "omg.org/CORBA/OperationDef" attribute ::CORBA::IDLType result_def;
public abstract void params(ParameterDescription[] params)
Writer for attribute: ::CORBA::OperationDef::params.
#pragma prefix "omg.org/CORBA/OperationDef" attribute ::CORBA::ParDescriptionSeq params;
public abstract ParameterDescription[] params()
Reader for attribute: ::CORBA::OperationDef::params.
#pragma prefix "omg.org/CORBA/OperationDef" attribute ::CORBA::ParDescriptionSeq params;
public abstract void mode(OperationMode mode)
Writer for attribute: ::CORBA::OperationDef::mode.
#pragma prefix "omg.org/CORBA/OperationDef" attribute ::CORBA::OperationMode mode;
public abstract OperationMode mode()
Reader for attribute: ::CORBA::OperationDef::mode.
#pragma prefix "omg.org/CORBA/OperationDef" attribute ::CORBA::OperationMode mode;
public abstract void contexts(String[] contexts)
Writer for attribute: ::CORBA::OperationDef::contexts.
#pragma prefix "omg.org/CORBA/OperationDef" attribute ::CORBA::ContextIdSeq contexts;
public abstract String[] contexts()
Reader for attribute: ::CORBA::OperationDef::contexts.
#pragma prefix "omg.org/CORBA/OperationDef" attribute ::CORBA::ContextIdSeq contexts;
public abstract void exceptions(ExceptionDef[] exceptions)
Writer for attribute: ::CORBA::OperationDef::exceptions.
#pragma prefix "omg.org/CORBA/OperationDef" attribute ::CORBA::ExceptionDefSeq 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