|
Sonic Management API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public static interface IAbstractBrokerBean.IAbstractCaType
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 |
|---|
java.lang.String getLdapDn()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getLdapDnMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
long getMaxCacheLifetime()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getMaxCacheLifetimeMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
long getPeriodicCacheRefreshTime()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getPeriodicCacheRefreshTimeMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
void setLdapDn(java.lang.String value)
throws MgmtException
value - The String value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setMaxCacheLifetime(long value)
throws MgmtException
value - The long value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setPeriodicCacheRefreshTime(long value)
throws MgmtException
value - The long 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 | |||||||