| 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 | |
| com.solacesystems.jcsmp.protocol.impl |
| Modifier and Type | Method and Description |
|---|---|
static CapabilityType |
CapabilityType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CapabilityType[] |
CapabilityType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
JCSMPSession.getCapability(CapabilityType type)
Gets the value of a capability for the currently connected Session.
|
boolean |
JCSMPSession.isCapable(CapabilityType ctype)
Checks if the specified capability is set on the currently connected
Session.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
JCSMPBasicSession.getCapability(CapabilityType type) |
Object |
SessionModeSupport.getCapability(CapabilityType type) |
boolean |
JCSMPBasicSession.isCapable(CapabilityType ctype) |
boolean |
SessionModeSupport.isCapable(CapabilityType ctype) |
| Modifier and Type | Method and Description |
|---|---|
static Pair<Map<CapabilityType,Object>,Map<InternalCapabilityType,Boolean>> |
RouterCapabilityParser.parseCapabilitiesFromHeader(AbstractTLVParameter cap,
AbstractTLVParameter cap_ext,
AbstractTLVParameter softwareVersion,
AbstractTLVParameter softwareDate,
AbstractTLVParameter platform,
AbstractTLVParameter physicalName,
boolean isTr) |
Copyright 2004-2020 Solace Corporation. All rights reserved.