solar.service.rmtobj
Interface RemoteObjectListener


public interface RemoteObjectListener

Listener interface invoked when certain events happened on remtoe handle.

Version:
$Id: RemoteObjectListener.java,v 1.2 2003/09/26 00:34:27 glchen Exp $
Author:
Guanling Chen

Method Summary
 void accessFailed(RemoteObject rmtobj)
          The remote object is not accessable due to network problem, it is explicitly removed from the other end.
 

Method Detail

accessFailed

public void accessFailed(RemoteObject rmtobj)
The remote object is not accessable due to network problem, it is explicitly removed from the other end.