Ila

Uses of Class
org.topoweb.ila.IlaException

Packages that use IlaException
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 Ila Server Subsystem. 
org.topoweb.ila.server.spi Service provider interfaces. 
 

Uses of IlaException in org.topoweb.ila
 

Subclasses of IlaException in org.topoweb.ila
 class ResolutionException
          Exception type indicating a server resolution error.
 

Methods in org.topoweb.ila that throw IlaException
 java.net.InetSocketAddress IlaServiceResolver.resolve(org.topoweb.net.Ori ori)
          Resolves and returns the address and port number of the network service for the specified ORI.
 Node Ila.getNode(org.topoweb.net.Ori src)
          Returns the node for the specified Ori.
 NodeSet Ila.getLinks(org.topoweb.net.Ori src, int linkType, org.topoweb.util.StringRange linkRange, int pageOrder, int maxCount)
          Returns the links of the specified type for the node with the given Ori as a NodeSet.
 LinkNode Ila.getLinkNode(org.topoweb.net.Ori src, int linkType, org.topoweb.util.StringRange linkRange, int pageOrder, int maxCount)
          Returns a linked-node containing links with the specified type and in the specified lexical range.
 NodeSet Ila.getKnown(org.topoweb.util.StringRange range, int pageOrder, int maxCount)
          Returns a list of nodes known by Ila in the given lexical range as a NodeSet.
 LinkNode Ila.register(org.topoweb.net.Ori ori)
          Registers the given resource.
 

Uses of IlaException in org.topoweb.ila.protocol
 

Subclasses of IlaException in org.topoweb.ila.protocol
 class IlaProtocolException
          Encapsulates protocol-related errors.
 

Methods in org.topoweb.ila.protocol that throw IlaException
 Node RemoteMirror.setLink(org.topoweb.net.Ori src, int linkType, Node dtn)
           
 void RemoteMirror.removeBacklink(org.topoweb.net.Ori src, Node dtn)
           
protected  void RemoteService.checkVersion(org.w3c.dom.Element env)
          Checks the version of the response.
protected  org.w3c.dom.Element RemoteService.getAnswerElement(org.w3c.dom.Element env, java.lang.String id, java.lang.String answerTag)
          Extracts the answser from the response envelop.
 LinkNode RemoteRegistrar.register(LinkNode node)
           
 Node RemoteIla.getNode(org.topoweb.net.Ori src)
           
 NodeSet RemoteIla.getLinks(org.topoweb.net.Ori src, int linkType, org.topoweb.util.StringRange linkRange, int pageOrder, int maxCount)
           
 LinkNode RemoteIla.getLinkNode(org.topoweb.net.Ori src, int linkType, org.topoweb.util.StringRange linkRange, int pageOrder, int maxCount)
           
 NodeSet RemoteIla.getKnown(org.topoweb.util.StringRange range, int pageOrder, int maxCount)
           
 LinkNode RemoteIla.register(org.topoweb.net.Ori ori)
           
 

Uses of IlaException in org.topoweb.ila.server
 

Subclasses of IlaException in org.topoweb.ila.server
 class AuthenticationException
          Exception type indicating an authentication error for a privileged network service (e.g.
 class IntegrityException
          Exception type indicating a data integrity error.
 

Methods in org.topoweb.ila.server with parameters of type IlaException
protected  void RequestProcessor.writeError(IlaException ix, org.topoweb.net.server.Session session)
           
 

Methods in org.topoweb.ila.server that throw IlaException
 void RequestProcessor.init()
          Initializes the instance.
protected  void RequestProcessor.initImpl()
          Initialization implementation method.
protected  void RequestProcessor.doGetKnown(org.w3c.dom.Element func, IlaSession session)
           
protected  void RequestProcessor.doGetLinkNode(org.w3c.dom.Element func, IlaSession session)
           
protected  void RequestProcessor.doGetLinks(org.w3c.dom.Element func, IlaSession session)
           
protected  void RequestProcessor.doGetNode(org.w3c.dom.Element func, IlaSession session)
           
protected  void RequestProcessor.doRegister(org.w3c.dom.Element func, IlaSession session)
           
protected  void RequestProcessor.doSetLink(org.w3c.dom.Element func, IlaSession session)
           
protected  void RequestProcessor.doRemoveBacklink(org.w3c.dom.Element func, IlaSession session)
           
protected  void RequestProcessor.checkVersion(org.w3c.dom.Element env)
          Checks the protocol version.
 

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

Subclasses of IlaException in org.topoweb.ila.server.spi
 class DataAccessorException
          Represents application-specific errors arising from the database implementation layer.
 

Methods in org.topoweb.ila.server.spi that throw IlaException
 LinkNode RegistrarImpl.register(LinkNode node)
           
 Node Mirror.setLink(org.topoweb.net.Ori src, int type, Node dtn)
          Sets a link of the specified type from the given source to destination node.
 void Mirror.removeBacklink(org.topoweb.net.Ori src, Node dtn)
          Removes the specified backlink.
 LinkNode Registrar.register(LinkNode node)
          Registers the given node.
 Node MirrorImpl.setLink(org.topoweb.net.Ori src, int type, Node dtn)
           
protected  Node MirrorImpl.updateForelink(org.topoweb.net.Ori src, Node dtn)
          Updates the specified forelink.
protected  Node MirrorImpl.setBacklink(org.topoweb.net.Ori src, Node dtn)
          Sets the specified backlink.
 void MirrorImpl.removeBacklink(org.topoweb.net.Ori src, Node dtn)
           
 Node IlaImpl.getNode(org.topoweb.net.Ori ori)
           
 NodeSet IlaImpl.getLinks(org.topoweb.net.Ori src, int linkType, org.topoweb.util.StringRange linkRange, int pageOrder, int maxCount)
           
 LinkNode IlaImpl.getLinkNode(org.topoweb.net.Ori src, int linkType, org.topoweb.util.StringRange linkRange, int pageOrder, int maxCount)
           
 LinkNode IlaImpl.register(org.topoweb.net.Ori ori)
          This base implementation just returns a node in the NK state.
 


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.