| Modifier and Type | Method and Description |
|---|---|
boolean |
notify(java.lang.Object template,
NotifyHandler handler,
long leaseTime)
Deprecated.
This method will be removed at version 2.0
|
boolean |
notifyTake(java.lang.Object template,
Notifiable handler,
long leaseTime)
The notifyTake method sets up a template object in the Fly Space.
|
boolean |
notifyWrite(java.lang.Object template,
Notifiable handler,
long leaseTime)
The notifyWrite method sets up a template object in the Fly Space.
|
boolean notify(java.lang.Object template,
NotifyHandler handler,
long leaseTime)
template - - the template to match to triger this notifyhandler - - An object that implements the NotifyHandler interfaceleaseTime - - The time in milliseconds the template will live in the Spaceboolean notifyWrite(java.lang.Object template,
Notifiable handler,
long leaseTime)
template - - the template to match to triger this notifyhandler - - An object that implements the NotifyHandler interfaceleaseTime - - The time in milliseconds the template will live in the Spaceboolean notifyTake(java.lang.Object template,
Notifiable handler,
long leaseTime)
template - - the template to match to triger this notifyhandler - - An object that implements the NotifyHandler interfaceleaseTime - - The time in milliseconds the template will live in the Space