public interface PollRequest
Modifier and Type | Method and Description |
---|---|
Object |
createPollRequest()
Create poll request
|
void |
dispose() |
long |
getPollRequestTimeout()
Get the requested timeout in milliseconds
|
void |
handleDisconnect() |
void |
handleFailure(Throwable e) |
boolean |
handleMessage(Object message)
Handle an incoming message while the job was active
|
void |
handleTimeout() |
Long |
updatePriority(long now) |
Object createPollRequest()
long getPollRequestTimeout()
boolean handleMessage(Object message)
message
- the incoming messagevoid handleFailure(Throwable e)
void handleDisconnect()
void handleTimeout()
Long updatePriority(long now)
void dispose()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.