Package | Description |
---|---|
de.esprit.appsuite.gui.activity |
Contains classes for observing async activity.
|
de.esprit.appsuite.gui.task |
Contains GUI support classes for async tasks
|
de.esprit.appsuite.task.osproc |
Contains tool classes for running OS-processes
|
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 |
---|---|
protected abstract ActivityList |
ActivityTab.createActivityList() |
protected ActivityList |
ActiveWorkflowsTab.createActivityList() |
protected ActivityList |
ActiveTasksTab.createActivityList() |
ActivityList |
ActivityTab.getTaskList() |
Constructor and Description |
---|
ActivityListControlPanel(ActivityList list,
Closeable parent) |
Modifier and Type | Class and Description |
---|---|
class |
ActiveTasksList<C extends ApplicationContext>
This list displays all
AsyncTask s which are currently running in any thread-pool. |
Modifier and Type | Class and Description |
---|---|
class |
ActiveOsProcessesList
This list displays the currently running async agents.
|
Modifier and Type | Class and Description |
---|---|
class |
ActiveWorkflowsList
This kist shows up with the currently executing workflows
|
Modifier and Type | Class and Description |
---|---|
class |
ActiveAbosList
This list just displays the currently cached
AliveBusinessObject s. |
Modifier and Type | Class and Description |
---|---|
class |
ActiveAgentsList
This list displays the currently running async
AsyncAgent s. |
Modifier and Type | Class and Description |
---|---|
class |
ClientCommandList
This list keeps the CommandExecutorTask objects which are currently queued or being executed in the
ClientCommandExecutor . |
Modifier and Type | Class and Description |
---|---|
class |
ClientLockList
This list caches resource locks that the client is holding.
|
Modifier and Type | Class and Description |
---|---|
class |
ActiveStreamsList
This list displays the currently running async agents.
|
class |
ActiveTransfersList
This list displays the currently running async agents.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientActivityList<C extends ClientContext,T>
This is the base class for displaying different types of client activity
|
Modifier and Type | Class and Description |
---|---|
class |
ServerTransferList
This list displays all file transfer currently running on the server.
|
Copyright © 2014 EsprIT-Systems. All Rights Reserved.