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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconnect(AckListener ackListener)protected voidonChannelConnected()protected voidsetChannelName(java.lang.String name)
-
-
-
Field Detail
-
logger
protected org.slf4j.Logger logger
-
channelName
protected java.lang.String channelName
-
channelClient
protected ChannelClient channelClient
-
desktopConnection
protected DesktopConnection desktopConnection
-
-
Constructor Detail
-
AbstractServiceClient
protected AbstractServiceClient(java.lang.String channelName, DesktopConnection desktopConnection)
-
-
Method Detail
-
setChannelName
protected void setChannelName(java.lang.String name)
-
connect
public void connect(AckListener ackListener)
-
onChannelConnected
protected void onChannelConnected()
-
-