Uses of Class
portaview.server.Repository

Packages that use Repository
portaview.server PortaView's server that both serves as a client (to retrieve the images from the master PortaView's server) and a server (to accept local modification as commanded by the master server). 
 

Uses of Repository in portaview.server
 

Methods in portaview.server that return Repository
 Repository PortaViewServer.getRepository()
           
 

Methods in portaview.server with parameters of type Repository
 void PortaViewServer.setRepository(Repository repository)
          Sets the repository of photos (on disk).
 

Constructors in portaview.server with parameters of type Repository
PortaViewServer(java.lang.String name, java.net.InetAddress hostIP, java.net.InetAddress masterIP, Repository rep, int port)
          Constructs the an instance of the viewerserver
 



Copyright © 2003 The PortaView Team. All Rights Reserved.