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.
|
Modifier and Type | Method and Description |
---|---|
static JCSMPLogLevel |
JCSMPLogLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JCSMPLogLevel[] |
JCSMPLogLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
JCSMPSession.logFlowInfo(JCSMPLogLevel level)
Outputs a log at the specified log level that contains the flow state
information for flows in this Session.
|
void |
FlowReceiver.logFlowInfo(JCSMPLogLevel level)
Outputs a log containing the flow state
information for the flow at a specified log level.
|
void |
Session.logSessionStats(JCSMPLogLevel level)
Outputs a log at the specified log level containing a textual
representation of the session statistics.
|
Copyright 2004-2024 Solace Corporation. All rights reserved.