Sonic Management API

com.sonicsw.mq.mgmtapi.config.gen
Interface IAbstractBrokerBean.IAbstractCipherSuiteType

All Superinterfaces:
IMgmtBase, IMgmtSubBeanBase
All Known Subinterfaces:
IBrokerBean.ICipherSuiteType
Enclosing interface:
IAbstractBrokerBean

public static interface IAbstractBrokerBean.IAbstractCipherSuiteType
extends IMgmtSubBeanBase

Inner class representing CipherSuiteType This class extends IMgmtListBase


Method Summary
 java.lang.String getCipher()
          Get the attribute for CIPHER as a String value.
 IMgmtAttributeMetaData getCipherMetaData()
          Get the attribute metadata for CIPHER.
 java.lang.String getDigest()
          Get the attribute for DIGEST as a String value.
 IMgmtAttributeMetaData getDigestMetaData()
          Get the attribute metadata for DIGEST.
 boolean getUseSonicSuite()
          Get the attribute for USE_SONIC_SUITE as a boolean value.
 IMgmtAttributeMetaData getUseSonicSuiteMetaData()
          Get the attribute metadata for USE_SONIC_SUITE.
 void setCipher(java.lang.String value)
          Set the attribute for CIPHER to the specified String value.
 void setDigest(java.lang.String value)
          Set the attribute for DIGEST to the specified String value.
 void setUseSonicSuite(boolean value)
          Set the attribute for USE_SONIC_SUITE to the specified boolean 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

getCipher

java.lang.String getCipher()
                           throws MgmtException
Get the attribute for CIPHER 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

getCipherMetaData

IMgmtAttributeMetaData getCipherMetaData()
                                         throws MgmtException
Get the attribute metadata for CIPHER.

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

getDigest

java.lang.String getDigest()
                           throws MgmtException
Get the attribute for DIGEST 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

getDigestMetaData

IMgmtAttributeMetaData getDigestMetaData()
                                         throws MgmtException
Get the attribute metadata for DIGEST.

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

getUseSonicSuite

boolean getUseSonicSuite()
                         throws MgmtException
Get the attribute for USE_SONIC_SUITE as a boolean value.

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

getUseSonicSuiteMetaData

IMgmtAttributeMetaData getUseSonicSuiteMetaData()
                                                throws MgmtException
Get the attribute metadata for USE_SONIC_SUITE.

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

setCipher

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

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

setDigest

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

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

setUseSonicSuite

void setUseSonicSuite(boolean value)
                      throws MgmtException
Set the attribute for USE_SONIC_SUITE to the specified boolean value.

Parameters:
value - The boolean 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.