|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.Observable anon.client.BasicTrustModel anon.infoservice.AbstractMixCascadeContainer anon.proxy.AnonProxy.DummyMixCascadeContainer
private class AnonProxy.DummyMixCascadeContainer
Constructor Summary | |
---|---|
AnonProxy.DummyMixCascadeContainer()
|
Method Summary | |
---|---|
MixCascade |
getCurrentCascade()
Returns the last return value of getNextCascade(). |
MixCascade |
getNextCascade()
Must return a MixCascade and never null. |
boolean |
isReconnectedAutomatically()
|
boolean |
isServiceAutoSwitched()
|
void |
keepCurrentService(boolean a_bKeepCurrentCascade)
Optional method that should allow to return the last MixCascade (Service) that was returned by getNextService() also the next time this method is called. |
Methods inherited from class anon.infoservice.AbstractMixCascadeContainer |
---|
getCurrentService |
Methods inherited from class anon.client.BasicTrustModel |
---|
checkTrust, 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 |
---|
checkTrust, isTrusted |
Constructor Detail |
---|
public AnonProxy.DummyMixCascadeContainer()
Method Detail |
---|
public MixCascade getNextCascade()
AbstractMixCascadeContainer
getNextCascade
in class AbstractMixCascadeContainer
public MixCascade getCurrentCascade()
AbstractMixCascadeContainer
getCurrentCascade
in class AbstractMixCascadeContainer
public void keepCurrentService(boolean a_bKeepCurrentCascade)
AbstractMixCascadeContainer
keepCurrentService
in interface IServiceContainer
keepCurrentService
in class AbstractMixCascadeContainer
a_bKeepCurrentCascade
- allows or dissallows to keep the current cascade for the next callpublic boolean isServiceAutoSwitched()
isServiceAutoSwitched
in interface IServiceContainer
isServiceAutoSwitched
in class AbstractMixCascadeContainer
public boolean isReconnectedAutomatically()
isReconnectedAutomatically
in interface IServiceContainer
isReconnectedAutomatically
in class AbstractMixCascadeContainer
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |