public class TLPClientConnection
extends com.streamscape.service.osf.clients.AbstractClientConnection
Title: Framework Support Library
Description: TLP client connection.
Copyright: Copyright (c) 2013
Company: StreamScape Technologies
Modifier and Type | Method and Description |
---|---|
void |
connect()
Connects to the target system.
|
void |
disconnect()
Disconnects from the target system.
|
FabricConnection |
getFabricConnection() |
java.lang.String |
getUrl() |
void |
init(ClientFactory factory)
Initializes this connection with a set of parameters hosted in
Properties.
|
int |
ping()
Tests the connection, possibly returning a test result code.
|
void |
raiseException(java.lang.Exception ex)
Raises an exception on this connection.
|
getExceptionEventListener, getName, getServiceLogger, getState, getStateNotificationEventListener, isActive, isPrimary, isSuspended, resume, setExceptionEventListener, setName, setPrimary, setServiceLogger, setStateNotificationEventListener, suspend
public FabricConnection getFabricConnection()
public void init(ClientFactory factory) throws ClientException
ClientConnection
ClientException
public int ping() throws ClientException
ClientConnection
ClientException
public void connect() throws ClientException
ClientConnection
ClientException
public void disconnect() throws ClientException
ClientConnection
ClientException
public void raiseException(java.lang.Exception ex)
ClientConnection
ex
- Exceptionpublic java.lang.String getUrl()
getUrl
in class com.streamscape.service.osf.clients.AbstractClientConnection
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.