org.omg.CORBA
Interface OperationDefOperations

All Superinterfaces:
ContainedOperations, IRObjectOperations
All Known Subinterfaces:
OperationDef

public interface OperationDefOperations
extends ContainedOperations

Generated from IDL interface "OperationDef".

Version:
generated at Sep 22, 2012 10:58:05 AM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007

Method Summary
 String[] contexts()
           
 void contexts(String[] arg)
           
 ExceptionDef[] exceptions()
           
 void exceptions(ExceptionDef[] arg)
           
 OperationMode mode()
           
 void mode(OperationMode arg)
           
 ParameterDescription[] params()
           
 void params(ParameterDescription[] arg)
           
 IDLType result_def()
           
 void result_def(IDLType arg)
           
 TypeCode result()
           
 
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.IRObjectOperations
def_kind, destroy
 

Method Detail

result

TypeCode result()

result_def

IDLType result_def()

result_def

void result_def(IDLType arg)

params

ParameterDescription[] params()

params

void params(ParameterDescription[] arg)

mode

OperationMode mode()

mode

void mode(OperationMode arg)

contexts

String[] contexts()

contexts

void contexts(String[] arg)

exceptions

ExceptionDef[] exceptions()

exceptions

void exceptions(ExceptionDef[] arg)


Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.