Examples of elapsedMillis()


Examples of org.glassfish.admin.amx.util.TimingDelta.elapsedMillis()

        } catch (final Exception e) {
            ImplUtil.getLogger().log(Level.INFO, "Fatal error loading AMX", e);
            throw new Error(e);
        }
        //debug( "AMXStartupService.postConstruct(): registered: " + OBJECT_NAME );
        ImplUtil.getLogger().info("Initialized AMXStartupServiceNew in " + delta.elapsedMillis() + " ms, registered as " + OBJECT_NAME);

        mEvents.register(new ShutdownListener());
    }

View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.