com.createtank.elemenope
Class ElemenopeDispatchInformation

java.lang.Object
  extended by 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]

Nested Class Summary
static class ElemenopeDispatchInformation.FailoverType
           
 
Constructor Summary
ElemenopeDispatchInformation()
           
 
Method Summary
 java.lang.String getClassName()
           
 java.lang.String getDispatcherName()
           
 ElemenopeDispatchInformation.FailoverType getFailoverType()
           
 java.lang.String getProblemDescription()
           
 boolean isSuccess()
           
 void setClassName(java.lang.String className)
           
 void setDispatcherName(java.lang.String dispatcherName)
           
 void setFailoverType(ElemenopeDispatchInformation.FailoverType failoverType)
           
 void setProblemDescription(java.lang.String problemDescription)
           
 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

ElemenopeDispatchInformation

public ElemenopeDispatchInformation()
Parameters:
failoverType -
success -
Method Detail

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.