org.smartfrog.examples.dynamicwebserver.monitor
Interface CPUMonitor
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- CPUMonitorImpl
public interface CPUMonitor
- extends java.rmi.Remote
Description: CPUMonitor interface.
|
Field Summary |
static java.lang.String |
DELAY
|
static java.lang.String |
LOGTO
|
DELAY
static final java.lang.String DELAY
- See Also:
- Constant Field Values
LOGTO
static final java.lang.String LOGTO
- See Also:
- Constant Field Values
getCurrent
int getCurrent()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getAverageLastMinute
int getAverageLastMinute()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getAverageLast10Minutes
int getAverageLast10Minutes()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getAverageLast30Minutes
int getAverageLast30Minutes()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getAverageLast60Minutes
int getAverageLast60Minutes()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
(C) Copyright 1998-2006 Hewlett-Packard Development Company, LP