oogp2p
Class p2p

java.lang.Object
  extended byoogp2p.p2p

public class p2p
extends java.lang.Object

Author:
Chris, OogP2P Main class for Oogp2p. The primary function of this class is to put the program in motion. It starts the server and client and initiates the connection process. This class contains the Utilities Map which is reference from other applications running on the system.

Field Summary
static java.lang.String ALLPEERS
           
static java.lang.String CHATADMIN
           
static java.lang.String CHORDADMIN
           
static java.lang.String CHORDSTAT
           
static java.lang.String CLIENTADMIN
           
static java.lang.String CONNECTADMIN
           
private static java.util.AbstractMap myUtils
           
static java.lang.String PASTRYADMIN
           
private static java.lang.String uniqueIDFilename
           
static java.lang.String UNIQUEIDS
           
 
Constructor Summary
p2p()
           
 
Method Summary
static java.util.AbstractMap getUtils()
           
static void main(java.lang.String[] args)
           
static void usage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

myUtils

private static java.util.AbstractMap myUtils

PASTRYADMIN

public static final java.lang.String PASTRYADMIN
See Also:
Constant Field Values

CHORDADMIN

public static final java.lang.String CHORDADMIN
See Also:
Constant Field Values

CHATADMIN

public static final java.lang.String CHATADMIN
See Also:
Constant Field Values

UNIQUEIDS

public static final java.lang.String UNIQUEIDS
See Also:
Constant Field Values

ALLPEERS

public static final java.lang.String ALLPEERS
See Also:
Constant Field Values

CLIENTADMIN

public static final java.lang.String CLIENTADMIN
See Also:
Constant Field Values

CONNECTADMIN

public static final java.lang.String CONNECTADMIN
See Also:
Constant Field Values

CHORDSTAT

public static final java.lang.String CHORDSTAT
See Also:
Constant Field Values

uniqueIDFilename

private static final java.lang.String uniqueIDFilename
See Also:
Constant Field Values
Constructor Detail

p2p

public p2p()
Method Detail

getUtils

public static java.util.AbstractMap getUtils()

usage

public static void usage()

main

public static void main(java.lang.String[] args)