| 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.impl.solcache |
| Modifier and Type | Method and Description |
|---|---|
User_Cos |
XMLMessage.getCos()
Gets the Class of Service (CoS) value for this message.
|
static User_Cos |
User_Cos.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static User_Cos[] |
User_Cos.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XMLMessage.setCos(User_Cos cosValue)
Sets the Class of Service (CoS) value for this message.
|
| Modifier and Type | Method and Description |
|---|---|
User_Cos |
MessageImpl.getCos() |
User_Cos |
JCSMPXMLMessage.getCos() |
| Modifier and Type | Method and Description |
|---|---|
void |
MessageImpl.setCos(User_Cos cosValue) |
void |
JCSMPXMLMessage.setCos(User_Cos cosValue) |
| Modifier and Type | Method and Description |
|---|---|
User_Cos |
CacheEventMessageImpl.getCos() |
| Modifier and Type | Method and Description |
|---|---|
void |
CacheEventMessageImpl.setCos(User_Cos cosValue) |
Copyright 2004-2020 Solace Corporation. All rights reserved.