This repository was archived by the owner on May 28, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
core-server/src/main/java/org/glassfish/jersey/server/monitoring Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 11/*
22 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
33 *
4- * Copyright (c) 2013 Oracle and/or its affiliates. All rights reserved.
4+ * Copyright (c) 2013-2014 Oracle and/or its affiliates. All rights reserved.
55 *
66 * The contents of this file are subject to the terms of either the GNU
77 * General Public License Version 2 only ("GPL") or the Common Development
4949 * A Jersey specific provider that listens to monitoring statistics. Each time when new statistics are available,
5050 * the implementation of {@code MonitoringStatisticsListener} will be called and new statistics will be passed.
5151 * Statistics are calculated in irregular undefined intervals.
52- * <p>
52+ * <p/ >
5353 * The provider must not throw any exception.
5454 * <p/>
5555 * The implementation of this interface can be registered as a standard Jersey/JAX-RS provider
6565@ Contract
6666@ ConstrainedTo (RuntimeType .SERVER )
6767public interface MonitoringStatisticsListener {
68+
6869 /**
69- * The method is called when new statistics are available and statistics are passed as a argument.
70+ * The method is called when new statistics are available and statistics are passed as an argument.
7071 *
7172 * @param statistics Newly calculated monitoring statistics.
7273 */
You can’t perform that action at this time.
0 commit comments