org.openorb.ir.persistence
Interface OperationDef

All Superinterfaces:
Contained, IRObject, org.omg.CosPersistentState.StorageObject

public interface OperationDef
extends Contained

This storagetype describes the OperationDef


Method Summary
 java.lang.String[] contexts()
          ContextIdSeq
 java.lang.String[] contexts(org.omg.CosPersistentState.ForUpdate fu)
           
 void contexts(java.lang.String[] arg)
          ContextIdSeq
 ExceptionDefRef[] exceptions()
          ExceptionDefSeq
 void exceptions(ExceptionDefRef[] arg)
          ExceptionDefSeq
 ExceptionDefRef[] exceptions(org.omg.CosPersistentState.ForUpdate fu)
           
 org.omg.CORBA.OperationMode mode()
          OperationMode
 org.omg.CORBA.OperationMode mode(org.omg.CosPersistentState.ForUpdate fu)
           
 void mode(org.omg.CORBA.OperationMode arg)
          OperationMode
 org.omg.CORBA.ParameterDescription[] params()
          ParDescriptionSeq
 org.omg.CORBA.ParameterDescription[] params(org.omg.CosPersistentState.ForUpdate fu)
           
 void params(org.omg.CORBA.ParameterDescription[] arg)
          ParDescriptionSeq
 org.omg.CORBA.IDLType result_def()
          Result IDLType and TypeCode
 org.omg.CORBA.IDLType result_def(org.omg.CosPersistentState.ForUpdate fu)
           
 void result_def(org.omg.CORBA.IDLType arg)
          Result IDLType and TypeCode
 
Methods inherited from interface org.openorb.ir.persistence.Contained
absolute_name, absolute_name, containing_repository, containing_repository, containing_repository, containing_repository, defined_in, defined_in, defined_in, defined_in, name, name, version, version
 
Methods inherited from interface org.openorb.ir.persistence.IRObject
def_kind, def_kind, def_kind, id, id
 
Methods inherited from interface org.omg.CosPersistentState.StorageObject
destroy_object, get_pid, get_short_pid, get_storage_home, object_exists
 

Method Detail

result_def

org.omg.CORBA.IDLType result_def()
Result IDLType and TypeCode


result_def

org.omg.CORBA.IDLType result_def(org.omg.CosPersistentState.ForUpdate fu)

result_def

void result_def(org.omg.CORBA.IDLType arg)
Result IDLType and TypeCode


mode

org.omg.CORBA.OperationMode mode()
OperationMode


mode

org.omg.CORBA.OperationMode mode(org.omg.CosPersistentState.ForUpdate fu)

mode

void mode(org.omg.CORBA.OperationMode arg)
OperationMode


exceptions

ExceptionDefRef[] exceptions()
ExceptionDefSeq


exceptions

ExceptionDefRef[] exceptions(org.omg.CosPersistentState.ForUpdate fu)

exceptions

void exceptions(ExceptionDefRef[] arg)
ExceptionDefSeq


params

org.omg.CORBA.ParameterDescription[] params()
ParDescriptionSeq


params

org.omg.CORBA.ParameterDescription[] params(org.omg.CosPersistentState.ForUpdate fu)

params

void params(org.omg.CORBA.ParameterDescription[] arg)
ParDescriptionSeq


contexts

java.lang.String[] contexts()
ContextIdSeq


contexts

java.lang.String[] contexts(org.omg.CosPersistentState.ForUpdate fu)

contexts

void contexts(java.lang.String[] arg)
ContextIdSeq