|
Holger's Java API |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RevisionException | |
|---|---|
| com.antelmann.util.revision | This package contains classes useful for implementing systems that deal with revisions. |
| Uses of RevisionException in com.antelmann.util.revision |
|---|
| Methods in com.antelmann.util.revision that throw RevisionException | |
|---|---|
void |
RevisionVeto.checkRevision(Revision revision)
if no Exception is thrown, the revision is deemed ok |
protected void |
DefaultRevisable.checkRevision(Revision revision)
if returning without an exception, the revision is effectively accepted and all listeners are informed. |
void |
Revisable.revise(Object source,
Object changes,
Status newStatus,
String comment)
adds a revision to the history and changes the current status accordingly; the revision's old status must match this Revisable's current status. |
void |
DefaultRevisable.revise(Object source,
Object changes,
Status newStatus,
String comment)
this implementation calls DefaultRevisable.checkRevision(Revision),
adds the revision to the history and then informs
the listeners |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||