uk.ac.ic.doc.rodex.p2p.protocol
Class SRCP

java.lang.Object
  extended by uk.ac.ic.doc.rodex.p2p.protocol.SRCP

public class SRCP
extends java.lang.Object

SRCP.java

Schema Resource Control Protocol: provides standard interface functions for acquiring schema resources, e.g. schema, model and pathways from the P2P network.

A typical scenario is one in which a peer uses SICP to identify what resources are available and where (i.e. peers) on the network they are located. Once the peer has obtained these information, it uses SRCP to acquire the resources in the most efficient manner.

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

Method Summary
static SRCP getInstance(AutoMedPeer mainPeer)
          Create a single instance of this class
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static SRCP getInstance(AutoMedPeer mainPeer)
Create a single instance of this class

Parameters:
mainPeer - the AutoMedPeer to which this object is bound to