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

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

Uses of LogOps in com.sun.jini.outrigger
 

Fields in com.sun.jini.outrigger declared as LogOps
private  LogOps JoinStateManager.log
          The object that is coordinating our persistent state.
private  LogOps OutriggerServerImpl.log
          Log object to record state and operation information.
 

Methods in com.sun.jini.outrigger that return LogOps
 LogOps Store.setupStore(Recover space)
          Set up the store.
 

Methods in com.sun.jini.outrigger with parameters of type LogOps
(package private)  void JoinStateManager.startManager(Configuration config, LogOps log, Object service, ServiceID serviceID, Entry[] baseAttributes)
          Start the manager.
 

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

Classes in com.sun.jini.outrigger.snaplogstore that implement LogOps
(package private)  class LogOutputFile
          A class to write a log file, to be read later by LogInputFile.
 

Methods in com.sun.jini.outrigger.snaplogstore that return LogOps
 LogOps LogStore.setupStore(Recover space)
          Setup store, recover previous state if any.
 



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