Ila

Uses of Class
org.topoweb.ila.State

Packages that use State
org.topoweb.ila Common classes and interfaces shared by the org.topoweb.ila.* subpackages. 
org.topoweb.ila.protocol Defines the over-the-wire representation (or other serialization) of some Ila classes and interfaces. 
org.topoweb.ila.server.spi Service provider interfaces. 
 

Uses of State in org.topoweb.ila
 

Subclasses of State in org.topoweb.ila
 class HttpState
          The respresentation of the state of an HTTP node in an Ila system.
 class IncommunicadoState
          The respresentation of the state of a node that cannot be visited due to some sort of network error.
 class VisitedState
          The respresentation of the state of a node that has been visited.
 

Methods in org.topoweb.ila that return State
 State HttpStateBuffer.toState()
          Returns the state of this buffer as an immutable State or HttpState instance.
 State IncommunicadoStateBuffer.toState()
          Returns the state of this buffer as an immutable State or IncommunicadoState instance.
 State Node.getState()
          Returns the state of this instance.
 State StateBuffer.toState()
          Returns the state of this buffer as an immutable State instance.
 

Methods in org.topoweb.ila with parameters of type State
 boolean State.supercedes(State other)
          Does this instance supercede the other? Uses the version ID to determine which instance is more recent.
 StateBuffer HttpStateBuffer.load(State state)
          Loads the given state object.
 StateBuffer IncommunicadoStateBuffer.load(State state)
          Loads the given state object.
 StateBuffer StateBuffer.load(State state)
          Loads the given state object.
 

Constructors in org.topoweb.ila with parameters of type State
Node(org.topoweb.net.Ori ori, State state)
          Constructs a new instance with the given identifier and state.
LinkNode(org.topoweb.net.Ori ori, State state, NodeSet fore, NodeSet back)
          Creates a new instance with the specified ori, state, forelinks and backlinks.
 

Uses of State in org.topoweb.ila.protocol
 

Methods in org.topoweb.ila.protocol that return State
 State PState.toState(org.w3c.dom.Element element)
          Translates the given element to a State instance.
 

Methods in org.topoweb.ila.protocol with parameters of type State
 org.w3c.dom.Element PState.toElement(State state, org.w3c.dom.Document factory)
          Translates the specified state using the given factory.
protected  org.w3c.dom.Element PState.toStateElement(State state, org.w3c.dom.Document factory)
          Returns the XML representation of a generic State instance.
 

Uses of State in org.topoweb.ila.server.spi
 

Methods in org.topoweb.ila.server.spi that return State
 State DataAccessor.getState(org.topoweb.net.Ori ori)
          Returns the state information for the given ORI.
 State DataAccessor.getLink(org.topoweb.net.Ori src, int type, org.topoweb.net.Ori dtn)
          Returns the state information for the given link.
 

Methods in org.topoweb.ila.server.spi with parameters of type State
 void DataAccessor.setState(org.topoweb.net.Ori ori, State state)
          Sets the state information for the given ORI.
 


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.