|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.ksu.cis.projects.bogor.ext.atomicity.AtomicModule
public final class AtomicModule
Constructor Summary | |
---|---|
AtomicModule()
|
Method Summary | |
---|---|
IBacktrackingInfo |
beginAtomic(IExtArguments args)
|
IMessageStore |
connect(IBogorConfiguration bc)
Connects this modules to other modules. |
void |
dispose()
Remove references. |
IBacktrackingInfo |
endAtomic(IExtArguments args)
|
String |
getCopyrightNotice()
Returns the copyright notice for this module. |
IMessageStore |
setOptions(String key,
Properties options)
Sets the options for this module. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AtomicModule()
Method Detail |
---|
public String getCopyrightNotice()
IModule
getCopyrightNotice
in interface IModule
public IMessageStore setOptions(String key, Properties options)
IModule
setOptions
in interface IModule
key
- The key (prefix) for this module options. Must be non-null.
The key is used for module specific options.options
- The options for all modules. Must be non-null.public IBacktrackingInfo beginAtomic(IExtArguments args)
public IMessageStore connect(IBogorConfiguration bc)
IModule
connect
in interface IModule
bc
- The Bogor configuration containing modules to connect to.
Must be non-null.public void dispose()
Disposable
dispose
in interface Disposable
public IBacktrackingInfo endAtomic(IExtArguments args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |