org.openorb.ir.persistence
Interface OperationDefHomeOperations

All Superinterfaces:
IRObjectHomeOperations, org.omg.CosPersistentState.StorageHomeBaseOperations
All Known Subinterfaces:
OperationDefHome

public interface OperationDefHomeOperations
extends IRObjectHomeOperations

This storagehome describes the OperationDefHome


Method Summary
 OperationDef create(org.omg.CORBA.DefinitionKind def_kind, java.lang.String id, java.lang.String name, java.lang.String version, org.omg.CORBA.IDLType result_def, org.omg.CORBA.OperationMode mode, org.omg.CORBA.ParameterDescription[] params, ExceptionDefRef[] exceptions, java.lang.String[] contexts)
          Operation create
 
Methods inherited from interface org.openorb.ir.persistence.IRObjectHomeOperations
find_by_id, find_ref_by_id
 
Methods inherited from interface org.omg.CosPersistentState.StorageHomeBaseOperations
find_by_short_pid, get_catalog
 

Method Detail

create

OperationDef create(org.omg.CORBA.DefinitionKind def_kind,
                    java.lang.String id,
                    java.lang.String name,
                    java.lang.String version,
                    org.omg.CORBA.IDLType result_def,
                    org.omg.CORBA.OperationMode mode,
                    org.omg.CORBA.ParameterDescription[] params,
                    ExceptionDefRef[] exceptions,
                    java.lang.String[] contexts)
Operation create