Sonic Management API

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

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

public static interface IAbstractBrokerBean.IAbstractCaType
extends IMgmtSubBeanBase

Inner class representing CaType This class extends IMgmtListBase


Method Summary
 java.lang.String getLdapDn()
          Get the attribute for LDAP_DN as a String value.
 IMgmtAttributeMetaData getLdapDnMetaData()
          Get the attribute metadata for LDAP_DN.
 long getMaxCacheLifetime()
          Get the attribute for MAX_CACHE_LIFETIME as a long value.
 IMgmtAttributeMetaData getMaxCacheLifetimeMetaData()
          Get the attribute metadata for MAX_CACHE_LIFETIME.
 long getPeriodicCacheRefreshTime()
          Get the attribute for PERIODIC_CACHE_REFRESH_TIME as a long value.
 IMgmtAttributeMetaData getPeriodicCacheRefreshTimeMetaData()
          Get the attribute metadata for PERIODIC_CACHE_REFRESH_TIME.
 void setLdapDn(java.lang.String value)
          Set the attribute for LDAP_DN to the specified String value.
 void setMaxCacheLifetime(long value)
          Set the attribute for MAX_CACHE_LIFETIME to the specified long value.
 void setPeriodicCacheRefreshTime(long value)
          Set the attribute for PERIODIC_CACHE_REFRESH_TIME to the specified long 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

getLdapDn

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

getLdapDnMetaData

IMgmtAttributeMetaData getLdapDnMetaData()
                                         throws MgmtException
Get the attribute metadata for LDAP_DN.

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

getMaxCacheLifetime

long getMaxCacheLifetime()
                         throws MgmtException
Get the attribute for MAX_CACHE_LIFETIME as a long value.

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

getMaxCacheLifetimeMetaData

IMgmtAttributeMetaData getMaxCacheLifetimeMetaData()
                                                   throws MgmtException
Get the attribute metadata for MAX_CACHE_LIFETIME.

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

getPeriodicCacheRefreshTime

long getPeriodicCacheRefreshTime()
                                 throws MgmtException
Get the attribute for PERIODIC_CACHE_REFRESH_TIME as a long value.

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

getPeriodicCacheRefreshTimeMetaData

IMgmtAttributeMetaData getPeriodicCacheRefreshTimeMetaData()
                                                           throws MgmtException
Get the attribute metadata for PERIODIC_CACHE_REFRESH_TIME.

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

setLdapDn

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

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

setMaxCacheLifetime

void setMaxCacheLifetime(long value)
                         throws MgmtException
Set the attribute for MAX_CACHE_LIFETIME to the specified long value.

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

setPeriodicCacheRefreshTime

void setPeriodicCacheRefreshTime(long value)
                                 throws MgmtException
Set the attribute for PERIODIC_CACHE_REFRESH_TIME to the specified long value.

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