pawn.client
Class Client

java.lang.Object
  |
  +--pawn.client.Client

public class Client
extends java.lang.Object

FileName : Client.java A client monitoring the House Application Client is meant to send requests to the HouseApp application

Author:
Vincent Matossian

Constructor Summary
Client()
           
 
Method Summary
 void createPeerGroup()
          Creates a new peergroup with specific name, description.
 void initializeJXTA()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Client

public Client()
Method Detail

createPeerGroup

public void createPeerGroup()
Creates a new peergroup with specific name, description. The point of this method is to have a group with set spec and Group ID.


initializeJXTA

public void initializeJXTA()
                    throws net.jxta.exception.PeerGroupException
net.jxta.exception.PeerGroupException

main

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