Ila

Uses of Interface
org.topoweb.ila.Ila

Packages that use Ila
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 Ila in org.topoweb.ila.protocol
 

Classes in org.topoweb.ila.protocol that implement Ila
 class RemoteIla
          Ila implementation over an XML/DOM protocol.
 

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

Subinterfaces of Ila in org.topoweb.ila.server.spi
 interface LocalIla
          Marker interface for a local (non-remote) implementation of Ila.
 

Classes in org.topoweb.ila.server.spi that implement Ila
 class IlaImpl
          Base local Ila implementation class.
 


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.