|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.waveset.session.WavesetConsole.ConsoleBulkMonitor
Internal monitor class that prints import/export results to the console.
Field Summary |
Fields inherited from interface com.waveset.session.BulkMonitor |
code_id |
Constructor Summary | |
WavesetConsole.ConsoleBulkMonitor()
|
|
WavesetConsole.ConsoleBulkMonitor(java.lang.String source)
|
Method Summary | |
void |
error(java.lang.String msg)
Called for error message that happen during the load. |
java.lang.String |
getSource()
Called to get the source of bulk operation, used primarily for auditing should include something like a filename when a file is being imported/exported. |
void |
processObject(PersistentObject obj,
java.lang.String operation)
Called for each object that is processed. |
void |
processType(Type t)
Called as we begin processing a type. |
void |
setSource(java.lang.String source)
|
void |
warning(java.lang.String msg)
Called for warning message that happen during the load. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WavesetConsole.ConsoleBulkMonitor()
public WavesetConsole.ConsoleBulkMonitor(java.lang.String source)
Method Detail |
public void processType(Type t)
BulkMonitor
processType
in interface BulkMonitor
public void processObject(PersistentObject obj, java.lang.String operation)
BulkMonitor
processObject
in interface BulkMonitor
public void warning(java.lang.String msg)
BulkMonitor
warning
in interface BulkMonitor
public void error(java.lang.String msg)
BulkMonitor
error
in interface BulkMonitor
public java.lang.String getSource()
BulkMonitor
getSource
in interface BulkMonitor
public void setSource(java.lang.String source)
setSource
in interface BulkMonitor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |