|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.kldp.beat.message.ResourcePool
public class ResourcePool
Field Summary | |
---|---|
private static java.util.Map<java.lang.Thread,java.util.List<Resource>> |
pool
|
Constructor Summary | |
---|---|
ResourcePool()
|
Method Summary | |
---|---|
static void |
destroy()
|
static java.util.List<Resource> |
getList()
|
static void |
initialize()
|
static void |
put(Resource res)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static java.util.Map<java.lang.Thread,java.util.List<Resource>> pool
Constructor Detail |
---|
public ResourcePool()
Method Detail |
---|
public static void initialize()
public static void destroy()
public static void put(Resource res)
public static java.util.List<Resource> getList()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |