Package | Description |
---|---|
com.solacesystems.solclientj.core |
Entry point into the Solace Java RTO Messaging API (
Solclient ). |
com.solacesystems.solclientj.core.handle |
Handles for wrapping the various concepts managed in the messaging API.
|
Modifier and Type | Method and Description |
---|---|
static TransactedSessionHandle |
Solclient.Allocator.newTransactedSessionHandle()
Allocates a new
TransactedSessionHandle , this is an "unbound" handle that can be
used with
SessionHandle.createTransactedSessionForHandle() method to allocate
and "bind" a native resource with this handle. |
Modifier and Type | Method and Description |
---|---|
TransactedSessionHandle |
FlowHandle.getTransactedSession()
Returns the TransactedSessionHandle.
|
Modifier and Type | Method and Description |
---|---|
int |
SessionHandle.createTransactedSessionForHandle(TransactedSessionHandle in_out_txSession,
java.lang.String[] properties)
Creates a transacted session on the given Session instance.
|
Copyright 2004-2024 Solace Corporation. All rights reserved.