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 CacheSessionEvent |
Solclient.Allocator.newCacheSessionEvent()
Allocates a new CacheSessionEvent, this instance is to be used with
the
CacheSessionHandle.takeCacheSessionEvent() method. |
Modifier and Type | Method and Description |
---|---|
CacheSessionEvent |
CacheSessionHandle.getCacheSessionEvent()
This method returns a
CacheSessionEvent instance in the context
of
CacheSessionEventCallback.onCacheSessionEvent(CacheSessionHandle) |
Modifier and Type | Method and Description |
---|---|
void |
CacheSessionHandle.takeCacheSessionEvent(CacheSessionEvent cacheSessionEvent)
This method clones the last
CacheSessionEvent into the given
CacheSessionEvent
The given CacheSessionEvent is implementation specific and is
expected to be the one produced by
Allocator.newCacheSessionEvent()
This call is valid while on the same thread and in context of
CacheSessionEventCallback.onCacheSessionEvent()
.
|
Copyright 2004-2024 Solace Corporation. All rights reserved.