public static class TopicProxy.Policy
extends java.lang.Object
Constructor and Description |
---|
TopicProxy.Policy(java.lang.String principalName,
java.lang.String principalType,
java.lang.String publish,
java.lang.String subscribe,
java.lang.String persistent)
Deprecated.
This method is not used as of WebSphere Message Broker V7.
The effects of invoking it are no longer defined.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPersistence()
Deprecated.
This method is not used as of WebSphere Message Broker V7.
The effects of invoking it are no longer defined.
|
static TopicProxy.Policy |
getPolicyFromString(java.lang.String stringEncoded)
Deprecated.
This method is not used as of WebSphere Message Broker V7.
The effects of invoking it are no longer defined.
|
static TopicProxy.Policy |
getPolicyFromString(java.lang.String stringEncoded,
boolean principalNameIsEncoded)
Deprecated.
This method is not used as of WebSphere Message Broker V7.
The effects of invoking it are no longer defined.
|
java.lang.String |
getPrincipalName()
Deprecated.
This method is not used as of WebSphere Message Broker V7.
The effects of invoking it are no longer defined.
|
java.lang.String |
getPrincipalType()
Deprecated.
This method is not used as of WebSphere Message Broker V7.
The effects of invoking it are no longer defined.
|
java.lang.String |
getPublish()
Deprecated.
This method is not used as of WebSphere Message Broker V7.
The effects of invoking it are no longer defined.
|
java.lang.String |
getSubscribe()
Deprecated.
This method is not used as of WebSphere Message Broker V7.
The effects of invoking it are no longer defined.
|
void |
setPersistence(java.lang.String persistent)
Deprecated.
This method is not used as of WebSphere Message Broker V7.
The effects of invoking it are no longer defined.
|
void |
setPrincipalName(java.lang.String principalName)
Deprecated.
This method is not used as of WebSphere Message Broker V7.
The effects of invoking it are no longer defined.
|
void |
setPrincipalType(java.lang.String principalType)
Deprecated.
This method is not used as of WebSphere Message Broker V7.
The effects of invoking it are no longer defined.
|
void |
setPublish(java.lang.String publish)
Deprecated.
This method is not used as of WebSphere Message Broker V7.
The effects of invoking it are no longer defined.
|
void |
setSubscribe(java.lang.String subscribe)
Deprecated.
This method is not used as of WebSphere Message Broker V7.
The effects of invoking it are no longer defined.
|
public TopicProxy.Policy(java.lang.String principalName, java.lang.String principalType, java.lang.String publish, java.lang.String subscribe, java.lang.String persistent) throws ConfigManagerProxyLoggedException
public void setPrincipalName(java.lang.String principalName) throws ConfigManagerProxyLoggedException
public void setPrincipalType(java.lang.String principalType) throws ConfigManagerProxyLoggedException
public void setPublish(java.lang.String publish) throws ConfigManagerProxyLoggedException
public void setSubscribe(java.lang.String subscribe) throws ConfigManagerProxyLoggedException
public void setPersistence(java.lang.String persistent) throws ConfigManagerProxyLoggedException
public java.lang.String getPrincipalName()
public java.lang.String getPrincipalType()
public java.lang.String getPublish()
public java.lang.String getSubscribe()
public java.lang.String getPersistence()
public static TopicProxy.Policy getPolicyFromString(java.lang.String stringEncoded)
public static TopicProxy.Policy getPolicyFromString(java.lang.String stringEncoded, boolean principalNameIsEncoded)