edu.cmu.aura.service.rpc
Interface RemotelyReferable

All Known Implementing Classes:
SkelServer

public interface RemotelyReferable

A utility interface implemented by classes that expect callbacks. This allows stubs to get the reference of the class they need to send over the wire to be called back. TO DO: Examine alternative implementations.


Method Summary
 RemoteReference getSkelRef()
           
 

Method Detail

getSkelRef

public RemoteReference getSkelRef()