| Package | Description |
|---|---|
| com.solacesystems.solclientj.core |
Entry point into the Solace Java RTO Messaging API (
Solclient). |
| com.solacesystems.solclientj.core.event |
Messaging API Event and Callback Interfaces
|
| com.solacesystems.solclientj.core.handle |
Handles for wrapping the various concepts managed in the messaging API.
|
| Modifier and Type | Method and Description |
|---|---|
static SessionHandle |
Solclient.Allocator.newSessionHandle()
Allocates a new
SessionHandle, this is an "unbound" handle that can be used with
ContextHandle.createSessionForHandle(). |
| Modifier and Type | Method and Description |
|---|---|
void |
SessionEventCallback.onEvent(SessionHandle sessionHandle)
Invoked upon receiving a session event from the API
|
| Modifier and Type | Method and Description |
|---|---|
SessionHandle |
FlowHandle.getSession()
Returns the
SessionHandle associated with this flow |
SessionHandle |
TransactedSessionHandle.getSession()
Returns the associated SessionHandle
|
| Modifier and Type | Method and Description |
|---|---|
int |
ContextHandle.createSessionForHandle(SessionHandle in_out_sessionHandle,
java.lang.String[] properties,
MessageCallback messageCallback,
SessionEventCallback sessionEventCallback)
Allocates a new session instance which will be bound to an unbound
SessionHandle
within a specified Context. |
java.lang.String |
MessageHandle.getDestinationTopicSuffix(SessionHandle in_sessionHandle)
This method returns the suffix of the topic string.
|
void |
MessageHandle.setReplyToSuffix(SessionHandle in_sessionHandle,
java.lang.String replyToSuffix)
Append an application-specified suffix to the default topic destination
for the Session.
|
Copyright 2004-2025 Solace Corporation. All rights reserved.