|
|||||||||
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
public static class 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(java.lang.String qop)
Returns a QoP value given a property String. |
java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
public static TopicProxy.QoP getQualityOfProtectionFromString(java.lang.String qop)
qop
- String taken from data supplied by
the Configuration Manager
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |