Platform SDK Java 8.5 API Reference

com.genesyslab.platform.commons.protocol
Interface ResponseChannel

All Superinterfaces:
AsyncChannel, Channel, ChannelListenerSupport
All Known Implementing Classes:
CallbackProtocolListener, ChatProtocolsListener, ConfServerProtocolListener, EmailProtocolListener, EspEmailProtocolListener, ExternalServiceProtocolListener, InteractionServerProtocolListener, ServerChannel, UniversalContactServerProtocolListener, UrsCustomProtocolListener

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

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

receiveRequest

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

Platform SDK Java 8.5 API Reference

Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.