anon.infoservice
Interface IMutableProxyInterface
- All Known Implementing Classes:
- IMutableProxyInterface.DummyMutableProxyInterface
public interface IMutableProxyInterface
A proxy interface with multiple proxies that may change over time.
Method Summary |
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. |
getProxyInterface
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