|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransitionWatcher | |
---|---|
com.sun.jini.outrigger | This is an implementation of a JavaSpaces technology-enabled service. |
Uses of TransitionWatcher in com.sun.jini.outrigger |
---|
Subclasses of TransitionWatcher in com.sun.jini.outrigger | |
---|---|
(package private) class |
AvailabilityRegistrationWatcher
Subclass of TransitionWatcher for availability event
registrations. |
(package private) class |
ConsumingWatcher
Subclass of QueryWatcher for takes and transactional reads. |
(package private) class |
EventRegistrationWatcher
Subclass of TransitionWatcher for event
registrations. |
(package private) class |
QueryWatcher
Subclass of TransitionWatcher for blocking queries. |
(package private) class |
ReadIfExistsWatcher
Subclass of QueryWatcher for non-transactional if
exists reads. |
(package private) class |
ReadWatcher
Subclass of QueryWatcher for non-transactional reads. |
(package private) class |
SingletonQueryWatcher
Subclass of QueryWatcher for singleton queries. |
(package private) class |
StorableAvailabilityWatcher
Subclass of AvailabilityRegistrationWatcher for
non-transactional persistent availability/visibility event
registrations. |
(package private) class |
StorableEventWatcher
Subclass of EventRegistrationWatcher for non-transactional
persistent event registrations. |
(package private) class |
TakeIfExistsWatcher
Subclass of QueryWatcher for takeIfExists
queries. |
(package private) class |
TakeMultipleWatcher
Subclass of QueryWatcher for blocking take multiple
queries. |
(package private) class |
TransactableAvailabilityWatcher
Subclass of AvailabilityRegistrationWatcher for
transactional availability event registrations. |
(package private) class |
TransactableEventWatcher
Subclass of EventRegistrationWatcher for transactional event registrations. |
(package private) class |
TransactableReadIfExistsWatcher
Subclass of QueryWatcher for and transactional
readIfExists queries. |
Methods in com.sun.jini.outrigger with parameters of type TransitionWatcher | |
---|---|
(package private) void |
TransitionWatchers.add(TransitionWatcher watcher,
EntryRep template)
Add a TransitionWatcher to the list
of watchers looking for visibility transitions in
entries that match the specified template. |
(package private) void |
WatchersForTemplateClass.add(TransitionWatcher watcher,
EntryRep template)
Add a TransitionWatcher to the list
of watchers looking for visibility transitions in
entries that match the specified template. |
(package private) void |
TemplateHandle.addTransitionWatcher(TransitionWatcher watcher)
Add a watcher to this handle. |
(package private) boolean |
EntryTransition.hasProcessed(TransitionWatcher w)
Return true if the passed watcher has been passed
to processedBy . |
(package private) void |
EntryTransition.processedBy(TransitionWatcher w)
Record that a given watcher has processed this Transition and does not need to again. |
(package private) void |
TemplateHandle.removeTransitionWatcher(TransitionWatcher watcher)
Remote a watcher from this handle. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |