Home
last modified time | relevance | path

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.java54 StaleMonitorException; in initialize()
71 public void getNext() throws StaleMonitorException, PoolsException, in getNext()
87 public double getUtilization(Resource res) throws StaleMonitorException; in getUtilization()
89 public ResourceMonitor get(Resource res) throws StaleMonitorException; in get()
101 class StaleMonitorException extends Exception { class
H A DSystemMonitor.java134 StaleMonitorException in initialize()
164 StaleMonitorException in setResourceMonitors()
228 public void getNext() throws StaleMonitorException, PoolsException, in getNext()
253 throw new StaleMonitorException(); in getNext()
263 StaleMonitorException(); in getNext()
271 StaleMonitorException sme = in getNext()
272 new StaleMonitorException(); in getNext()
315 public double getUtilization(Resource res) throws StaleMonitorException in getUtilization()
358 public ResourceMonitor get(Resource res) throws StaleMonitorException in get()
363 throw new StaleMonitorException(); in get()
H A DObjective.java120 Element elem) throws PoolsException, StaleMonitorException; in examine()
353 Element elem) throws PoolsException, StaleMonitorException in examine()
378 } catch (StaleMonitorException sme) { in examine()
1097 Element elem) throws PoolsException, StaleMonitorException in examine()
1111 } catch (StaleMonitorException sme) { in examine()
1271 } catch (StaleMonitorException sme) { in calculate()
H A DSolver.java61 StaleMonitorException; in examine()
H A DSystemSolver.java366 StaleMonitorException in examine()
654 boolean ignoreDH) throws PoolsException, StaleMonitorException in processMoves()
685 throws PoolsException, StaleMonitorException in applyMove()
H A DPoold.java759 } catch (StaleMonitorException sme) { in initialize()
848 } catch (StaleMonitorException e) { in execute()
H A DDecisionHistory.java565 } catch (StaleMonitorException sme) { in expireAndMeasureImprovements()