Sonic Management API

com.sonicsw.mq.mgmtapi.config.gen
Interface IAbstractReplicationConnectionsBean.IAbstractReplicationConnectionType

All Superinterfaces:
IMgmtBase, IMgmtSubBeanBase
All Known Subinterfaces:
IReplicationConnectionsBean.IReplicationConnectionType
Enclosing interface:
IAbstractReplicationConnectionsBean

public static interface IAbstractReplicationConnectionsBean.IAbstractReplicationConnectionType
extends IMgmtSubBeanBase

Inner class representing ReplicationConnectionType This class extends IMgmtListBase


Method Summary
 java.lang.String getBackupAddr()
          Get the attribute for BACKUP_ADDR as a String value.
 IMgmtAttributeMetaData getBackupAddrMetaData()
          Get the attribute metadata for BACKUP_ADDR.
 int getBackupPort()
          Get the attribute for BACKUP_PORT as a int value.
 IMgmtAttributeMetaData getBackupPortMetaData()
          Get the attribute metadata for BACKUP_PORT.
 java.lang.String getName()
          Get the attribute for NAME as a String value.
 IMgmtAttributeMetaData getNameMetaData()
          Get the attribute metadata for NAME.
 java.lang.String getPrimaryAddr()
          Get the attribute for PRIMARY_ADDR as a String value.
 IMgmtAttributeMetaData getPrimaryAddrMetaData()
          Get the attribute metadata for PRIMARY_ADDR.
 int getPrimaryPort()
          Get the attribute for PRIMARY_PORT as a int value.
 IMgmtAttributeMetaData getPrimaryPortMetaData()
          Get the attribute metadata for PRIMARY_PORT.
 java.lang.String getProtocol()
          Get the attribute for PROTOCOL as a String value.
 IMgmtAttributeMetaData getProtocolMetaData()
          Get the attribute metadata for PROTOCOL.
 int getWeight()
          Get the attribute for WEIGHT as a int value.
 IMgmtAttributeMetaData getWeightMetaData()
          Get the attribute metadata for WEIGHT.
 void setBackupAddr(java.lang.String value)
          Set the attribute for BACKUP_ADDR to the specified String value.
 void setBackupPort(int value)
          Set the attribute for BACKUP_PORT to the specified int value.
 void setName(java.lang.String value)
          Set the attribute for NAME to the specified String value.
 void setPrimaryAddr(java.lang.String value)
          Set the attribute for PRIMARY_ADDR to the specified String value.
 void setPrimaryPort(int value)
          Set the attribute for PRIMARY_PORT to the specified int value.
 void setProtocol(java.lang.String value)
          Set the attribute for PROTOCOL to the specified String value.
 void setWeight(int value)
          Set the attribute for WEIGHT to the specified int value.
 
Methods inherited from interface com.sonicsw.ma.mgmtapi.config.IMgmtSubBeanBase
getBigDecimalAttribute, getBooleanAttribute, getByteArrayAttribute, getIntegerAttribute, getLongAttribute, getReferenceAttribute, getStringAttribute, 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
 

Method Detail

getBackupAddr

java.lang.String getBackupAddr()
                               throws MgmtException
Get the attribute for BACKUP_ADDR as a String value.

Returns:
The String value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getBackupAddrMetaData

IMgmtAttributeMetaData getBackupAddrMetaData()
                                             throws MgmtException
Get the attribute metadata for BACKUP_ADDR.

Returns:
The IMgmtAttributeMetaData value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute's metadata

getBackupPort

int getBackupPort()
                  throws MgmtException
Get the attribute for BACKUP_PORT as a int value.

Returns:
The int value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getBackupPortMetaData

IMgmtAttributeMetaData getBackupPortMetaData()
                                             throws MgmtException
Get the attribute metadata for BACKUP_PORT.

Returns:
The IMgmtAttributeMetaData value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute's metadata

getName

java.lang.String getName()
                         throws MgmtException
Get the attribute for NAME as a String value.

Returns:
The String value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getNameMetaData

IMgmtAttributeMetaData getNameMetaData()
                                       throws MgmtException
Get the attribute metadata for NAME.

Returns:
The IMgmtAttributeMetaData value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute's metadata

getPrimaryAddr

java.lang.String getPrimaryAddr()
                                throws MgmtException
Get the attribute for PRIMARY_ADDR as a String value.

Returns:
The String value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getPrimaryAddrMetaData

IMgmtAttributeMetaData getPrimaryAddrMetaData()
                                              throws MgmtException
Get the attribute metadata for PRIMARY_ADDR.

Returns:
The IMgmtAttributeMetaData value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute's metadata

getPrimaryPort

int getPrimaryPort()
                   throws MgmtException
Get the attribute for PRIMARY_PORT as a int value.

Returns:
The int value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getPrimaryPortMetaData

IMgmtAttributeMetaData getPrimaryPortMetaData()
                                              throws MgmtException
Get the attribute metadata for PRIMARY_PORT.

Returns:
The IMgmtAttributeMetaData value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute's metadata

getProtocol

java.lang.String getProtocol()
                             throws MgmtException
Get the attribute for PROTOCOL as a String value.

Returns:
The String value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getProtocolMetaData

IMgmtAttributeMetaData getProtocolMetaData()
                                           throws MgmtException
Get the attribute metadata for PROTOCOL.

Returns:
The IMgmtAttributeMetaData value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute's metadata

getWeight

int getWeight()
              throws MgmtException
Get the attribute for WEIGHT as a int value.

Returns:
The int value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getWeightMetaData

IMgmtAttributeMetaData getWeightMetaData()
                                         throws MgmtException
Get the attribute metadata for WEIGHT.

Returns:
The IMgmtAttributeMetaData value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute's metadata

setBackupAddr

void setBackupAddr(java.lang.String value)
                   throws MgmtException
Set the attribute for BACKUP_ADDR to the specified String value.

Parameters:
value - The String value for this attribute
Throws:
MgmtException - Thrown if there is some problem setting this attribute

setBackupPort

void setBackupPort(int value)
                   throws MgmtException
Set the attribute for BACKUP_PORT to the specified int value.

Parameters:
value - The int value for this attribute
Throws:
MgmtException - Thrown if there is some problem setting this attribute

setName

void setName(java.lang.String value)
             throws MgmtException
Set the attribute for NAME to the specified String value.

Parameters:
value - The String value for this attribute
Throws:
MgmtException - Thrown if there is some problem setting this attribute

setPrimaryAddr

void setPrimaryAddr(java.lang.String value)
                    throws MgmtException
Set the attribute for PRIMARY_ADDR to the specified String value.

Parameters:
value - The String value for this attribute
Throws:
MgmtException - Thrown if there is some problem setting this attribute

setPrimaryPort

void setPrimaryPort(int value)
                    throws MgmtException
Set the attribute for PRIMARY_PORT to the specified int value.

Parameters:
value - The int value for this attribute
Throws:
MgmtException - Thrown if there is some problem setting this attribute

setProtocol

void setProtocol(java.lang.String value)
                 throws MgmtException
Set the attribute for PROTOCOL to the specified String value.

Parameters:
value - The String value for this attribute
Throws:
MgmtException - Thrown if there is some problem setting this attribute

setWeight

void setWeight(int value)
               throws MgmtException
Set the attribute for WEIGHT to the specified int value.

Parameters:
value - The int value for this attribute
Throws:
MgmtException - Thrown if there is some problem setting this attribute

Sonic Management API

Copyright © 2001-2011 Progress Software Corporation. All Rights Reserved.
HTML formatted on 12-Aug-2011.