|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.createtank.elemenope.ElemenopeDispatchResponse
public class ElemenopeDispatchResponse
Class to contain all response information from a Dispatcher.
Allows for standardized receipt of response information by caller even when dispatcher failover [DFO] has occurred.
| Constructor Summary | |
|---|---|
ElemenopeDispatchResponse()
|
|
| Method Summary | |
|---|---|
void |
addDispatchAttempt(ElemenopeDispatchInformation edi)
|
java.lang.Object |
getDispatchResponse()
Getter for property dispatchResponse. |
ElemenopeDispatchInformation.FailoverType |
getFailoverType()
|
boolean |
isFailover()
Getter for property failover. |
boolean |
isSuccess()
|
void |
setDispatchResponse(java.lang.Object dispatchResponse)
Setter for property dispatchResponse. |
void |
setFailover(boolean failover)
Setter for property failover. |
void |
setFailoverType(ElemenopeDispatchInformation.FailoverType failoverType)
|
void |
setSuccess(boolean success)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ElemenopeDispatchResponse()
| Method Detail |
|---|
public ElemenopeDispatchInformation.FailoverType getFailoverType()
public void setFailoverType(ElemenopeDispatchInformation.FailoverType failoverType)
failoverType - The failoverType to set.public java.lang.Object getDispatchResponse()
public boolean isFailover()
public boolean isSuccess()
public void setDispatchResponse(java.lang.Object dispatchResponse)
dispatchResponse - New value of property dispatchResponse.public void setFailover(boolean failover)
failover - New value of property failover.public void setSuccess(boolean success)
success - The success to set.public void addDispatchAttempt(ElemenopeDispatchInformation edi)
- public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||