com.consultoriajava.browneater
Class DispatchingStyle

java.lang.Object
  extended by com.consultoriajava.browneater.DispatchingStyle

public class DispatchingStyle
extends java.lang.Object

This class holds values to indicate the dispatching style used by a Brown dispatcher.

Author:
consultoriajava.com

Field Summary
static int ASS_KICKING
          When the BrownDispatcher fells like everything fails, he may try the ASS_KICKING style.
static int HARD
          If things gets hard, BrownDispatchers start using Hard Style
static int HASTA_LA_VISTA_BABY
          Used to dispatch a Brown we really, really dont want to come back.
static int NON_LUBRICATED
          Ouch!
static int SOFT
          A soft dispatch.
 
Constructor Summary
DispatchingStyle()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SOFT

public static final int SOFT
A soft dispatch. For those situations when calm is already present

See Also:
Constant Field Values

HARD

public static final int HARD
If things gets hard, BrownDispatchers start using Hard Style

See Also:
Constant Field Values

ASS_KICKING

public static final int ASS_KICKING
When the BrownDispatcher fells like everything fails, he may try the ASS_KICKING style. This dispaching style is only for profesional dispatchers, use with care.

See Also:
Constant Field Values

HASTA_LA_VISTA_BABY

public static final int HASTA_LA_VISTA_BABY
Used to dispatch a Brown we really, really dont want to come back.

See Also:
Constant Field Values

NON_LUBRICATED

public static final int NON_LUBRICATED
Ouch!, or doh!, depending on implementation.

See Also:
Constant Field Values
Constructor Detail

DispatchingStyle

public DispatchingStyle()