uk.ac.ic.doc.automed.p2p
Class PeerEnvironment

java.lang.Object
  extended by uk.ac.ic.doc.automed.p2p.PeerEnvironment

public class PeerEnvironment
extends java.lang.Object

PeerEnvironment.java

This class is responsible for setting up necessary environment for a peer. Example settings include creating a new AutoMed repository and generating a data source configuration file which points to it

Author:
Duc M Le dmle@doc.ic.ac.uk
Created on August 30, 2006
Department of Computing, Imperial College

Constructor Summary
PeerEnvironment(AutoMedPeer thePeer)
          Creates a new instance of PeerEnvironment
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PeerEnvironment

public PeerEnvironment(AutoMedPeer thePeer)
                throws AutoMedException
Creates a new instance of PeerEnvironment

Throws:
AutoMedException