util.rmi
Interface RmiStatusProviding

All Superinterfaces:
Remote
All Known Subinterfaces:
SchedulerControlling, TargetOfOpportunity
All Known Implementing Classes:
DummyToO, HumiditySwitch, MasterMind, TransferListener

public interface RmiStatusProviding
extends Remote


Method Summary
 Object rmiProvideStatus()
          Returns the status of the caster as an unspecified object.
 

Method Detail

rmiProvideStatus

Object rmiProvideStatus()
                        throws RemoteException
Returns the status of the caster as an unspecified object. This can be an ErrorEvent, a List or of simple string.

Throws:
RemoteException