Package | Description |
---|---|
de.esprit.appsuite.gui.activity |
Contains classes for observing async activity.
|
de.esprit.appsuite.gui.tree |
Contains support classes for working with JTree
|
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.common.gui.list |
Contains GUI support classes for lists of objects.
|
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 | Class and Description |
---|---|
class |
ActivityListModel<C extends ApplicationContext,T>
|
Modifier and Type | Class and Description |
---|---|
class |
PathRegistrationListModel
This
ListModel implementation observes the path registration in the PathTreeModelDriver and stores
the paths currently being watched. |
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 | Class and Description |
---|---|
class |
ActiveWorkflowsListModel
This
ActivityListModel stores the currently running instances of AbstractWorkflow . |
Modifier and Type | Method and Description |
---|---|
AbstractObjectListModel<T> |
AbstractObjectList.getModel() |
Constructor and Description |
---|
AbstractObjectList(AbstractObjectListModel<T> model) |
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 © 2011 EsprIT-Systems. All Rights Reserved.