Uses of Interface
com.sun.jini.outrigger.StorableResource

Packages that use StorableResource
com.sun.jini.outrigger This is an implementation of a JavaSpaces technology-enabled service. 
com.sun.jini.outrigger.snaplogstore   
 

Uses of StorableResource in com.sun.jini.outrigger
 

Classes in com.sun.jini.outrigger that implement StorableResource
(package private)  class EntryRep
          An EntryRep object contains a packaged Entry object for communication between the client and a JavaSpace.
(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.
 

Methods in com.sun.jini.outrigger with parameters of type StorableResource
 void LogOps.registerOp(StorableResource registration, String type, StorableObject[] templates)
          Log a notify operation.
 void StoredResource.restore(StorableResource obj)
          Restore the state of a StorableResource.
 void LogOps.writeOp(StorableResource[] entries, Long txnId)
          Log a batch write operation.
 void LogOps.writeOp(StorableResource entry, Long txnId)
          Log a write operation.
 

Uses of StorableResource in com.sun.jini.outrigger.snaplogstore
 

Methods in com.sun.jini.outrigger.snaplogstore with parameters of type StorableResource
 void LogOutputFile.registerOp(StorableResource registration, String type, StorableObject[] templates)
          Log a notify operation.
 void Resource.restore(StorableResource obj)
           
 void LogOutputFile.writeOp(StorableResource[] entries, Long txnId)
           
 void LogOutputFile.writeOp(StorableResource entry, Long txnId)
          Log a write operation.
 

Constructors in com.sun.jini.outrigger.snaplogstore with parameters of type StorableResource
Registration(StorableResource chit, String type, StorableObject[] ts)
           
Resource(StorableResource resource)
           
 



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