|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.genesyslab.platform.clusterprotocol.AbstractClusterChannel<P>
com.genesyslab.platform.clusterprotocol.ClusterProtocolImpl<EspEmailProtocol,EspEmailProtocolBuilder>
com.genesyslab.platform.clusterprotocol.email.EspEmailClusterProtocol
public class EspEmailClusterProtocol
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.genesyslab.platform.clusterprotocol.ClusterProtocolImpl |
---|
ClusterProtocolImpl.CompletionHelper<V,A>, ClusterProtocolImpl.RequestFutureWrapper |
Field Summary |
---|
Fields inherited from class com.genesyslab.platform.clusterprotocol.ClusterProtocolImpl |
---|
loadBalancer, protocolPolicy |
Fields inherited from class com.genesyslab.platform.clusterprotocol.AbstractClusterChannel |
---|
endpoint, execService |
Fields inherited from interface com.genesyslab.platform.commons.protocol.Receiver |
---|
DEF_INPUT_SIZE |
Fields inherited from interface com.genesyslab.platform.commons.protocol.Channel |
---|
DEFAULT_TIMEOUT, INFINITE_TIMEOUT |
Method Summary | |
---|---|
protected EspEmailProtocol |
createProtocol()
|
java.lang.String |
getClientApplicationType()
Returns client application type for the Genesys EMail Server connection. |
java.lang.String |
getClientName()
Returns client name for the Email Server connection handshake. |
void |
setClientApplicationType(java.lang.String clientAppType)
Sets client application type for the Genesys EMail Server connection. |
void |
setClientName(java.lang.String clientName)
Sets the Email Server client name for connection handshake procedure. |
Methods inherited from class com.genesyslab.platform.clusterprotocol.AbstractClusterChannel |
---|
addChannelListener, addListener, clearInput, close, fireClosedEvent, fireClosedInternalChannelEvent, fireErrorEvent, fireErrorEvent, fireOnMessageRecv, fireOnMessageSend, fireOpenedEvent, fireOpenedInternalChannelEvent, getCopyResponse, getInputSize, getInterceptor, getTimeout, open, receive, receive, releaseReceivers, removeChannelListener, removeListener, resetReceiver, setCopyResponse, setInputSize, setMessageHandler, setReceiver, setupProtocolNode, throwNotClosed, throwNotOpened, throwNull, throwOnClosed |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.genesyslab.platform.commons.protocol.InputChannel |
---|
setMessageHandler |
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 |
---|
addListener, removeListener |
Methods inherited from interface com.genesyslab.platform.commons.protocol.RequestChannel |
---|
getCopyResponse, setCopyResponse |
Methods inherited from interface com.genesyslab.platform.commons.protocol.Channel |
---|
close, getTimeout, open |
Methods inherited from interface com.genesyslab.platform.commons.protocol.ChannelListenerSupport |
---|
addChannelListener, removeChannelListener |
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 |
Method Detail |
---|
public void setClientName(java.lang.String clientName)
EspEmailProtocolHandshakeOptions
setClientName
in interface EspEmailProtocolHandshakeOptions
clientName
- client namepublic java.lang.String getClientName()
EspEmailProtocolHandshakeOptions
getClientName
in interface EspEmailProtocolHandshakeOptions
EspEmailProtocolHandshakeOptions.setClientName(String)
public void setClientApplicationType(java.lang.String clientAppType)
EspEmailProtocolHandshakeOptions
setClientApplicationType
in interface EspEmailProtocolHandshakeOptions
clientAppType
- client application typepublic java.lang.String getClientApplicationType()
EspEmailProtocolHandshakeOptions
getClientApplicationType
in interface EspEmailProtocolHandshakeOptions
EspEmailProtocolHandshakeOptions.setClientApplicationType(String)
protected EspEmailProtocol createProtocol()
createProtocol
in class ClusterProtocolImpl<EspEmailProtocol,EspEmailProtocolBuilder>
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |