anon
Interface IServiceContainer
- All Superinterfaces:
- anon.client.ITrustModel
- All Known Implementing Classes:
- AbstractMixCascadeContainer, SimpleMixCascadeContainer
public interface IServiceContainer
- extends anon.client.ITrustModel
This interface is needed to pass through the keepCurrentService method in order to
disallow reusing the current cascade in case of an unrecoverable error (e.g. payment).
- Author:
- Rolf Wendolsky
| Methods inherited from interface anon.client.ITrustModel |
checkTrust, isTrusted |
keepCurrentService
void keepCurrentService(boolean a_bKeepCurrentService)
- Allows to return the current Service that was returned also the next time this method is called.
- Parameters:
a_bKeepCurrentService - allows or disallows to keep the current service for the next call
isServiceAutoSwitched
boolean isServiceAutoSwitched()
isReconnectedAutomatically
boolean isReconnectedAutomatically()
getTCContainer
anon.client.ITermsAndConditionsContainer getTCContainer()