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 SessionEvent |
Solclient.Allocator.newSessionEvent()
Allocates a new SessionEvent, this instance is to be used with the
SessionHandle.takeSessionEvent() method. |
Modifier and Type | Method and Description |
---|---|
SessionEvent |
SessionHandle.getSessionEvent()
This method returns a
SessionEvent
instance in the context of
SessionEventCallback.onEvent() . |
Modifier and Type | Method and Description |
---|---|
void |
SessionHandle.takeSessionEvent(SessionEvent sessionEvent,
boolean withInfoString)
This method clones the last
SessionEvent
into the given
SessionEvent
The given
SessionEvent
must be one produced by
Allocator.newSessionEvent()
This call is valid while on the same thread and in context of
SessionEventCallback.onEvent() .
|
Copyright 2004-2024 Solace Corporation. All rights reserved.