net.metanotion.util
Interface Unknown

All Known Subinterfaces:
MessageSocket, Observer<T>, State
All Known Implementing Classes:
IoSessionMessageSocket, SenderFactory, Session

public interface Unknown


Method Summary
<I> I
getInterface(java.lang.Class<I> theInterface)
          Return a proxy/representation of this object that is compatible with the requested interface.
 

Method Detail

getInterface

<I> I getInterface(java.lang.Class<I> theInterface)
Return a proxy/representation of this object that is compatible with the requested interface.

Parameters:
theInterface - Java class object representing the interface you would like.
Returns:
an object which is an instance of the interface requested.