Uses of Class
com.sun.jini.outrigger.TemplateHandle

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.
 



Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.