Package com.openfin.desktop.channel
Class AbstractServiceClient
java.lang.Object
com.openfin.desktop.channel.AbstractServiceClient
- Direct Known Subclasses:
FDC3Client
public class AbstractServiceClient
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description protected ChannelClientchannelClientprotected java.lang.StringchannelNameprotected DesktopConnectiondesktopConnectionprotected org.slf4j.Loggerlogger -
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractServiceClient(java.lang.String channelName, DesktopConnection desktopConnection) -
Method Summary
Modifier and Type Method Description voidconnect(AckListener ackListener)protected voidonChannelConnected()protected voidsetChannelName(java.lang.String name)
-
Field Details
-
logger
protected org.slf4j.Logger logger -
channelName
protected java.lang.String channelName -
channelClient
-
desktopConnection
-
-
Constructor Details
-
Method Details
-
setChannelName
protected void setChannelName(java.lang.String name) -
connect
-
onChannelConnected
protected void onChannelConnected()
-