public interface RmiWeatherCaster extends RmiCaster
| Modifier and Type | Field and Description |
|---|---|
static String |
NAMING_EXTENSION
The string added to the sensor process name for the naming service.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addRmiWeatherListener(RmiWeatherListener ear)
Registers a weather event listener to this weather event caster.
|
void |
removeRmiWeatherListener(RmiWeatherListener ear)
Deregisters a weather event listener from this weather event caster
|
bindToRegistry, isValid, unbindFromRegistrystatic final String NAMING_EXTENSION
void addRmiWeatherListener(RmiWeatherListener ear) throws RemoteException
RemoteExceptionvoid removeRmiWeatherListener(RmiWeatherListener ear) throws RemoteException
RemoteException