com.createtank.elemenope
Class ElemenopeDispatchInformation
java.lang.Object
com.createtank.elemenope.ElemenopeDispatchInformation
public class ElemenopeDispatchInformation
- extends java.lang.Object
Class to handle all dispatch and dispatch failover [DFO] information.
- Author:
- John Joseph Roets [joe@createtank.com]
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ElemenopeDispatchInformation
public ElemenopeDispatchInformation()
- Parameters:
failoverType - success -
getFailoverType
public ElemenopeDispatchInformation.FailoverType getFailoverType()
- Returns:
- Returns the failoverType.
setFailoverType
public void setFailoverType(ElemenopeDispatchInformation.FailoverType failoverType)
- Parameters:
failoverType - The failoverType to set.
isSuccess
public boolean isSuccess()
- Returns:
- Returns the success.
setSuccess
public void setSuccess(boolean success)
- Parameters:
success - The success to set.
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
getClassName
public java.lang.String getClassName()
- Returns:
- Returns the className.
setClassName
public void setClassName(java.lang.String className)
- Parameters:
className - The className to set.
getDispatcherName
public java.lang.String getDispatcherName()
- Returns:
- Returns the dispatcherName.
setDispatcherName
public void setDispatcherName(java.lang.String dispatcherName)
- Parameters:
dispatcherName - The dispatcherName to set.
getProblemDescription
public java.lang.String getProblemDescription()
- Returns:
- Returns the problemDescription.
setProblemDescription
public void setProblemDescription(java.lang.String problemDescription)
- Parameters:
problemDescription - The problemDescription to set.