|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.cpl.storage.IlpAbstractWriter
public abstract class IlpAbstractWriter
Abstract reader class for all the CPL data storage readers.
| 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 |
|---|
protected IlpAbstractWriter()
protected IlpAbstractWriter(IlpContext ctx)
ctx - Application context| Method Detail |
|---|
public void setAdapter(IlpStorageAdapter adapter)
adapter - Adapter to use for the reader.public IlpStorageAdapter getAdapter()
public void setDocument(Document document)
document - Document to be used by the writer.public Document getDocument()
public IlpContext getContext()
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||