biz.c24.io.api.data
Class ValidationMechanismEnum

java.lang.Object
  extended by biz.c24.io.api.data.ValidationMechanismEnum
All Implemented Interfaces:
Serializable

Deprecated. Use ValidationManager instead - this class will be removed in the next major version release.

public class ValidationMechanismEnum
extends Object
implements Serializable

An enumeration of the possible validation mechanisms.

See Also:
Serialized Form

Field Summary
static ValidationMechanismEnum VALIDATION_MECHANISM_ASYNCHRONOUS_EVENT
          Deprecated. Specifies the asynchronous event / listener architecture as the validation mechanism, i.e. registered listeners are notified in a different thread and execution continues.
static ValidationMechanismEnum VALIDATION_MECHANISM_EXCEPTION
          Deprecated. Specifies the exception architecture as the validation mechanism.
static ValidationMechanismEnum VALIDATION_MECHANISM_PARENT
          Deprecated. Specifies the parent of this object will be used to determine the validation mechanism.
static ValidationMechanismEnum VALIDATION_MECHANISM_SYNCHRONOUS_EVENT
          Deprecated. Specifies the synchronous event / listener architecture as the validation mechanism, i.e. registered listeners are notified before proceding with execution.
 
Method Summary
 String toString()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

VALIDATION_MECHANISM_PARENT

public static final ValidationMechanismEnum VALIDATION_MECHANISM_PARENT
Deprecated. 
Specifies the parent of this object will be used to determine the validation mechanism.


VALIDATION_MECHANISM_SYNCHRONOUS_EVENT

public static final ValidationMechanismEnum VALIDATION_MECHANISM_SYNCHRONOUS_EVENT
Deprecated. 
Specifies the synchronous event / listener architecture as the validation mechanism, i.e. registered listeners are notified before proceding with execution.


VALIDATION_MECHANISM_ASYNCHRONOUS_EVENT

public static final ValidationMechanismEnum VALIDATION_MECHANISM_ASYNCHRONOUS_EVENT
Deprecated. 
Specifies the asynchronous event / listener architecture as the validation mechanism, i.e. registered listeners are notified in a different thread and execution continues.


VALIDATION_MECHANISM_EXCEPTION

public static final ValidationMechanismEnum VALIDATION_MECHANISM_EXCEPTION
Deprecated. 
Specifies the exception architecture as the validation mechanism.

Method Detail

toString

public String toString()
Deprecated. 
Overrides:
toString in class Object


C24 Technologies © 2002-2012: All Rights Reserved.