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 ChannelClient
channelClient
protected java.lang.String
channelName
protected DesktopConnection
desktopConnection
protected org.slf4j.Logger
logger
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractServiceClient(java.lang.String channelName, DesktopConnection desktopConnection)
-
Method Summary
Modifier and Type Method Description void
connect(AckListener ackListener)
protected void
onChannelConnected()
protected void
setChannelName(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()
-