Interface JOP.persist.OutputController
All Packages  Class Hierarchy  This Package  Previous  Next  Index  Home

Interface JOP.persist.OutputController

public interface OutputController
extends Object

This is an INTERNAL class.

An internal interface used by JOP and implemented by the specific output managers (eg Jdbc or File)


Method Index

 o insertObject(ObjectIdentifier, ObjectDefinition, boolean)
 o updateObject(ObjectIdentifier, ObjectDefinition, boolean)

Methods

 o updateObject
  public abstract void updateObject(ObjectIdentifier oid,
                                    ObjectDefinition defObject,
                                    boolean explicit) throws Exception
 o insertObject
  public abstract void insertObject(ObjectIdentifier oid,
                                    ObjectDefinition defObject,
                                    boolean explicit) throws Exception

All Packages  Class Hierarchy  This Package  Previous  Next  Index  Home