org.mega.gasp.platform.impl
Class LobbyImpl

java.lang.Object
  extended byorg.mega.gasp.platform.impl.LobbyImpl
All Implemented Interfaces:
Lobby

public class LobbyImpl
extends java.lang.Object
implements Lobby

Lobby provide informations to the users on the current state of the Gaming Platform.

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

Field Summary
private  org.apache.log4j.Category cat
           
 
Constructor Summary
LobbyImpl()
           
 
Method Summary
 java.util.Vector getApplicationInstancesInfos(int sID)
          Returns a list of the current active ApplicationInstances associated to a specific application with the ActorSession contains in fact a stream : (ApplicationInstanceID (username,ActorID)*)*
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cat

private org.apache.log4j.Category cat
Constructor Detail

LobbyImpl

public LobbyImpl()
Method Detail

getApplicationInstancesInfos

public java.util.Vector getApplicationInstancesInfos(int sID)
Returns a list of the current active ApplicationInstances associated to a specific application with the ActorSession contains in fact a stream : (ApplicationInstanceID (username,ActorID)*)*

Specified by:
getApplicationInstancesInfos in interface Lobby
Parameters:
sID - the application ID
Returns:
a stream