fr.dyade.aaa.agent
Interface HttpNetworkMBean

All Superinterfaces:
NetworkMBean
All Known Implementing Classes:
HttpNetwork, HttpsNetwork

public interface HttpNetworkMBean
extends NetworkMBean


Method Summary
 long getActivationPeriod()
          Gets the activationPeriod value.
 long getNbDaemon()
          Gets the NbDaemon value.
 java.lang.String getProxyhost()
          Gets the proxyhost value.
 long getProxyport()
          Gets the proxyport value.
 void setActivationPeriod(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

java.lang.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


Copyright © 2010 ScalAgent D.T.. All Rights Reserved.