edu.ntnu.cikmr.network
Class PeerGroupConnection

java.lang.Object
  extended by edu.ntnu.cikmr.network.PeerGroupConnection
All Implemented Interfaces:
java.lang.Runnable

public class PeerGroupConnection
extends java.lang.Object
implements java.lang.Runnable

Title:

Description:

Copyright: Copyright (c) 2007

Company:


Constructor Summary
protected PeerGroupConnection()
           
 
Method Summary
protected  void connect()
           
protected  void disconnect()
           
protected  ConnectionStatus getConnectionStatus()
           
 PeerGroup getPeerGroup()
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PeerGroupConnection

protected PeerGroupConnection()
Method Detail

connect

protected void connect()

disconnect

protected void disconnect()
                   throws PeerGroupException
Throws:
PeerGroupException

run

public void run()
Specified by:
run in interface java.lang.Runnable

getConnectionStatus

protected ConnectionStatus getConnectionStatus()

getPeerGroup

public PeerGroup getPeerGroup()