ilog.cpl.storage
Class IlpAbstractWriter

java.lang.Object
  extended by ilog.cpl.storage.IlpAbstractWriter

public abstract class IlpAbstractWriter
extends Object

Abstract reader class for all the CPL data storage readers.

Since:
JTGO 3.0

Constructor Summary
protected IlpAbstractWriter()
          Default constructor
protected IlpAbstractWriter(IlpContext ctx)
          Constructor
 
Method Summary
 IlpStorageAdapter getAdapter()
          Gets the current storage adapter used by the reader.
 IlpContext getContext()
          Returns the application context
 Document getDocument()
          Returns the current DOM document used by this writer.
 void setAdapter(IlpStorageAdapter adapter)
          Sets the storage adapter used by the reader.
 void setDocument(Document document)
          Sets the current DOM document used by the writer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IlpAbstractWriter

protected IlpAbstractWriter()
Default constructor


IlpAbstractWriter

protected IlpAbstractWriter(IlpContext ctx)
Constructor

Parameters:
ctx - Application context
Since:
JViews 7.5
Method Detail

setAdapter

public void setAdapter(IlpStorageAdapter adapter)
Sets the storage adapter used by the reader.

Parameters:
adapter - Adapter to use for the reader.

getAdapter

public IlpStorageAdapter getAdapter()
Gets the current storage adapter used by the reader.

Returns:
Current adapter used by the reader.

setDocument

public void setDocument(Document document)
Sets the current DOM document used by the writer.

Parameters:
document - Document to be used by the writer.

getDocument

public Document getDocument()
Returns the current DOM document used by this writer.

Since:
JViews 7.5

getContext

public IlpContext getContext()
Returns the application context

Returns:
Application context
Since:
JViews 7.5


Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.   . All Rights Reserved.