|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.googlecode.fascinator.common.transaction.GenericTransactionManager
com.googlecode.fascinator.redbox.plugins.curation.mint.CurationManager
public class CurationManager
Implements curation boundary logic for Mint. This class is also a replacement for the standard tool chain.
| Constructor Summary | |
|---|---|
CurationManager()
Base constructor |
|
| Method Summary | |
|---|---|
void |
init()
Initialise method |
com.googlecode.fascinator.common.JsonSimple |
parseMessage(com.googlecode.fascinator.common.JsonSimple message)
Processing method |
void |
shutdown()
Shutdown method |
| Methods inherited from class com.googlecode.fascinator.common.transaction.GenericTransactionManager |
|---|
getId, getJsonConfig, getName, getPluginDetails, init, init, parseMessage |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CurationManager()
| Method Detail |
|---|
public void init()
throws com.googlecode.fascinator.api.transaction.TransactionException
init in class com.googlecode.fascinator.common.transaction.GenericTransactionManagercom.googlecode.fascinator.api.transaction.TransactionException - if there was an error during initialisation
public void shutdown()
throws com.googlecode.fascinator.api.PluginException
shutdown in interface com.googlecode.fascinator.api.Pluginshutdown in class com.googlecode.fascinator.common.transaction.GenericTransactionManagercom.googlecode.fascinator.api.PluginException - if any errors occur
public com.googlecode.fascinator.common.JsonSimple parseMessage(com.googlecode.fascinator.common.JsonSimple message)
throws com.googlecode.fascinator.api.transaction.TransactionException
parseMessage in class com.googlecode.fascinator.common.transaction.GenericTransactionManagermessage - The JsonSimple message to process
com.googlecode.fascinator.api.transaction.TransactionException - If an error occurred
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||