public interface PollRequest
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
createPollRequest()
Create poll request
|
void |
dispose() |
long |
getPollRequestTimeout()
Get the requested timeout in milliseconds
|
void |
handleDisconnect() |
void |
handleFailure(java.lang.Throwable e) |
boolean |
handleMessage(java.lang.Object message)
Handle an incoming message while the job was active
|
void |
handleTimeout() |
java.lang.Long |
updatePriority(long now) |
java.lang.Object createPollRequest()
long getPollRequestTimeout()
boolean handleMessage(java.lang.Object message)
message - the incoming messagevoid handleFailure(java.lang.Throwable e)
void handleDisconnect()
void handleTimeout()
java.lang.Long updatePriority(long now)
void dispose()
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0