Package org.apache.excalibur.instrument.manager.interfaces

Examples of org.apache.excalibur.instrument.manager.interfaces.InstrumentSampleSnapshot


        synchronized( this )
        {
            long time = System.currentTimeMillis();
            update( time );

            return new InstrumentSampleSnapshot(
                m_name,
                m_interval,
                m_size,
                m_time,
                getHistorySnapshot(),
View Full Code Here

TOP

Related Classes of org.apache.excalibur.instrument.manager.interfaces.InstrumentSampleSnapshot

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.