com.createtank.elemenope
Class ElemenopeDispatchInformation.FailoverType

java.lang.Object
  extended by com.createtank.elemenope.ElemenopeDispatchInformation.FailoverType
Enclosing class:
ElemenopeDispatchInformation

public static final class ElemenopeDispatchInformation.FailoverType
extends java.lang.Object


Field Summary
static ElemenopeDispatchInformation.FailoverType ASYNCHRONOUS
           
static ElemenopeDispatchInformation.FailoverType SYNCHRONOUS
          Enumeration elements are constructed once upon class loading.
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SYNCHRONOUS

public static final ElemenopeDispatchInformation.FailoverType SYNCHRONOUS
Enumeration elements are constructed once upon class loading.


ASYNCHRONOUS

public static final ElemenopeDispatchInformation.FailoverType ASYNCHRONOUS
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object