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 CacheSessionHandle |
Solclient.Allocator.newCacheSessionHandle()
Allocates a new
CacheSessionHandle , this is an "unbound" handle that can be used
with
SessionHandle.createCacheSessionForHandle() method to allocate and
"bind" a native resource with this handle. |
Modifier and Type | Method and Description |
---|---|
void |
CacheSessionEventCallback.onCacheSessionEvent(CacheSessionHandle cacheSessionHandle) |
Modifier and Type | Method and Description |
---|---|
int |
SessionHandle.createCacheSessionForHandle(CacheSessionHandle in_out_cacheSessionHandle,
java.lang.String[] properties,
CacheSessionEventCallback cacheSessionEventCallback)
Creates a
CacheSessionHandle instance |
Copyright 2004-2024 Solace Corporation. All rights reserved.