|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.createtank.elemenope.DispatcherFailoverImpl
public abstract class DispatcherFailoverImpl
Abstract Dispatcher implementation class providing generic DispatcherFailover [DFO] functionality.
| Constructor Summary | |
|---|---|
DispatcherFailoverImpl()
Creates a new instance of DispatcherFailoverImpl |
|
| Method Summary | |
|---|---|
ElemenopeDispatchResponse |
failover(ElemenopeDispatchResponse edr,
java.lang.String operationType,
java.lang.Object object)
Called by child classes when a dispatch effort has failed. |
ElemenopeDispatchResponse |
failover(ElemenopeDispatchResponse edr,
java.lang.String operationType,
java.lang.Object object,
java.util.Map atts)
Called by child classes when a dispatch effort has failed. |
ElemenopeDispatchResponse |
send(ElemenopeDispatchResponse edr,
java.lang.String operationType,
java.lang.Object object)
Calls the implementation specific callback functionality in order to attempt failover. |
ElemenopeDispatchResponse |
send(ElemenopeDispatchResponse edr,
java.lang.String operationType,
java.lang.Object object,
java.util.Map atts)
Calls the implementation specific callback functionality in order to attempt failover. |
ElemenopeDispatchResponse |
send(OperationType object)
Sends TrnasactionType Object through configured Connection entity. |
ElemenopeDispatchResponse |
send(java.lang.String operationType,
java.lang.Object object)
Sends generic Object through configured Connection entity. |
ElemenopeDispatchResponse |
send(java.lang.String operationType,
java.lang.Object object,
java.util.Map atts)
Sends generic Object through configured Connection entity. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.createtank.elemenope.FailoverDispatcher |
|---|
dispatchCallback, dispatchCallback |
| Methods inherited from interface com.createtank.elemenope.ElemenopeComponent |
|---|
releaseComponents, setComponents, setConfigurationAttributes |
| Methods inherited from interface com.createtank.elemenope.ElemenopeConnectionEntity |
|---|
getConnectionAttributes, setConnectionAttributes |
| Constructor Detail |
|---|
public DispatcherFailoverImpl()
| Method Detail |
|---|
public ElemenopeDispatchResponse failover(ElemenopeDispatchResponse edr,
java.lang.String operationType,
java.lang.Object object)
throws ElemenopeException
Iterates through all configured failover Dispatchers recursively until success or depletion of configured Dispatchers.
failover in interface FailoverDispatcheredr - Response container object
ElemenopeException
public ElemenopeDispatchResponse failover(ElemenopeDispatchResponse edr,
java.lang.String operationType,
java.lang.Object object,
java.util.Map atts)
throws ElemenopeException
Iterates through all configured failover Dispatchers recursively until success or depletion of configured Dispatchers.
failover in interface FailoverDispatcheredr - Response container object
ElemenopeException
public ElemenopeDispatchResponse send(ElemenopeDispatchResponse edr,
java.lang.String operationType,
java.lang.Object object)
throws ElemenopeException
send in interface FailoverDispatcherElemenopeException
public ElemenopeDispatchResponse send(ElemenopeDispatchResponse edr,
java.lang.String operationType,
java.lang.Object object,
java.util.Map atts)
throws ElemenopeException
send in interface FailoverDispatcherElemenopeException
public ElemenopeDispatchResponse send(java.lang.String operationType,
java.lang.Object object,
java.util.Map atts)
throws ElemenopeException
Dispatcher
send in interface DispatcheroperationType - configured name of operation to execute.object - Object to send.atts - attributes to send along with message if applicable.
ElemenopeException
public ElemenopeDispatchResponse send(OperationType object)
throws ElemenopeException
Dispatcher
send in interface DispatcherElemenopeException
public ElemenopeDispatchResponse send(java.lang.String operationType,
java.lang.Object object)
throws ElemenopeException
Dispatcher
send in interface DispatcheroperationType - configured name of operation to execute.object - Object to send.
ElemenopeException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||