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

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

result_def

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

result_def

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

mode

public org.omg.CORBA.OperationMode mode()
OperationMode

mode

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

mode

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

exceptions

public ExceptionDefRef[] exceptions()
ExceptionDefSeq

exceptions

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

exceptions

public void exceptions(ExceptionDefRef[] arg)
ExceptionDefSeq

params

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

params

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

params

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

contexts

public java.lang.String[] contexts()
ContextIdSeq

contexts

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

contexts

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