Configuration Platform SDK 7.6 API Reference

com.genesyslab.platform.commons.protocol
Interface ResponseChannel

All Superinterfaces:
AsyncChannel, Channel, ChannelListenerSupport
All Known Implementing Classes:
ServerChannel

public interface ResponseChannel
extends Channel


Field Summary
 
Fields inherited from interface com.genesyslab.platform.commons.protocol.Channel
DEFAULT_TIMEOUT, INFINITE_TIMEOUT
 
Method Summary
 RequestContext receiveRequest()
           
 RequestContext receiveRequest(long timeout)
           
 
Methods inherited from interface com.genesyslab.platform.commons.protocol.Channel
close, close, getTimeout, open, open, setTimeout
 
Methods inherited from interface com.genesyslab.platform.commons.protocol.AsyncChannel
beginClose, beginOpen, getState
 
Methods inherited from interface com.genesyslab.platform.commons.protocol.ChannelListenerSupport
addChannelListener, removeChannelListener
 

Method Detail

receiveRequest

public RequestContext receiveRequest()
                              throws java.lang.InterruptedException
Throws:
java.lang.InterruptedException

receiveRequest

public RequestContext receiveRequest(long timeout)
                              throws java.lang.InterruptedException
Throws:
java.lang.InterruptedException

Configuration Platform SDK 7.6 API Reference

Send comments on this topic.
Copyright © 2006–2008 Genesys Telecommunication Laboratories, Inc. All rights reserved.