anon.infoservice
Interface IMutableProxyInterface

All Known Implementing Classes:
IMutableProxyInterface.DummyMutableProxyInterface

public interface IMutableProxyInterface

A proxy interface with multiple proxies that may change over time.


Nested Class Summary
static class IMutableProxyInterface.DummyMutableProxyInterface
           
static interface IMutableProxyInterface.IProxyInterfaceGetter
           
 
Method Summary
 IMutableProxyInterface.IProxyInterfaceGetter getProxyInterface(boolean a_bAnonInterface)
          Returns one of two possible proxy interfaces or null if the chosen interface is not allowed or available at present.
 

Method Detail

getProxyInterface

IMutableProxyInterface.IProxyInterfaceGetter getProxyInterface(boolean a_bAnonInterface)
Returns one of two possible proxy interfaces or null if the chosen interface is not allowed or available at present.

Parameters:
a_bAnonInterface - true, if the anonymous interface is chosen; false, if the direct interface is chosen
Returns:
IProxyInterfaceGetter the chosen proxy interface or null if the chosen interface is not allowed or available at present