|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of TopicProxy.QoP in com.ibm.broker.config.proxy |
---|
Fields in com.ibm.broker.config.proxy declared as TopicProxy.QoP | |
---|---|
static TopicProxy.QoP |
TopicProxy.QoP.channelIntegrity
Defines Channel Integrity QoP. |
static TopicProxy.QoP |
TopicProxy.QoP.encrypted
Defines Encrypted QoP. |
static TopicProxy.QoP |
TopicProxy.QoP.messageIntegrity
Defines Message Integrity QoP. |
static TopicProxy.QoP |
TopicProxy.QoP.none
States that QoP is not applied. |
static TopicProxy.QoP |
TopicProxy.QoP.unknown
Defines an unknown QoP. |
Methods in com.ibm.broker.config.proxy that return TopicProxy.QoP | |
---|---|
TopicProxy.QoP |
BrokerProxy.getISysQualityOfProtectionLevel()
Deprecated. Use BrokerProxy.getRuntimeProperty(RuntimePropertyConstants.NAME_ISYSQOPLEVEL, ...) instead. |
static TopicProxy.QoP |
TopicProxy.QoP.getQualityOfProtectionFromString(java.lang.String qop)
Returns a QoP value given a property String. |
TopicProxy.QoP |
TopicProxy.getQualityOfProtectionLevel()
Returns the Quality of Protection level associated with this topic. |
TopicProxy.QoP |
BrokerProxy.getSysQualityOfProtectionLevel()
Deprecated. Use BrokerProxy.getRuntimeProperty(RuntimePropertyConstants.NAME_SYSQOPLEVEL, ...) instead. |
TopicProxy.QoP |
BrokerProxy.getTemporaryTopicQualityOfProtectionLevel()
Returns the Quality of Protection level associated with this broker's temporary topic. |
Methods in com.ibm.broker.config.proxy with parameters of type TopicProxy.QoP | |
---|---|
void |
BrokerProxy.setISysQualityOfProtectionLevel(TopicProxy.QoP newQoP)
Deprecated. Use BrokerProxy.setRuntimeProperty(RuntimePropertyConstants.NAME_ISYSQOPLEVEL, newQoP) instead. |
void |
TopicProxy.setQualityOfProtectionLevel(TopicProxy.QoP newQoP)
Sets the Quality of Protection level for the topic. |
void |
BrokerProxy.setSysQualityOfProtectionLevel(TopicProxy.QoP newQoP)
Deprecated. Use BrokerProxy.setRuntimeProperty(RuntimePropertyConstants.NAME_SYSQOPLEVEL, newQoP) instead. |
void |
BrokerProxy.setTemporaryTopicQualityOfProtectionLevel(TopicProxy.QoP newQoP)
Sets the Quality of Protection level for this broker's temporary topic. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |