|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TemplateHandle | |
---|---|
com.sun.jini.outrigger | This is an implementation of a JavaSpaces technology-enabled service. |
Uses of TemplateHandle in com.sun.jini.outrigger |
---|
Fields in com.sun.jini.outrigger declared as TemplateHandle | |
---|---|
private TemplateHandle |
SingletonQueryWatcher.owner
The TemplateHandle associated with this
watcher. |
private TemplateHandle |
EventRegistrationWatcher.owner
The TemplateHandle associated with this
watcher. |
Fields in com.sun.jini.outrigger with type parameters of type TemplateHandle | |
---|---|
private FastList<TemplateHandle> |
WatchersForTemplateClass.contents
All the templates we know about |
Methods in com.sun.jini.outrigger with parameters of type TemplateHandle | |
---|---|
(package private) boolean |
SingletonQueryWatcher.addTemplateHandle(TemplateHandle h)
Associate a TemplateHandle with this object. |
(package private) boolean |
TakeMultipleWatcher.addTemplateHandle(TemplateHandle h)
Associate a TemplateHandle with this object. |
(package private) abstract boolean |
TransitionWatcher.addTemplateHandle(TemplateHandle h)
Associate a TemplateHandle with this object. |
(package private) boolean |
EventRegistrationWatcher.addTemplateHandle(TemplateHandle h)
Associate a TemplateHandle with this object. |
(package private) boolean |
AvailabilityRegistrationWatcher.addTemplateHandle(TemplateHandle h)
Associate a TemplateHandle with this object. |
(package private) void |
EventRegistrationWatcher.cleanup(TemplateHandle owner,
boolean expired)
Overridden by subclasses if there is any cleanup work they need to do as part of cancel or
removeIfExpired . |
(package private) void |
StorableEventWatcher.cleanup(TemplateHandle owner,
boolean expired)
Overridden by subclasses if there is any cleanup work they need to do as part of cancel or
removeIfExpired . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |