Ila

Uses of Class
org.topoweb.ila.StateBuffer

Packages that use StateBuffer
org.topoweb.ila Common classes and interfaces shared by the org.topoweb.ila.* subpackages. 
 

Uses of StateBuffer in org.topoweb.ila
 

Subclasses of StateBuffer in org.topoweb.ila
 class HttpStateBuffer
          Creates and transmutes immutable State and HttpState instances.
 class IncommunicadoStateBuffer
          Creates and transmutes immutable State and IncommunicadoState instances.
 

Methods in org.topoweb.ila that return StateBuffer
 StateBuffer HttpStateBuffer.load(State state)
          Loads the given state object.
 StateBuffer HttpStateBuffer.load(HttpState state)
          Loads the given HttpState) instance.
 StateBuffer HttpStateBuffer.setOkay(int linkCount, int coLinkCount)
          Should not be invoked directly.
 StateBuffer HttpStateBuffer.setNotFound()
          Should not be invoked directly.
 StateBuffer HttpStateBuffer.clear()
           
 StateBuffer IncommunicadoStateBuffer.load(State state)
          Loads the given state object.
 StateBuffer IncommunicadoStateBuffer.load(IncommunicadoState state)
          Loads the given HttpState) instance.
 StateBuffer IncommunicadoStateBuffer.setOkay(int linkCount, int coLinkCount)
          Should not be invoked.
 StateBuffer IncommunicadoStateBuffer.setNotFound()
          Should not be invoked directly.
 StateBuffer IncommunicadoStateBuffer.clear()
           
 StateBuffer StateBuffer.load(State state)
          Loads the given state object.
 StateBuffer StateBuffer.setOkay(int linkCount, int coLinkCount)
          Sets the result of a successful visit of a node with the specified [fore-] link and co-link counts.
 StateBuffer StateBuffer.initLinked()
          Initializes the instance to NV status with exactly one backlink and zero co-backlinks.
 StateBuffer StateBuffer.addBacklink()
          Adds one to the backlink count and bumps the version.
 StateBuffer StateBuffer.removeBacklink()
          Removes one from the backlink count and bumps the version.
 StateBuffer StateBuffer.initCoLinked()
          Initializes the instance to NV status with exactly one backlink and one co-backlink.
 StateBuffer StateBuffer.addCoBacklink()
          Adds one to the co-backlink count and bumps the version.
 StateBuffer StateBuffer.removeCoBacklink()
          Removes one from the backlink count and bumps the version.
 StateBuffer StateBuffer.setNotFound()
          Sets the result of an unsuccessful visit.
 StateBuffer StateBuffer.clear()
          Clears the buffer.
 StateBuffer StateBuffer.bumpVersion()
          Bumps the current version.
 StateBuffer StateBuffer.bumpSyncVersion()
          Bumps the current version and sets the sync version to the current version.
 


Ila

Copyright (C) 2002 Babak Farhang

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.