org.naftulin.configmgr
Class ConfigurationManagerConsole

java.lang.Object
  extended by org.naftulin.configmgr.ConfigurationManagerConsole
All Implemented Interfaces:
ConfigurationManagerConsoleMBean

public class ConfigurationManagerConsole
extends java.lang.Object
implements ConfigurationManagerConsoleMBean


Constructor Summary
ConfigurationManagerConsole()
           
 
Method Summary
 java.lang.String[] getConfigurationEntries()
           
 int getConfigurationEntriesCount()
           
 java.lang.String getContent(java.lang.String key)
           
 int getJmxConsoleAbbreviateContentLength()
           
 int getJmxConsoleAbbreviateFileLength()
           
 java.lang.String getJmxConsoleDateFormat()
           
 java.lang.String reload()
           
 void setJmxConsoleAbbreviateContentLength(int len)
           
 void setJmxConsoleAbbreviateFileLength(int len)
           
 void setJmxConsoleDateFormat(java.lang.String dateFormat)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationManagerConsole

public ConfigurationManagerConsole()
Method Detail

getJmxConsoleDateFormat

public java.lang.String getJmxConsoleDateFormat()
Specified by:
getJmxConsoleDateFormat in interface ConfigurationManagerConsoleMBean

setJmxConsoleDateFormat

public void setJmxConsoleDateFormat(java.lang.String dateFormat)
Specified by:
setJmxConsoleDateFormat in interface ConfigurationManagerConsoleMBean

getJmxConsoleAbbreviateFileLength

public int getJmxConsoleAbbreviateFileLength()
Specified by:
getJmxConsoleAbbreviateFileLength in interface ConfigurationManagerConsoleMBean

setJmxConsoleAbbreviateFileLength

public void setJmxConsoleAbbreviateFileLength(int len)
Specified by:
setJmxConsoleAbbreviateFileLength in interface ConfigurationManagerConsoleMBean

getJmxConsoleAbbreviateContentLength

public int getJmxConsoleAbbreviateContentLength()
Specified by:
getJmxConsoleAbbreviateContentLength in interface ConfigurationManagerConsoleMBean

setJmxConsoleAbbreviateContentLength

public void setJmxConsoleAbbreviateContentLength(int len)
Specified by:
setJmxConsoleAbbreviateContentLength in interface ConfigurationManagerConsoleMBean

reload

public java.lang.String reload()
Specified by:
reload in interface ConfigurationManagerConsoleMBean

getConfigurationEntriesCount

public int getConfigurationEntriesCount()
Specified by:
getConfigurationEntriesCount in interface ConfigurationManagerConsoleMBean

getConfigurationEntries

public java.lang.String[] getConfigurationEntries()
Specified by:
getConfigurationEntries in interface ConfigurationManagerConsoleMBean

getContent

public java.lang.String getContent(java.lang.String key)
Specified by:
getContent in interface ConfigurationManagerConsoleMBean


Copyright © 2009. All Rights Reserved.