com.adventnet.agent.configuration
Class MBeanProperties

java.lang.Object
  extended by com.adventnet.agent.configuration.MBeanProperties

public class MBeanProperties
extends java.lang.Object


Constructor Summary
MBeanProperties()
           
 
Method Summary
 java.lang.String getProperty(java.lang.String key)
           
 java.util.Hashtable getPropertyList()
           
 void setProperty(java.lang.String key, java.lang.String value)
           
 void setPropertyList(java.util.Hashtable properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MBeanProperties

public MBeanProperties()
Method Detail

getProperty

public java.lang.String getProperty(java.lang.String key)

setProperty

public void setProperty(java.lang.String key,
                        java.lang.String value)

getPropertyList

public java.util.Hashtable getPropertyList()

setPropertyList

public void setPropertyList(java.util.Hashtable properties)