|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.azalient.apo.basics.OpeningStatus
public class OpeningStatus
A utility class holding status flags for reading data files.
| Constructor Summary | |
|---|---|
OpeningStatus()
|
|
| Method Summary | |
|---|---|
boolean |
clearBeforeOpen()
[Internal] Returns true if store being opened should be cleared before reading begins |
void |
clearBeforeOpen(boolean b)
[Internal] Set the store to clear itself before open. |
boolean |
ok()
Returns true if most recent file-read process completed successfully |
void |
ok(boolean ok)
[Internal] Set to true if most recent file-read process completed successfully |
boolean |
tableOK()
Returns true if most recent table was successfully opened |
void |
tableOK(boolean ok)
[Internal] Set table opening status |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OpeningStatus()
| Method Detail |
|---|
public void ok(boolean ok)
public boolean ok()
public void tableOK(boolean ok)
public boolean tableOK()
public void clearBeforeOpen(boolean b)
public boolean clearBeforeOpen()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||