Sonic Management API

com.sonicsw.mf.mgmtapi.config.gen
Interface IAbstractContainerBean.IAbstractLibraryParams

All Superinterfaces:
IMgmtBase, IMgmtSubBeanBase
All Known Subinterfaces:
IContainerBean.ILibraryParams
Enclosing interface:
IAbstractContainerBean

public static interface IAbstractContainerBean.IAbstractLibraryParams
extends IMgmtSubBeanBase

Inner class representing LibraryParams This class extends IMgmtListBase


Method Summary
 java.lang.String getNativeLibraryPath()
          Get the attribute for NATIVE_LIBRARY_PATH as a String value.
 IMgmtAttributeMetaData getNativeLibraryPathMetaData()
          Get the attribute metadata for NATIVE_LIBRARY_PATH.
 void setNativeLibraryPath(java.lang.String value)
          Set the attribute for NATIVE_LIBRARY_PATH to the specified String 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

getNativeLibraryPath

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

getNativeLibraryPathMetaData

IMgmtAttributeMetaData getNativeLibraryPathMetaData()
                                                    throws MgmtException
Get the attribute metadata for NATIVE_LIBRARY_PATH.

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

setNativeLibraryPath

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

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

Sonic Management API

Copyright © 2001-2010 Progress Software Corporation. All Rights Reserved.
HTML formatted on 16-Sep-2010.