| org.apache.geronimo.monitoring.MasterRemoteControlLocal
MasterRemoteControlLocal | public interface MasterRemoteControlLocal (Code) | | Local Interface for MasterRemoteControl. Defines the operations
that are made available to the remote client.
|
Method Summary | |
public boolean | addMBeanForSnapshot(String s) | public HashMap<String, HashMap<String, Long>> | fetchMaxSnapshotData(Integer i) | public HashMap<String, HashMap<String, Long>> | fetchMinSnapshotData(Integer i) | public ArrayList<HashMap<String, HashMap<String, Object>>> | fetchSnapshotData(Integer i, Integer ii) | public Set<String> | getAllMBeanNames() | public HashMap<String, ArrayList<String>> | getAllSnapshotStatAttributes() | public Long | getSnapshotCount() | public Long | getSnapshotDuration() | public String | getSnapshotRetention() | public TreeMap<Long, Long> | getSpecificStatistics(String mbeanName, String statsName, int numberOfSnapshots, int everyNthSnapshot, boolean showArchive) | public Set<String> | getStatisticsProviderMBeanNames() | public HashMap<String, Long> | getStats(String s) | public Set<String> | getTrackedMBeans() | public Object | invoke(ObjectName name, String operationName, Object[] params, String[] signature) | public boolean | isSnapshotRunning() | public boolean | removeMBeanForSnapshot(String s) | public void | setAttribute(String s, String ss, Object o) | public void | setSnapshotDuration(Long l) | public void | setSnapshotRetention(int retention) | public void | setUpMEJB(String username, String password) | public boolean | startSnapshot(Long l) | public boolean | stopSnapshot() |
addMBeanForSnapshot | public boolean addMBeanForSnapshot(String s)(Code) | | |
getSnapshotCount | public Long getSnapshotCount()(Code) | | |
getSnapshotDuration | public Long getSnapshotDuration()(Code) | | |
getSnapshotRetention | public String getSnapshotRetention()(Code) | | |
getSpecificStatistics | public TreeMap<Long, Long> getSpecificStatistics(String mbeanName, String statsName, int numberOfSnapshots, int everyNthSnapshot, boolean showArchive)(Code) | | |
getStatisticsProviderMBeanNames | public Set<String> getStatisticsProviderMBeanNames()(Code) | | |
isSnapshotRunning | public boolean isSnapshotRunning()(Code) | | |
removeMBeanForSnapshot | public boolean removeMBeanForSnapshot(String s)(Code) | | |
setSnapshotDuration | public void setSnapshotDuration(Long l)(Code) | | |
setSnapshotRetention | public void setSnapshotRetention(int retention)(Code) | | |
startSnapshot | public boolean startSnapshot(Long l)(Code) | | |
stopSnapshot | public boolean stopSnapshot()(Code) | | |
|
|