|
Configuration Platform SDK 7.6 API Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Protocol is Input/Output Synchronous/Asynchronous channel. It supports endpoints, configuration, interceptor and receiver. Tipical Genesys protocol will implement this interface. While situation when protocol doesn't implement is possible it highly inadvisable.
Field Summary |
Fields inherited from interface com.genesyslab.platform.commons.protocol.Channel |
DEFAULT_TIMEOUT, INFINITE_TIMEOUT |
Fields inherited from interface com.genesyslab.platform.commons.protocol.Receiver |
DEF_INPUT_SIZE |
Method Summary | |
ReferenceBuilder |
getReferenceBuilder()
|
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 |
Methods inherited from interface com.genesyslab.platform.commons.protocol.MessageReceiver |
receive, receive |
Methods inherited from interface com.genesyslab.platform.commons.protocol.Receiver |
clearInput, getInputSize, releaseReceivers, setInputSize |
Methods inherited from interface com.genesyslab.platform.commons.protocol.OutputChannel |
send |
Methods inherited from interface com.genesyslab.platform.commons.protocol.RequestChannel |
beginRequest, endRequest, endRequest, getCopyResponse, request, request, setCopyResponse |
Methods inherited from interface com.genesyslab.platform.commons.protocol.InterceptorSupport |
getInterceptor |
Methods inherited from interface com.genesyslab.platform.commons.protocol.MessageReceiverManagement |
setReceiver |
Methods inherited from interface com.genesyslab.platform.commons.protocol.ReceiverManagement |
resetReceiver |
Methods inherited from interface com.genesyslab.platform.commons.protocol.ConfigurationSupport |
configure, getConfiguration |
Methods inherited from interface com.genesyslab.platform.commons.protocol.EndpointSupport |
getEndpoint, setEndpoint |
Methods inherited from interface com.genesyslab.platform.commons.protocol.ProtocolDescriptionSupport |
getProtocolDescription |
Methods inherited from interface com.genesyslab.platform.commons.protocol.AsyncInvokerSupport |
setInvoker |
Methods inherited from interface com.genesyslab.platform.commons.protocol.ConnectionInvokerSupport |
setConnectionInvoker |
Method Detail |
public ReferenceBuilder getReferenceBuilder()
|
Configuration Platform SDK 7.6 API Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |