Class Hierarchy All Classes All Fields and Methods

Class com.ibm.broker.config.proxy.TopicProxy.QoP

java.lang.Object
        com.ibm.broker.config.proxy.TopicProxy.QoP

public static class TopicProxy.QoP
extends Object

A small structure that represents all the possible types of a topic's quality of protection. Follows the TypeDef-Enum pattern.

Field Index
Field Description
channelIntegrity Defines Channel Integrity QoP.
encrypted Defines Encrypted QoP.
messageIntegrity Defines Message Integrity QoP.
none States that QoP is not applied.
unknown Defines an unknown QoP.
Method Index
Method Description
TopicProxy.QoP getQualityOfProtectionFromString(String) Returns a QoP value given a property String.
String toString() Returns the String representation of the QoP.

Fields

channelIntegrity

public static com.ibm.broker.config.proxy.TopicProxy.QoP channelIntegrity

Defines Channel Integrity QoP.

encrypted

public static com.ibm.broker.config.proxy.TopicProxy.QoP encrypted

Defines Encrypted QoP.

messageIntegrity

public static com.ibm.broker.config.proxy.TopicProxy.QoP messageIntegrity

Defines Message Integrity QoP.

none

public static com.ibm.broker.config.proxy.TopicProxy.QoP none

States that QoP is not applied. This is the default value.

unknown

public static com.ibm.broker.config.proxy.TopicProxy.QoP unknown

Defines an unknown QoP.

Methods

getQualityOfProtectionFromString

public static TopicProxy.QoP getQualityOfProtectionFromString(String qop) 

Returns a QoP value given a property String.

toString

public String toString() 

Returns the String representation of the QoP.

Class Hierarchy All Classes All Fields and Methods