Interface FlowSelector
public interface FlowSelector
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classFlowSelector.Result -
Field Summary
Fields Modifier and Type Field Description static intDIRECTION_INCOMINGstatic intDIRECTION_OUTGOINGstatic intDIRECTION_UNDEFstatic FlowSelector.ResultRESULT_ERRORstatic FlowSelector.ResultRESULT_ERROR_TIMESTAMPOUTstatic FlowSelector.ResultRESULT_OK_INstatic FlowSelector.ResultRESULT_OK_OUT -
Method Summary
Modifier and Type Method Description FlowSelector.Resulttest(long hour, Data flow)
-
Field Details
-
DIRECTION_UNDEF
static final int DIRECTION_UNDEF- See Also:
- Constant Field Values
-
DIRECTION_INCOMING
static final int DIRECTION_INCOMING- See Also:
- Constant Field Values
-
DIRECTION_OUTGOING
static final int DIRECTION_OUTGOING- See Also:
- Constant Field Values
-
RESULT_OK_IN
-
RESULT_OK_OUT
-
RESULT_ERROR
-
RESULT_ERROR_TIMESTAMPOUT
-
-
Method Details
-
test
-