jondonym.console
Class Controller.AutoSwitchedMixCascadeContainer

java.lang.Object
  extended by java.util.Observable
      extended by anon.client.BasicTrustModel
          extended by anon.infoservice.AbstractMixCascadeContainer
              extended by anon.client.AbstractAutoSwitchedMixCascadeContainer
                  extended by jondonym.console.Controller.AutoSwitchedMixCascadeContainer
All Implemented Interfaces:
ITrustModel, IServiceContainer
Enclosing class:
Controller

private static class Controller.AutoSwitchedMixCascadeContainer
extends AbstractAutoSwitchedMixCascadeContainer


Field Summary
private  boolean m_bAutoSwitched
           
 
Constructor Summary
Controller.AutoSwitchedMixCascadeContainer(MixCascade a_cascade)
           
 
Method Summary
 boolean isPaidServiceAllowed()
           
 boolean isReconnectedAutomatically()
           
 boolean isServiceAutoSwitched()
           
 void setServiceAutoSwitched(boolean a_bAutoSwitched)
           
 
Methods inherited from class anon.client.AbstractAutoSwitchedMixCascadeContainer
checkTrust, getCurrentCascade, getInitialCascade, getNextCascade, getNextRandomCascade, keepCurrentService, setCurrentCascade
 
Methods inherited from class anon.infoservice.AbstractMixCascadeContainer
getCurrentService
 
Methods inherited from class anon.client.BasicTrustModel
isTrusted, isTrusted
 
Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface anon.client.ITrustModel
isTrusted
 

Field Detail

m_bAutoSwitched

private boolean m_bAutoSwitched
Constructor Detail

Controller.AutoSwitchedMixCascadeContainer

public Controller.AutoSwitchedMixCascadeContainer(MixCascade a_cascade)
Method Detail

isPaidServiceAllowed

public boolean isPaidServiceAllowed()
Specified by:
isPaidServiceAllowed in class AbstractAutoSwitchedMixCascadeContainer

setServiceAutoSwitched

public void setServiceAutoSwitched(boolean a_bAutoSwitched)

isServiceAutoSwitched

public boolean isServiceAutoSwitched()
Specified by:
isServiceAutoSwitched in interface IServiceContainer
Specified by:
isServiceAutoSwitched in class AbstractAutoSwitchedMixCascadeContainer

isReconnectedAutomatically

public boolean isReconnectedAutomatically()
Specified by:
isReconnectedAutomatically in interface IServiceContainer
Specified by:
isReconnectedAutomatically in class AbstractAutoSwitchedMixCascadeContainer