|
WBI BrokersTM Config Manager Proxy API |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.broker.config.proxy.TopicProxy.QoP
A small structure that represents all the possible types of a topic's quality of protection. Follows the TypeDef-Enum pattern.
Field Summary | |
---|---|
static TopicProxy.QoP |
channelIntegrity
Defines Channel Integrity QoP. |
static TopicProxy.QoP |
encrypted
Defines Encrypted QoP. |
static TopicProxy.QoP |
messageIntegrity
Defines Message Integrity QoP. |
static TopicProxy.QoP |
none
States that QoP is not applied. |
static TopicProxy.QoP |
unknown
Defines an unknown QoP. |
Method Summary | |
---|---|
static TopicProxy.QoP |
getQualityOfProtectionFromString(String qop)
Returns a QoP value given a property String. |
String |
toString()
Returns the String representation of the QoP. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static TopicProxy.QoP unknown
public static TopicProxy.QoP none
public static TopicProxy.QoP channelIntegrity
public static TopicProxy.QoP messageIntegrity
public static TopicProxy.QoP encrypted
Method Detail |
public String toString()
public static TopicProxy.QoP getQualityOfProtectionFromString(String qop)
qop
- String taken from data supplied by
the Config Manager
|
WBI BrokersTM Config Manager Proxy API |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |