Searched refs:StaleMonitorException (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DMonitor.java50 * @throws StaleMonitorException If the resource monitors
54 StaleMonitorException;
63 * @throws StaleMonitorException If the sample fails.
71 public void getNext() throws StaleMonitorException, PoolsException,
85 * @throws StaleMonitorException if the resource cannot be accessed.
87 public double getUtilization(Resource res) throws StaleMonitorException;
89 public ResourceMonitor get(Resource res) throws StaleMonitorException;
101 class StaleMonitorException extends Exception { class in inherits:Exception
H A DSystemMonitor.java130 * @throws StaleMonitorException if the resource monitors
134 StaleMonitorException
164 StaleMonitorException
220 * @throws StaleMonitorException if a statistic cannot be obtained.
228 public void getNext() throws StaleMonitorException, PoolsException,
253 throw new StaleMonitorException();
263 StaleMonitorException();
271 StaleMonitorException sme =
272 new StaleMonitorException();
315 public double getUtilization(Resource res) throws StaleMonitorException
[all...]
H A DSolver.java58 * @throws StaleMonitorException If the monitor is stale.
61 StaleMonitorException;
H A DObjective.java116 * @throws StaleMonitorException if there is an error accessing
120 Element elem) throws PoolsException, StaleMonitorException;
349 * @throws StaleMonitorException if there is an error accessing
353 Element elem) throws PoolsException, StaleMonitorException
378 } catch (StaleMonitorException sme) {
1093 * @throws StaleMonitorException if there is an error accessing
1097 Element elem) throws PoolsException, StaleMonitorException
1111 } catch (StaleMonitorException sme) {
1271 } catch (StaleMonitorException sme) {
H A DSystemSolver.java366 StaleMonitorException
654 boolean ignoreDH) throws PoolsException, StaleMonitorException
685 throws PoolsException, StaleMonitorException
H A DPoold.java759 } catch (StaleMonitorException sme) {
848 } catch (StaleMonitorException e) {
852 * StaleMonitorException is
H A DDecisionHistory.java565 } catch (StaleMonitorException sme) {

Completed in 52 milliseconds