Package | Description |
---|---|
de.esprit.appsuite.gui.activity |
Contains classes for observing async activity.
|
de.esprit.appsuite.task.taskmgr |
Contains classes for managing asynchronous tasks.
|
de.esprit.appsuite.workflow.monitor |
Contains support classes for monitoring workflow tasks
|
de.esprit.netsuite.client.activity.abo |
Contains GUI classes for working with Alive Business Objects (ABOs)
|
de.esprit.netsuite.client.activity.agent |
Contains Agent activity monitoring classes
|
de.esprit.netsuite.client.activity.command |
Contains ClientCommand activity monitoring classes
|
de.esprit.netsuite.client.activity.lock |
Contains Lock activity monitoring classes
|
de.esprit.netsuite.client.activity.transfer |
Contains Transfer activity monitoring classes
|
de.esprit.netsuite.client.gui |
Contains GUI related classes of the Duap-Port Servers admin client
|
de.esprit.netsuite.client.gui.transfer |
Contains classes for monitoring all Transfers running on the server
|
Modifier and Type | Method and Description |
---|---|
ActivityListModel<C,T> |
ActivityList.getModel() |
Constructor and Description |
---|
ActivityList(ActivityListModel<C,T> taskModel) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTaskRegistrationListModel<C extends ApplicationContext>
This is a ListModel for registering running tasks.
|
class |
ActiveOsProcessesListModel<C extends ApplicationContext>
This list maintains asynchronously running OS processes.
|
class |
ActiveTasksListModel<C extends ApplicationContext>
This list keeps
RunStateFlag s of all currently running AsyncTask s of this application. |
Modifier and Type | Method and Description |
---|---|
protected void |
TaskManager.checkForActivity(java.util.Map<java.lang.String,java.lang.Integer> activityMap,
ActivityListModel listModel)
Adds the count of active async components to the activityMap
|
Modifier and Type | Class and Description |
---|---|
class |
ActiveWorkflowsListModel
This
ActivityListModel stores the currently running instances of AbstractWorkflow . |
Modifier and Type | Class and Description |
---|---|
class |
ActiveAbosListModel
This list is the clients cache for the currently accessed AliveBusinessObjects.
|
Modifier and Type | Class and Description |
---|---|
class |
ActiveAgentsListModel
This list caches
Agent instances of async agents which the client is
currently executing on the server. |
Modifier and Type | Class and Description |
---|---|
class |
ActiveCommandsListModel
This list keeps the JobIds of all file transfers that are currently running on the server.
|
Modifier and Type | Class and Description |
---|---|
class |
ActiveLocksListModel
This list caches resource locks that the client is holding.
|
Modifier and Type | Class and Description |
---|---|
class |
ActiveStreamsListModel
This list maintains asynchronously running file transfers.
|
class |
ActiveTransfersListModel
This list maintains asynchronously running file transfers.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientActivityListModel<C extends ClientContext,T>
This list manages items that are
Cancellable . |
Modifier and Type | Class and Description |
---|---|
class |
ServerTransferListModel
This list keeps the JobIds of all file transfers that are currently running on the server.
|
Copyright © 2014 EsprIT-Systems. All Rights Reserved.