Package org.jini.rio.watch
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
This interface is used to fetch WatchDataSource instances that have been created and registered
-
Method Summary
Modifier and TypeMethodDescriptionfetch()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 inputid
which corresponds to aWatch
identifier. The WatchDataSource object(s) returned provide a reference to an implementation of WatchDataSource.- Throws:
RemoteException
-