org.mega.gasp.bluetooth.miniplatform
Class ApplicationInstanceInfos

java.lang.Object
  extended byorg.mega.gasp.bluetooth.miniplatform.ApplicationInstanceInfos

public class ApplicationInstanceInfos
extends java.lang.Object

Author:
PELLERIN Romain (pellerin@cnam.fr) - MEGA Project

Field Summary
private  int appInstanceID
           
private  int nbP
           
private  java.util.Vector pList
           
 
Constructor Summary
ApplicationInstanceInfos(int applicationInstanceID, int nbPlayers, java.util.Vector playerList)
           
 
Method Summary
 int getApplicationInstanceID()
           
 int getNbPlayers()
           
 java.util.Vector getPlayerList()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

appInstanceID

private int appInstanceID

nbP

private int nbP

pList

private java.util.Vector pList
Constructor Detail

ApplicationInstanceInfos

public ApplicationInstanceInfos(int applicationInstanceID,
                                int nbPlayers,
                                java.util.Vector playerList)
Method Detail

getApplicationInstanceID

public int getApplicationInstanceID()

getNbPlayers

public int getNbPlayers()

getPlayerList

public java.util.Vector getPlayerList()