de.laures.cewolf.storage
Class SessionStorageGroup

java.lang.Object
  extended by de.laures.cewolf.storage.SessionStorageGroup
All Implemented Interfaces:
Runnable

public class SessionStorageGroup
extends Object
implements Runnable

Author:
brianf To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments

Constructor Summary
SessionStorageGroup()
           
 
Method Summary
 Object get(Object a)
           
static void main(String[] args)
           
 Object put(Object a, Object b)
           
 Object remove(Object a)
           
 void run()
           
static void testSoftreferenceMemoryFreeup()
          Test that memory is freed up when low on it...
static void testThread(int start)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionStorageGroup

public SessionStorageGroup()
Method Detail

get

public Object get(Object a)

put

public Object put(Object a,
                  Object b)

remove

public Object remove(Object a)

run

public void run()
Specified by:
run in interface Runnable

main

public static void main(String[] args)

testThread

public static void testThread(int start)

testSoftreferenceMemoryFreeup

public static void testSoftreferenceMemoryFreeup()
Test that memory is freed up when low on it...



Copyright © 2012. All Rights Reserved.