Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.runtime.management.metrics
Interface MetricSerializerMXBean

All Known Implementing Classes:
MetricSerializer

public interface MetricSerializerMXBean


Method Summary
 void closeOutput()
           
 int getCount()
           
 long getLastUsage()
           
 String getOutputLocation()
           
 void resetOutput()
           
 void resetOutput(String path)
           
 

Method Detail

getCount

int getCount()

getLastUsage

long getLastUsage()

closeOutput

void closeOutput()
                 throws IOException
Throws:
IOException

resetOutput

void resetOutput()
                 throws IOException
Throws:
IOException

resetOutput

void resetOutput(String path)
                 throws IOException
Throws:
IOException

getOutputLocation

String getOutputLocation()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.