Ila

Uses of Interface
org.topoweb.ila.protocol.ProtocolConstants

Packages that use ProtocolConstants
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. 
 

Uses of ProtocolConstants in org.topoweb.ila.protocol
 

Subinterfaces of ProtocolConstants in org.topoweb.ila.protocol
 interface SpiProtocolConstants
          Constants used to in Ila's service provider network protocol.
 

Classes in org.topoweb.ila.protocol that implement ProtocolConstants
 class PLinkNode
          The XML respresentation of a LinkNode instance.
 class PLinkTypeAttr
          Encapsulates the reading and writing of the "link type" attribute.
 class PMaxCountAttr
          Encapsulates the reading and writing of the "max count" attribute.
 class PNode
          The XML respresentation of a Node instance.
 class PNodeSet
          The XML respresentation of a NodeSet instance.
 class POriAttr
          Encapsulates the reading and writing of the "ORI" attribute.
 class PPageAttr
          Encapsulates the reading and writing the page order attribute.
 class PRangeAttr
          Encapsulates the reading and writing the StringRanges as attributes.
 class PState
          The XML respresentation of a State instance.
 class RemoteIla
          Ila implementation over an XML/DOM protocol.
 class RemoteMirror
          Mirror implementation over an XML/DOM protocol.
 class RemoteRegistrar
          Registrar implementation over an XML/DOM protocol.
 class RemoteService
          Base class for the client-side of our XML/DOM protocol.
 class RequestParser
          Parses a request.
 

Uses of ProtocolConstants in org.topoweb.ila.server
 

Classes in org.topoweb.ila.server that implement ProtocolConstants
 class RequestProcessor
          An org.topoweb.util.concurrent.SingleRun that processes incoming requests.
 


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.