| Package | Description |
|---|---|
| com.solacesystems.jcsmp |
The Solace Messaging API for Java (also referred to as JCSMP) is a 100% pure Java implementation that provides an object-oriented API for delivering high message throughput.
|
| com.solacesystems.jcsmp.impl |
| Modifier and Type | Method and Description |
|---|---|
SessionEvent |
SessionEventArgs.getEvent()
Gets the type of the event.
|
static SessionEvent |
SessionEvent.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SessionEvent[] |
SessionEvent.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SessionEventArgsImpl(SessionEvent event,
String infoStr,
Exception ex,
int respCode) |
Copyright 2004-2020 Solace Corporation. All rights reserved.