anon.infoservice
Class IMutableProxyInterface.DummyMutableProxyInterface

java.lang.Object
  extended by anon.infoservice.IMutableProxyInterface.DummyMutableProxyInterface
All Implemented Interfaces:
IMutableProxyInterface
Enclosing interface:
IMutableProxyInterface

public static class IMutableProxyInterface.DummyMutableProxyInterface
extends java.lang.Object
implements IMutableProxyInterface


Nested Class Summary
 
Nested classes/interfaces inherited from interface anon.infoservice.IMutableProxyInterface
IMutableProxyInterface.DummyMutableProxyInterface
 
Field Summary
private  IProxyInterfaceGetter m_dummyGetter
           
 
Constructor Summary
IMutableProxyInterface.DummyMutableProxyInterface()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_dummyGetter

private IProxyInterfaceGetter m_dummyGetter
Constructor Detail

IMutableProxyInterface.DummyMutableProxyInterface

public IMutableProxyInterface.DummyMutableProxyInterface()
Method Detail

getProxyInterface

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

Specified by:
getProxyInterface in interface IMutableProxyInterface
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