org.kaoriha.marimite
Interface LogJMXMBean


public interface LogJMXMBean

MBean interface of log.

Author:
NAKAZATO Hajime

Method Summary
 Map<Long,Double[]> getLog(String section)
           
 String[] getSectionList()
           
 void removeSection(String section)
          Removes the specified section.
 

Method Detail

getSectionList

String[] getSectionList()

removeSection

void removeSection(String section)
Removes the specified section. Affects only log, not live.

Parameters:
section -

getLog

Map<Long,Double[]> getLog(String section)


Copyright ? 2008 Hound. All Rights Reserved.