Package | Description |
---|---|
com.streamscape.cli | |
com.streamscape.cli.tlp | |
com.streamscape.sef.dispatcher | |
com.streamscape.slex.slang |
Modifier and Type | Method and Description |
---|---|
SpecialSLSession |
ClientContext.createActivatorSession(java.lang.String url,
java.lang.String userName,
java.lang.String password,
long timeout) |
SpecialSLSession |
ClientContext.createDiagnosticSession(java.lang.String url,
java.lang.String userName,
java.lang.String password,
long timeout) |
Modifier and Type | Method and Description |
---|---|
SLSession |
FabricConnection.createSLSession()
Creates a
Semantic Language session to the current node. |
SLSession |
FabricConnection.createSLSession(java.lang.String nodeName)
Creates a
Semantic Language session to the Fabric node with the specified name. |
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractSpecialSLSession.interruptCommand(java.lang.String command) |
SLResponse |
AbstractSpecialSLSession.invokeCompleteRequest(java.lang.String request,
long timeout) |
SLResponse |
AbstractSpecialSLSession.invokeRequest(SLStatement request,
long timeout) |
SLResponse |
AbstractSpecialSLSession.invokeRequest(java.lang.String request,
long timeout) |
SLResponse[] |
AbstractSpecialSLSession.invokeSessionCommand(java.lang.String command,
long timeout) |
void |
AbstractSpecialSLSession.setSLMessageListener(SLMessageListener listener) |
Modifier and Type | Method and Description |
---|---|
SLResponse |
SLSession.completeRequest(java.lang.String request)
Sends the completion request for specified Semantic Language request and
waits until a response will be received or waiting period 30 secs will expire.
|
SLResponse |
SLSession.completeRequest(java.lang.String request,
long timeout)
Sends the completion request for specified Semantic Language request and
waits until a response will be received or waiting period
timeout secs will expire. |
void |
SLSession.setSLMessageListener(SLMessageListener listener)
Sets the listener for asynchronous
SLMessage messages. |
SLResponse |
SLSession.slangRequest(SLStatement request,
long timeout)
Sends the specified Semantic Language request and waits until a response will be received or waiting period will expire.
|
SLResponse |
SLSession.slangRequest(java.lang.String request,
long timeout)
Sends the specified Semantic Language request and waits until a response will be received or waiting period will expire.
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.