|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnextapp.echo2.webrender.service.AsyncMonitorService
nextapp.echo2.webcontainer.ContainerAsyncMonitorService
public class ContainerAsyncMonitorService
Web Container implementation of AsyncMonitorService.
Determines if a given application instance requires immediate
client-server synchronization by querying
ApplicationInstance.hasQueuedTasks().
| Field Summary | |
|---|---|
static Service |
INSTANCE
Singleton instance. |
| Fields inherited from class nextapp.echo2.webrender.service.AsyncMonitorService |
|---|
SERVICE_ID |
| Fields inherited from interface nextapp.echo2.webrender.Service |
|---|
DO_NOT_CACHE |
| Constructor Summary | |
|---|---|
ContainerAsyncMonitorService()
|
|
| Method Summary | |
|---|---|
boolean |
isSynchronizationRequired(UserInstance userInstance)
Determines if the specified UserInstance requires
immediate synchronization. |
| Methods inherited from class nextapp.echo2.webrender.service.AsyncMonitorService |
|---|
getId, getVersion, service |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final Service INSTANCE
| Constructor Detail |
|---|
public ContainerAsyncMonitorService()
| Method Detail |
|---|
public boolean isSynchronizationRequired(UserInstance userInstance)
AsyncMonitorServiceUserInstance requires
immediate synchronization.
isSynchronizationRequired in class AsyncMonitorServiceuserInstance - the UserInstance
UserInstance requires immediate
client-server synchronizationAsyncMonitorService.isSynchronizationRequired(
nextapp.echo2.webrender.UserInstance)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||