Constant Field Values
Contents
org.puremvc.*
-
org.puremvc.java.multicore.utilities.pipes.messages.FilterControlMessage Modifier and Type Constant Field Value public static final java.lang.String
BASE
"http://puremvc.org/namespaces/pipes/messages/filter-control/"
public static final java.lang.String
BYPASS
"http://puremvc.org/namespaces/pipes/messages/filter-control/bypass"
public static final java.lang.String
FILTER
"http://puremvc.org/namespaces/pipes/messages/filter-control/filter"
public static final java.lang.String
SET_FILTER
"http://puremvc.org/namespaces/pipes/messages/filter-control/setfilter"
public static final java.lang.String
SET_PARAMS
"http://puremvc.org/namespaces/pipes/messages/filter-control/setparams"
-
org.puremvc.java.multicore.utilities.pipes.messages.Message Modifier and Type Constant Field Value protected static final java.lang.String
BASE
"http://puremvc.org/namespaces/pipes/messages/"
public static final java.lang.String
NORMAL
"http://puremvc.org/namespaces/pipes/messages/normal/"
public static final int
PRIORITY_HIGH
1
public static final int
PRIORITY_LOW
10
public static final int
PRIORITY_MED
5
-
org.puremvc.java.multicore.utilities.pipes.messages.QueueControlMessage Modifier and Type Constant Field Value protected static final java.lang.String
Base
"http://puremvc.org/namespaces/pipes/messages/queue/"
public static final java.lang.String
FIFO
"http://puremvc.org/namespaces/pipes/messages/queue/fifo"
public static final java.lang.String
FLUSH
"http://puremvc.org/namespaces/pipes/messages/queue/flush"
public static final java.lang.String
SORT
"http://puremvc.org/namespaces/pipes/messages/queue/sort"
-
org.puremvc.java.multicore.utilities.pipes.plumbing.Junction Modifier and Type Constant Field Value public static final java.lang.String
INPUT
"input"
public static final java.lang.String
OUTPUT
"output"
-
org.puremvc.java.multicore.utilities.pipes.plumbing.JunctionMediator Modifier and Type Constant Field Value public static final java.lang.String
ACCEPT_INPUT_PIPE
"acceptInputPipe"
public static final java.lang.String
ACCEPT_OUTPUT_PIPE
"acceptOutputPipe"