|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.fixagora.basis.client.control.RequestCallable
public class RequestCallable
The Class RequestCallable.
Constructor Summary | |
---|---|
RequestCallable(org.jboss.netty.channel.Channel channel,
AbstractRequest abstractRequest)
Instantiates a new request callable. |
Method Summary | |
---|---|
AbstractResponse |
call()
|
void |
cancel()
Cancel. |
void |
setAbstractResponse(AbstractResponse abstractResponse)
Sets the abstract response. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RequestCallable(org.jboss.netty.channel.Channel channel, AbstractRequest abstractRequest)
channel
- the channelabstractRequest
- the abstract requestMethod Detail |
---|
public AbstractResponse call() throws java.lang.Exception
call
in interface java.util.concurrent.Callable<AbstractResponse>
java.lang.Exception
public void setAbstractResponse(AbstractResponse abstractResponse)
abstractResponse
- the new abstract responsepublic void cancel()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |