com.filenet.wcm.toolkit.server.base
Class ControllerUtilities.WindowIDManager
- java.lang.Object
com.filenet.wcm.toolkit.server.base.ControllerUtilities.WindowIDManager
All implemented interfaces:
java.io.Serializable
Enclosing class:
- protected static class ControllerUtilities.WindowIDManager
- extends java.lang.Object
- implements java.io.Serializable
See Also:
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
baseURL
|
|
checkInterval
|
|
lastCheck
|
|
map
|
|
sequenceNumber
|
|
timeout
|
Constructor Summary
| Modifier | Constructor and Description |
|---|---|
|
ControllerUtilities.WindowIDManager(WcmController controller,long checkInterval,long timeout)
|
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
expire(WcmDataStore dataStore)
|
|
getNextStackedWindowID()
|
|
initialize(WindowID windowId,WcmDataStore dataStore,boolean isStacked)
|
|
release(ControllerUtilities.WindowIdInfo widi,WcmDataStore dataStore,long timeout)
|
|
release(java.lang.String windowId,WcmDataStore dataStore,long timeout)
|
|
setWindowSignedIn(WindowID oWindowId,boolean isSignedIn)
|
|
update(java.lang.String windowId,WcmDataStore dataStore)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail
checkInterval
- protected long checkInterval
timeout
- protected long timeout
lastCheck
- protected long lastCheck
baseURL
- protected java.lang.String baseURL
sequenceNumber
- protected long sequenceNumber
map
- protected java.util.HashMap map
Constructor Detail
ControllerUtilities.WindowIDManager
- protected ControllerUtilities.WindowIDManager( WcmController controller,
- long checkInterval,
- long timeout)
Method Detail
getNextStackedWindowID
- protected WindowID getNextStackedWindowID( )
initialize
- protected void initialize(WindowID windowId,
- WcmDataStore dataStore,
- boolean isStacked)
- throws FrameworkException
- WcmException
setWindowSignedIn
- protected void setWindowSignedIn( WindowID oWindowId,
- boolean isSignedIn)
update
- protected ControllerUtilities.WindowIdInfo update( java.lang.String windowId,
- WcmDataStore dataStore)
- throws FrameworkException
- WcmException
release
- protected void release(java.lang.String windowId,
- WcmDataStore dataStore,
- long timeout)
release
- protected void release(ControllerUtilities.WindowIdInfo widi,
- WcmDataStore dataStore,
- long timeout)
expire
- protected void expire(WcmDataStore dataStore)
- throws WcmException
Throws: