Interface Watchable

All Superinterfaces:
Remote
All Known Subinterfaces:
PUServiceBean, Service
All Known Implementing Classes:
org.jini.rio.resources.servicecore.AbstractProxy, PUServiceBeanImpl, PUServiceBeanProxy, org.jini.rio.jsb.ServiceBeanAdapter, org.jini.rio.resources.servicecore.ServiceProvider

public interface Watchable extends Remote
This interface is used to fetch WatchDataSource instances that have been created and registered
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns an array of all WatchDataSource objects which provide a reference to an implementation of WatchDataSource.
    Returns an array of WatchDataSource objects which match the input
  • Method Details

    • fetch

      Returns an array of all WatchDataSource objects which provide a reference to an implementation of WatchDataSource.
      Throws:
      RemoteException
    • fetch

      Returns an array of WatchDataSource objects which match the input
      id
      which corresponds to a
      Watch
      identifier. The WatchDataSource object(s) returned provide a reference to an implementation of WatchDataSource.
      Throws:
      RemoteException