Nuxeo Enterprise Platform 5.4

org.nuxeo.runtime.management.metrics
Interface MetricSerializerMXBean

All Known Implementing Classes:
MetricSerializer

public interface MetricSerializerMXBean


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

Method Detail

getCount

int getCount()

getLastUsage

long getLastUsage()

closeOutput

void closeOutput()
                 throws java.io.IOException
Throws:
java.io.IOException

resetOutput

void resetOutput()
                 throws java.io.IOException
Throws:
java.io.IOException

resetOutput

void resetOutput(java.lang.String path)
                 throws java.io.IOException
Throws:
java.io.IOException

getOutputLocation

java.lang.String getOutputLocation()

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.