Package fr.dyade.aaa.agent
Interface HttpNetworkMBean
-
- All Superinterfaces:
NetworkMBean
- All Known Implementing Classes:
HttpNetwork,HttpsNetwork
public interface HttpNetworkMBean extends NetworkMBean
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetActivationPeriod()Gets the activationPeriod value.longgetNbDaemon()Gets the NbDaemon value.StringgetProxyhost()Gets the proxyhost value.longgetProxyport()Gets the proxyport value.voidsetActivationPeriod(long activationPeriod)Sets the activationPeriod value.-
Methods inherited from interface fr.dyade.aaa.agent.NetworkMBean
getAverageLoad1, getAverageLoad15, getAverageLoad5, getName, getNbMessageReceived, getNbMessageSent, getNbWaitingMessages, getWDActivationPeriod, getWDNbRetryLevel1, getWDNbRetryLevel2, getWDRetryPeriod1, getWDRetryPeriod2, getWDRetryPeriod3, isRunning, setWDActivationPeriod, setWDNbRetryLevel1, setWDNbRetryLevel2, setWDRetryPeriod1, setWDRetryPeriod2, setWDRetryPeriod3, start, stop, toString
-
-
-
-
Method Detail
-
getProxyhost
String getProxyhost()
Gets the proxyhost value.- Returns:
- the proxyhost value
-
getProxyport
long getProxyport()
Gets the proxyport value.- Returns:
- the proxyport value
-
getActivationPeriod
long getActivationPeriod()
Gets the activationPeriod value.- Returns:
- the activationPeriod value
-
setActivationPeriod
void setActivationPeriod(long activationPeriod)
Sets the activationPeriod value.- Parameters:
activationPeriod- the activationPeriod value
-
getNbDaemon
long getNbDaemon()
Gets the NbDaemon value.- Returns:
- the NbDaemon value
-
-