|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jpos.util.SimpleLogSource
org.jpos.transaction.participant.BSHTransactionParticipant
org.jpos.transaction.participant.BSHGroupSelector
public class BSHGroupSelector
| Field Summary | |
|---|---|
protected BSHMethod |
selectMethod
|
| Fields inherited from class org.jpos.transaction.participant.BSHTransactionParticipant |
|---|
abortMethod, commitMethod, prepareForAbortMethod, prepareMethod |
| Fields inherited from class org.jpos.util.SimpleLogSource |
|---|
logger, realm |
| Fields inherited from interface org.jpos.transaction.TransactionConstants |
|---|
ABORTED, NO_JOIN, PAUSE, PREPARED, READONLY, RETRY |
| Constructor Summary | |
|---|---|
BSHGroupSelector()
|
|
| Method Summary | |
|---|---|
java.lang.String |
defaultSelect(long id,
java.io.Serializable context)
|
java.lang.String |
select(long id,
java.io.Serializable context)
|
void |
setConfiguration(org.jdom.Element e)
|
| Methods inherited from class org.jpos.transaction.participant.BSHTransactionParticipant |
|---|
abort, commit, defaultAbort, defaultCommit, defaultPrepare, executeMethod, prepare, prepareForAbort |
| Methods inherited from class org.jpos.util.SimpleLogSource |
|---|
error, error, getLogger, getRealm, info, info, setLogger, setRealm, warning, warning |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.jpos.transaction.TransactionParticipant |
|---|
abort, commit, prepare |
| Field Detail |
|---|
protected BSHMethod selectMethod
| Constructor Detail |
|---|
public BSHGroupSelector()
| Method Detail |
|---|
public void setConfiguration(org.jdom.Element e)
throws ConfigurationException
setConfiguration in interface XmlConfigurablesetConfiguration in class BSHTransactionParticipante - Configuration element
ConfigurationException - on error
public java.lang.String select(long id,
java.io.Serializable context)
select in interface GroupSelectorid - transaction idcontext - transaction context
public java.lang.String defaultSelect(long id,
java.io.Serializable context)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||