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

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

Uses of StorableObject in com.sun.jini.outrigger
 

Subinterfaces of StorableObject in com.sun.jini.outrigger
 interface StorableResource
          Sub-interface of StorableObject that must be implemented by objects that represent leased resources and must persist their state.
 

Methods in com.sun.jini.outrigger with parameters of type StorableObject
 void LogOps.joinStateOp(StorableObject state)
          Log an update to the join state
 void LogOps.prepareOp(Long txnId, StorableObject transaction)
          Log a transaction prepare.
 void LogOps.registerOp(StorableResource registration, String type, StorableObject[] templates)
          Log a notify operation.
 void StoredObject.restore(StorableObject object)
          Restore the state of a StorableObject object.
 



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