|
Sonic Management API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface IAbstractRouteSonicBean
Configuration Bean representing a 'RouteSonic'
| Field Summary |
|---|
| Fields inherited from interface com.sonicsw.ma.mgmtapi.config.IMgmtBeanBase |
|---|
C_VERSION_PROPERTY, CLASS_PROPERTY, P_VERSION_PROPERTY, TEMPLATE_PROPERTY, TYPE_PROPERTY |
| Fields inherited from interface com.sonicsw.mx.config.IAnnotationExtension |
|---|
END_CDATA, START_CDATA, TOOL_ANNOTATION |
| Method Summary | |
|---|---|
boolean |
getAdvertise()
Get the attribute for ADVERTISE as a boolean value. |
IMgmtAttributeMetaData |
getAdvertiseMetaData()
Get the attribute metadata for ADVERTISE. |
java.lang.String |
getBroker()
Get the attribute for BROKER as a String value. |
java.lang.String |
getBroker(java.lang.String defValue)
Get the attribute for BROKER as a String value. |
IMgmtAttributeMetaData |
getBrokerMetaData()
Get the attribute metadata for BROKER. |
long |
getGlobalSubscriptionExpiration()
Get the attribute for GLOBAL_SUBSCRIPTION_EXPIRATION as a long value. |
IMgmtAttributeMetaData |
getGlobalSubscriptionExpirationMetaData()
Get the attribute metadata for GLOBAL_SUBSCRIPTION_EXPIRATION. |
int |
getIdleTimeout()
Get the attribute for IDLE_TIMEOUT as a int value. |
IMgmtAttributeMetaData |
getIdleTimeoutMetaData()
Get the attribute metadata for IDLE_TIMEOUT. |
boolean |
getLoadBalancing()
Get the attribute for LOAD_BALANCING as a boolean value. |
IMgmtAttributeMetaData |
getLoadBalancingMetaData()
Get the attribute metadata for LOAD_BALANCING. |
java.lang.String |
getNodeName()
Get the attribute for NODE_NAME as a String value. |
IMgmtAttributeMetaData |
getNodeNameMetaData()
Get the attribute metadata for NODE_NAME. |
boolean |
getPropagateJmsxuserid()
Get the attribute for PROPAGATE_JMSXUSERID as a boolean value. |
boolean |
getPropagateJmsxuserid(boolean defValue)
Get the attribute for PROPAGATE_JMSXUSERID as a boolean value. |
IMgmtAttributeMetaData |
getPropagateJmsxuseridMetaData()
Get the attribute metadata for PROPAGATE_JMSXUSERID. |
java.lang.String |
getProxyPassword()
Get the attribute for PROXY_PASSWORD as a String value. |
java.lang.String |
getProxyPassword(java.lang.String defValue)
Get the attribute for PROXY_PASSWORD as a String value. |
IMgmtAttributeMetaData |
getProxyPasswordMetaData()
Get the attribute metadata for PROXY_PASSWORD. |
java.lang.String |
getProxyUrl()
Get the attribute for PROXY_URL as a String value. |
java.lang.String |
getProxyUrl(java.lang.String defValue)
Get the attribute for PROXY_URL as a String value. |
IMgmtAttributeMetaData |
getProxyUrlMetaData()
Get the attribute metadata for PROXY_URL. |
java.lang.String |
getProxyUserName()
Get the attribute for PROXY_USER_NAME as a String value. |
java.lang.String |
getProxyUserName(java.lang.String defValue)
Get the attribute for PROXY_USER_NAME as a String value. |
IMgmtAttributeMetaData |
getProxyUserNameMetaData()
Get the attribute metadata for PROXY_USER_NAME. |
java.lang.String |
getRoutingAcceptor()
Get the attribute for ROUTING_ACCEPTOR as a String value. |
java.lang.String |
getRoutingAcceptor(java.lang.String defValue)
Get the attribute for ROUTING_ACCEPTOR as a String value. |
IMgmtAttributeMetaData |
getRoutingAcceptorMetaData()
Get the attribute metadata for ROUTING_ACCEPTOR. |
boolean |
getSequential()
Get the attribute for SEQUENTIAL as a boolean value. |
IMgmtAttributeMetaData |
getSequentialMetaData()
Get the attribute metadata for SEQUENTIAL. |
boolean |
getStaticRouting()
Get the attribute for STATIC_ROUTING as a boolean value. |
IMgmtAttributeMetaData |
getStaticRoutingMetaData()
Get the attribute metadata for STATIC_ROUTING. |
java.lang.String |
getUrls()
Get the attribute for URLS as a String value. |
IMgmtAttributeMetaData |
getUrlsMetaData()
Get the attribute metadata for URLS. |
java.lang.String |
getUserName()
Get the attribute for USER_NAME as a String value. |
java.lang.String |
getUserName(java.lang.String defValue)
Get the attribute for USER_NAME as a String value. |
IMgmtAttributeMetaData |
getUserNameMetaData()
Get the attribute metadata for USER_NAME. |
java.lang.String |
getUserPassword()
Get the attribute for USER_PASSWORD as a String value. |
java.lang.String |
getUserPassword(java.lang.String defValue)
Get the attribute for USER_PASSWORD as a String value. |
IMgmtAttributeMetaData |
getUserPasswordMetaData()
Get the attribute metadata for USER_PASSWORD. |
void |
setAdvertise(boolean value)
Set the attribute for ADVERTISE to the specified boolean value. |
void |
setBroker(java.lang.String value)
Set the attribute for BROKER to the specified String value. |
void |
setGlobalSubscriptionExpiration(long value)
Set the attribute for GLOBAL_SUBSCRIPTION_EXPIRATION to the specified long value. |
void |
setIdleTimeout(int value)
Set the attribute for IDLE_TIMEOUT to the specified int value. |
void |
setLoadBalancing(boolean value)
Set the attribute for LOAD_BALANCING to the specified boolean value. |
void |
setNodeName(java.lang.String value)
Set the attribute for NODE_NAME to the specified String value. |
void |
setPropagateJmsxuserid(boolean value)
Set the attribute for PROPAGATE_JMSXUSERID to the specified boolean value. |
void |
setProxyPassword(java.lang.String value)
Set the attribute for PROXY_PASSWORD to the specified String value. |
void |
setProxyUrl(java.lang.String value)
Set the attribute for PROXY_URL to the specified String value. |
void |
setProxyUserName(java.lang.String value)
Set the attribute for PROXY_USER_NAME to the specified String value. |
void |
setRoutingAcceptor(java.lang.String value)
Set the attribute for ROUTING_ACCEPTOR to the specified String value. |
void |
setSequential(boolean value)
Set the attribute for SEQUENTIAL to the specified boolean value. |
void |
setStaticRouting(boolean value)
Set the attribute for STATIC_ROUTING to the specified boolean value. |
void |
setUrls(java.lang.String value)
Set the attribute for URLS to the specified String value. |
void |
setUserName(java.lang.String value)
Set the attribute for USER_NAME to the specified String value. |
void |
setUserPassword(java.lang.String value)
Set the attribute for USER_PASSWORD to the specified String value. |
| Methods inherited from interface com.sonicsw.ma.mgmtapi.config.IMgmtBeanBase |
|---|
clone, createUniqueName, getBigDecimalAttribute, getBooleanAttribute, getByteArrayAttribute, getIntegerAttribute, getLongAttribute, getProperty, getReferenceAttribute, getStringAttribute, isNewBean, setBigDecimalAttribute, setBooleanAttribute, setByteArrayAttribute, setIntegerAttribute, setLongAttribute, setReferenceAttribute, setStringAttribute |
| Methods inherited from interface com.sonicsw.ma.mgmtapi.config.IMgmtBase |
|---|
getAttributeList, getAttributeMap, getAttributeMetaData, getConfigBean, getConfigBeanName, getConfigBeanNameTail, getConfigPath, getConfigPath, getMgmtBeanFactory, getParent, removeAttribute, setAttribute |
| Methods inherited from interface com.sonicsw.mx.config.IAnnotationExtension |
|---|
getAnnotation, setAnnotation |
| Method Detail |
|---|
boolean getAdvertise()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getAdvertiseMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
java.lang.String getBroker()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
java.lang.String getBroker(java.lang.String defValue)
throws MgmtException
defValue - The default value to return if this attribute doesn't exist
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getBrokerMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
long getGlobalSubscriptionExpiration()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getGlobalSubscriptionExpirationMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
int getIdleTimeout()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getIdleTimeoutMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
boolean getLoadBalancing()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getLoadBalancingMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
java.lang.String getNodeName()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getNodeNameMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
boolean getPropagateJmsxuserid()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
boolean getPropagateJmsxuserid(boolean defValue)
throws MgmtException
defValue - The default value to return if this attribute doesn't exist
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getPropagateJmsxuseridMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
java.lang.String getProxyPassword()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
java.lang.String getProxyPassword(java.lang.String defValue)
throws MgmtException
defValue - The default value to return if this attribute doesn't exist
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getProxyPasswordMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
java.lang.String getProxyUrl()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
java.lang.String getProxyUrl(java.lang.String defValue)
throws MgmtException
defValue - The default value to return if this attribute doesn't exist
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getProxyUrlMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
java.lang.String getProxyUserName()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
java.lang.String getProxyUserName(java.lang.String defValue)
throws MgmtException
defValue - The default value to return if this attribute doesn't exist
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getProxyUserNameMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
java.lang.String getRoutingAcceptor()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
java.lang.String getRoutingAcceptor(java.lang.String defValue)
throws MgmtException
defValue - The default value to return if this attribute doesn't exist
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getRoutingAcceptorMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
boolean getSequential()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getSequentialMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
boolean getStaticRouting()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getStaticRoutingMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
java.lang.String getUrls()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getUrlsMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
java.lang.String getUserName()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
java.lang.String getUserName(java.lang.String defValue)
throws MgmtException
defValue - The default value to return if this attribute doesn't exist
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getUserNameMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
java.lang.String getUserPassword()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
java.lang.String getUserPassword(java.lang.String defValue)
throws MgmtException
defValue - The default value to return if this attribute doesn't exist
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getUserPasswordMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
void setAdvertise(boolean value)
throws MgmtException
value - The boolean value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setBroker(java.lang.String value)
throws MgmtException
value - The String value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setGlobalSubscriptionExpiration(long value)
throws MgmtException
value - The long value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setIdleTimeout(int value)
throws MgmtException
value - The int value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setLoadBalancing(boolean value)
throws MgmtException
value - The boolean value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setNodeName(java.lang.String value)
throws MgmtException
value - The String value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setPropagateJmsxuserid(boolean value)
throws MgmtException
value - The boolean value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setProxyPassword(java.lang.String value)
throws MgmtException
value - The String value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setProxyUrl(java.lang.String value)
throws MgmtException
value - The String value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setProxyUserName(java.lang.String value)
throws MgmtException
value - The String value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setRoutingAcceptor(java.lang.String value)
throws MgmtException
value - The String value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setSequential(boolean value)
throws MgmtException
value - The boolean value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setStaticRouting(boolean value)
throws MgmtException
value - The boolean value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setUrls(java.lang.String value)
throws MgmtException
value - The String value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setUserName(java.lang.String value)
throws MgmtException
value - The String value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setUserPassword(java.lang.String value)
throws MgmtException
value - The String value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
|
Sonic Management API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||