Package | Description |
---|---|
org.apache.river.outrigger |
This is an implementation of a JavaSpaces technology-enabled service.
|
Modifier and Type | Field and Description |
---|---|
private TemplateHandle |
SingletonQueryWatcher.owner
The
TemplateHandle associated with this
watcher. |
private TemplateHandle |
EventRegistrationWatcher.owner
The
TemplateHandle associated with this
watcher. |
Modifier and Type | Field and Description |
---|---|
private Queue<TemplateHandle> |
WatchersForTemplateClass.content
All the templates we know about
|
private Set<TemplateHandle> |
AvailabilityRegistrationWatcher.owners
The
TemplateHandle s associated with this
watcher. |
Modifier and Type | Method and Description |
---|---|
(package private) abstract boolean |
TransitionWatcher.addTemplateHandle(TemplateHandle h)
Associate a
TemplateHandle with this object. |
(package private) boolean |
TakeMultipleWatcher.addTemplateHandle(TemplateHandle h)
Associate a
TemplateHandle with this object. |
(package private) boolean |
SingletonQueryWatcher.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 |
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 . |
(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 . |
Constructor and Description |
---|
TemplateHandle(EntryRep tmpl,
OutriggerServerImpl owner,
Queue<TemplateHandle> content)
Create a handle for the template
tmpl . |
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.