public interface OdsxSessionConnectInterface
Modifier and Type | Method and Description |
---|---|
void |
connectToSession(OdsxSessionInterface odsSession)
Connect to the specified session.
|
void |
disconnectFromSession(OdsxSessionInterface odsSession)
Disconnect from the specified session.
|
java.lang.String |
getServiceOptionString()
Get the default service option string.
|
FwkInfoBusConsumerInterface |
getSessionConsumer()
Get the session consumer.
|
java.lang.String |
getSessionOptionString()
Get the defaults session option string.
|
FwkInfoBusProducerInterface |
getSessionProducer()
Get the session producer.
|
OdsxSessionInterface[] |
listSessions()
Get all connected sessions.
|
FwkInfoBusConsumerInterface getSessionConsumer()
FwkInfoBusProducerInterface getSessionProducer()
OdsxSessionInterface[] listSessions()
void connectToSession(OdsxSessionInterface odsSession)
odsSession
- The ods session.void disconnectFromSession(OdsxSessionInterface odsSession)
odsSession
- The ods session.java.lang.String getSessionOptionString()
java.lang.String getServiceOptionString()