|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.dynamide.DynamideObject
com.dynamide.resource.ContextNode
com.dynamide.resource.Pool
public class Pool
| Field Summary | |
|---|---|
static long |
DEFAULT_POOL_TIMEOUT
|
| Fields inherited from class com.dynamide.DynamideObject |
|---|
m_id |
| Constructor Summary | |
|---|---|
protected |
Pool(DynamideObject owner)
|
protected |
Pool(DynamideObject owner,
java.lang.String key)
|
| Method Summary | |
|---|---|
java.lang.Object |
getPooledObject(java.lang.String key)
Look in the default pool for the resource by key. |
int |
getPoolMax()
|
void |
setPoolMax(int new_value)
|
void |
setPoolMax(java.lang.String new_value)
|
| Methods inherited from class com.dynamide.resource.ContextNode |
|---|
bind, bind, bindAll, bindAllAttributes, bindAttribute, dump, dumpAttributes, dumpContext, find, find, find, firstContext, get, getAttribute, getAttributeCount, getAttributes, getContext, getContextCount, getContexts, getKey, getPermission, hasAttribute, hasContext, listAttributeNames, listAttributeNames, listContextNames, listContextNames, lockPermissions, rebind, rebind, rebindAttribute, remove, removeAttribute, removeFirstContext, setKey, toString, unlockPermissions, update, writeCache |
| Methods inherited from class com.dynamide.DynamideObject |
|---|
clearProfiler, dump, dumpHTML, expand, finalize, findParentExpander, findParentPage, findParentSession, findTopParentPage, getCategoryID, getDotName, getID, getNextGetter, getObjectID, getOwner, getProfiler, isDebugEnabled, isInfoEnabled, logDebug, logDebug, logDebug, logDebug, logError, logError, logError, logError, logInfo, logInfo, logInfo, logInfo, logWarn, logWarn, logWarn, logWarn, popLogContext, printf, printProfiler, profileEnter, profileLeave, pushLogContext, setDotName, setID, setNextGetter, setObjectID, setOwner, sprintf, useProfiler, walkParents |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.dynamide.resource.IContext |
|---|
bind, bind, bindAll, bindAllAttributes, bindAttribute, dumpAttributes, dumpContext, find, find, find, firstContext, getAttribute, getAttributeCount, getAttributes, getContext, getContextCount, getContexts, getKey, getPermission, hasAttribute, hasContext, lockPermissions, rebind, rebind, rebindAttribute, remove, removeAttribute, removeFirstContext, setKey, unlockPermissions, update |
| Field Detail |
|---|
public static final long DEFAULT_POOL_TIMEOUT
| Constructor Detail |
|---|
protected Pool(DynamideObject owner)
protected Pool(DynamideObject owner,
java.lang.String key)
| Method Detail |
|---|
public int getPoolMax()
public void setPoolMax(java.lang.String new_value)
public void setPoolMax(int new_value)
public java.lang.Object getPooledObject(java.lang.String key)
throws java.lang.SecurityException
java.lang.SecurityException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||