org.gcube.portlets.user.tdw.server.session
Class TDSessionList

java.lang.Object
  extended by org.gcube.portlets.user.tdw.server.session.TDSessionList

public class TDSessionList
extends Object

Author:
"Federico De Faveri defaveri@isti.cnr.it"

Field Summary
protected  TDSession[] sessions
           
 
Constructor Summary
TDSessionList()
           
 
Method Summary
protected  void ensureSize(int max)
           
 boolean exists(int id)
           
 TDSession get(int id)
           
 void set(int id, TDSession session)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sessions

protected TDSession[] sessions
Constructor Detail

TDSessionList

public TDSessionList()
Method Detail

set

public void set(int id,
                TDSession session)

ensureSize

protected void ensureSize(int max)

get

public TDSession get(int id)

exists

public boolean exists(int id)


Copyright © 2013. All Rights Reserved.