org.smartfrog.examples.dynamicwebserver.thresholder
Interface Thresholder
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- ThresholderImpl
public interface Thresholder
- extends java.rmi.Remote
Description: Thresholder interface.
LOGTO
static final java.lang.String LOGTO
- See Also:
- Constant Field Values
UPPERTHRESHOLD
static final java.lang.String UPPERTHRESHOLD
- See Also:
- Constant Field Values
LOWERTHRESHOLD
static final java.lang.String LOWERTHRESHOLD
- See Also:
- Constant Field Values
POLLFREQUENCY
static final java.lang.String POLLFREQUENCY
- See Also:
- Constant Field Values
REPEATMEASURES
static final java.lang.String REPEATMEASURES
- See Also:
- Constant Field Values
STABILIZATIONMEASURES
static final java.lang.String STABILIZATIONMEASURES
- See Also:
- Constant Field Values
MININSTANCES
static final java.lang.String MININSTANCES
- See Also:
- Constant Field Values
TEMPLATE
static final java.lang.String TEMPLATE
- See Also:
- Constant Field Values
SERVERS
static final java.lang.String SERVERS
- See Also:
- Constant Field Values
BALANCER
static final java.lang.String BALANCER
- See Also:
- Constant Field Values
DATASOURCENAME
static final java.lang.String DATASOURCENAME
- See Also:
- Constant Field Values
DATASOURCE
static final java.lang.String DATASOURCE
- See Also:
- Constant Field Values
ISAUTO
static final java.lang.String ISAUTO
- See Also:
- Constant Field Values
upperThreshold
int upperThreshold()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
setUpperThreshold
void setUpperThreshold(int threshold)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
lowerThreshold
int lowerThreshold()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
setLowerThreshold
void setLowerThreshold(int threshold)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
(C) Copyright 1998-2006 Hewlett-Packard Development Company, LP