org.openspml.v2.transport
Interface RPCRouter

All Known Implementing Classes:
RPCRouterServlet

public interface RPCRouter

Author:
kent.spaulding@sun.com

Date: Jan 20, 2006


Method Summary
 void closed(RPCRouterMonitor monitor)
          Called when the monitor is no longer responding to events.
 void setMonitor(RPCRouterMonitor sm)
          Tell the router to use the given monitor, and to register itself with the monitor as a listener.
 

Method Detail

closed

public void closed(RPCRouterMonitor monitor)
Called when the monitor is no longer responding to events.


setMonitor

public void setMonitor(RPCRouterMonitor sm)
Tell the router to use the given monitor, and to register itself with the monitor as a listener.

This allows the closed to be called by the monitor.

Parameters:
sm -


Copyright © Sun Microsystems, Inc. All Rights Reserved.