anon
Interface IServiceContainer

All Superinterfaces:
ITrustModel
All Known Implementing Classes:
AbstractMixCascadeContainer, SimpleMixCascadeContainer

public interface IServiceContainer
extends 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

Nested Class Summary
 
Nested classes/interfaces inherited from interface anon.client.ITrustModel
ITrustModel.TrustException
 
Method Summary
 boolean isServiceAutoSwitched()
           
 void keepCurrentService(boolean a_bKeepCurrentService)
          Allows to return the current Service that was returned also the next time this method is called.
 
Methods inherited from interface anon.client.ITrustModel
checkTrust, isTrusted
 

Method Detail

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 dissallows to keep the current service for the next call

isServiceAutoSwitched

boolean isServiceAutoSwitched()