|
Sonic Management API | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||
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 attributeIMgmtAttributeMetaData getAdvertiseMetaData() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadatajava.lang.String getBroker() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attributejava.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 attributeIMgmtAttributeMetaData getBrokerMetaData() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadatalong getGlobalSubscriptionExpiration() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attributeIMgmtAttributeMetaData getGlobalSubscriptionExpirationMetaData() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadataint getIdleTimeout() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attributeIMgmtAttributeMetaData getIdleTimeoutMetaData() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadataboolean getLoadBalancing() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attributeIMgmtAttributeMetaData getLoadBalancingMetaData() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadatajava.lang.String getNodeName() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attributeIMgmtAttributeMetaData getNodeNameMetaData() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadataboolean getPropagateJmsxuserid() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attributeboolean 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 attributeIMgmtAttributeMetaData getPropagateJmsxuseridMetaData() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadatajava.lang.String getProxyPassword() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attributejava.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 attributeIMgmtAttributeMetaData getProxyPasswordMetaData() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadatajava.lang.String getProxyUrl() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attributejava.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 attributeIMgmtAttributeMetaData getProxyUrlMetaData() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadatajava.lang.String getProxyUserName() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attributejava.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 attributeIMgmtAttributeMetaData getProxyUserNameMetaData() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadatajava.lang.String getRoutingAcceptor() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attributejava.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 attributeIMgmtAttributeMetaData getRoutingAcceptorMetaData() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadataboolean getSequential() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attributeIMgmtAttributeMetaData getSequentialMetaData() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadataboolean getStaticRouting() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attributeIMgmtAttributeMetaData getStaticRoutingMetaData() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadatajava.lang.String getUrls() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attributeIMgmtAttributeMetaData getUrlsMetaData() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadatajava.lang.String getUserName() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attributejava.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 attributeIMgmtAttributeMetaData getUserNameMetaData() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadatajava.lang.String getUserPassword() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attributejava.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 attributeIMgmtAttributeMetaData getUserPasswordMetaData() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadatavoid setAdvertise(boolean value) throws MgmtException
value
- The boolean value for this attribute
MgmtException
- Thrown if there is some problem setting this attributevoid setBroker(java.lang.String value) throws MgmtException
value
- The String value for this attribute
MgmtException
- Thrown if there is some problem setting this attributevoid setGlobalSubscriptionExpiration(long value) throws MgmtException
value
- The long value for this attribute
MgmtException
- Thrown if there is some problem setting this attributevoid setIdleTimeout(int value) throws MgmtException
value
- The int value for this attribute
MgmtException
- Thrown if there is some problem setting this attributevoid setLoadBalancing(boolean value) throws MgmtException
value
- The boolean value for this attribute
MgmtException
- Thrown if there is some problem setting this attributevoid setNodeName(java.lang.String value) throws MgmtException
value
- The String value for this attribute
MgmtException
- Thrown if there is some problem setting this attributevoid setPropagateJmsxuserid(boolean value) throws MgmtException
value
- The boolean value for this attribute
MgmtException
- Thrown if there is some problem setting this attributevoid setProxyPassword(java.lang.String value) throws MgmtException
value
- The String value for this attribute
MgmtException
- Thrown if there is some problem setting this attributevoid setProxyUrl(java.lang.String value) throws MgmtException
value
- The String value for this attribute
MgmtException
- Thrown if there is some problem setting this attributevoid setProxyUserName(java.lang.String value) throws MgmtException
value
- The String value for this attribute
MgmtException
- Thrown if there is some problem setting this attributevoid setRoutingAcceptor(java.lang.String value) throws MgmtException
value
- The String value for this attribute
MgmtException
- Thrown if there is some problem setting this attributevoid setSequential(boolean value) throws MgmtException
value
- The boolean value for this attribute
MgmtException
- Thrown if there is some problem setting this attributevoid setStaticRouting(boolean value) throws MgmtException
value
- The boolean value for this attribute
MgmtException
- Thrown if there is some problem setting this attributevoid setUrls(java.lang.String value) throws MgmtException
value
- The String value for this attribute
MgmtException
- Thrown if there is some problem setting this attributevoid setUserName(java.lang.String value) throws MgmtException
value
- The String value for this attribute
MgmtException
- Thrown if there is some problem setting this attributevoid 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 All Classes | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |