SolarMetric Kodo JDO 3.0.3 generated on February 20 2004

com.solarmetric.manage
Interface ManagerClient

All Superinterfaces:
com.solarmetric.util.Closeable, Configurable, Runnable
All Known Implementing Classes:
ManagerClientImpl

public interface ManagerClient
extends Runnable, Configurable, com.solarmetric.util.Closeable

Client side of the Manager client/server implementation.


Method Summary
 void registerInterest(com.solarmetric.manage.WatchableStub watchable)
           
 void registerInterest(com.solarmetric.manage.WatchableStub watchable, com.solarmetric.manage.StatisticStub stat)
           
 void setManagerInstance(Manager managerInstance)
           
 
Methods inherited from interface java.lang.Runnable
run
 
Methods inherited from interface com.solarmetric.conf.Configurable
endConfiguration, setConfiguration, startConfiguration
 
Methods inherited from interface com.solarmetric.util.Closeable
close
 

Method Detail

setManagerInstance

public void setManagerInstance(Manager managerInstance)

registerInterest

public void registerInterest(com.solarmetric.manage.WatchableStub watchable,
                             com.solarmetric.manage.StatisticStub stat)
                      throws BrokenConnectionException

registerInterest

public void registerInterest(com.solarmetric.manage.WatchableStub watchable)
                      throws BrokenConnectionException

SolarMetric Kodo JDO 3.0.3 generated on February 20 2004

Copyright 2001,2002 SolarMetric, Inc. All Rights Reserved.