Package | Description |
---|---|
de.esprit.appsuite.database.dbgui.list |
Contains the DBList component for visualizing DBRecord instances in a list.
|
de.esprit.appsuite.gui.activity |
Contains classes for observing async activity.
|
de.esprit.appsuite.gui.dialog.misc |
Contains a collection of miscellaneous dialogs.
|
de.esprit.appsuite.gui.pathtree |
Contains the path-tree model for watching file system paths
|
de.esprit.appsuite.gui.task |
Contains GUI support classes for async tasks
|
de.esprit.appsuite.jversion |
Contains classes java version detection and launching various java VMs.
|
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.abo |
Contains the client's support classes for ABOs (Alive Business 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.admin.action |
Contains admin client actions possibly reusable by other clients
|
de.esprit.netsuite.client.admin.srvlock |
Contains ResourceLock monitoring classes
|
de.esprit.netsuite.client.gui |
Contains GUI related classes of the Duap-Port Servers admin client
|
de.esprit.netsuite.client.gui.action |
Contains network related standard actions used in the client GUI
|
de.esprit.netsuite.client.gui.db |
Contains the client's support classes for managing remote Records
|
de.esprit.netsuite.client.gui.transfer |
Contains classes for monitoring all Transfers running on the server
|
de.esprit.netsuite.client.tool.chat |
Contains classes that make up the client chat tool
|
de.esprit.netsuite.client.tool.datasrc |
Contains classes for displaying the server's data sources
|
de.esprit.netsuite.client.tool.email |
Contains the dialog for configuring mail receipients for server mails
|
de.esprit.netsuite.client.tool.log |
Contains miscellaneous standard client dialogs
|
de.esprit.netsuite.client.tool.permission |
Contains basic classes for permission management support
|
de.esprit.netsuite.client.tool.sess |
Contains classes for moitoring sessions
|
de.esprit.netsuite.client.tool.user |
Contains classes that make up the user manager
|
Modifier and Type | Class and Description |
---|---|
class |
DBRecordList<C extends ApplicationContext>
This is a special list that stores
DBRecord objects and therefore uses a DBRecordListModel . |
Modifier and Type | Class and Description |
---|---|
class |
ActivityList<C extends ApplicationContext,T>
This list displays async activity items which might be either a
RunStateFlag s
or AsyncTask s. |
Modifier and Type | Method and Description |
---|---|
ZList |
CrossListAssignPanel.getLeftList() |
ZList |
CrossListAssignPanel.getRightList() |
Modifier and Type | Class and Description |
---|---|
class |
PathRegistrationList
This list displays the paths currently being watched by the
PathTreeModelDriver . |
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 |
JavaVersionList<C extends ApplicationContext>
This list contains
JavaVersion objects which it loads from the JavaVersionManager . |
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 |
ABOList
This list displays the accessed ABOs.
|
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.
|
Constructor and Description |
---|
ClientListDumpAction(C clientCtx,
NlsActionKey actKey,
IconKey iconKey,
ZList list,
int rows,
int cols) |
ClientListDumpAction(C clientCtx,
NlsActionKey actKey,
ZList list,
int rows,
int cols) |
ClientListDumpAction(C clientCtx,
java.awt.Window hook,
NlsActionKey actKey,
IconKey iconKey,
ZList list,
int rows,
int cols) |
ClientListDumpAction(C clientCtx,
java.awt.Window hook,
NlsActionKey nls,
ZList list,
int rows,
int cols) |
Modifier and Type | Class and Description |
---|---|
class |
ServerLockList
This list contains the resource locks currently hold by clients.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientActivityList<C extends ClientContext,T>
This is the base class for displaying different types of client activity
|
class |
ClientConnectionList
This list keeps the currently logged in clients.
|
class |
ClientList<C extends ClientContext>
This list just manages a ClientContext.
|
class |
ClientZList<C extends ClientContext,T>
This list just manages a ClientContext.
|
Modifier and Type | Field and Description |
---|---|
protected ZList |
ListDataAgentAction.list |
Modifier and Type | Method and Description |
---|---|
ZList |
ListDataAgentAction.getList() |
Constructor and Description |
---|
ClientListDataAction(C clientCtx,
ZList list,
NlsActionKey nls) |
ClientListDataAction(C clientCtx,
ZList list,
NlsActionKey nls,
IconKey iconKey) |
ClientListSelectionAction(C clientCtx,
ZList list,
NlsActionKey nls) |
ClientListSelectionAction(C clientCtx,
ZList list,
NlsActionKey nls,
IconKey iconKey) |
ListDataAgentAction(C clientCtx,
ZList list,
NlsActionKey nls) |
ListDataAgentAction(C clientCtx,
ZList list,
NlsActionKey nls,
IconKey iconKey) |
ListSelectionAgentAction(C clientCtx,
ZList list,
NlsActionKey nls) |
ListSelectionAgentAction(C clientCtx,
ZList list,
NlsActionKey nls,
IconKey iconKey) |
Modifier and Type | Class and Description |
---|---|
class |
ClientRecordList<C extends ClientContext>
This is the client side version of a
DBRecordList . |
Modifier and Type | Class and Description |
---|---|
class |
ServerTransferList
This list displays all file transfer currently running on the server.
|
Modifier and Type | Class and Description |
---|---|
class |
OnlineUsersList
This list keeps the currently logged in user sessions.
|
Modifier and Type | Class and Description |
---|---|
class |
DataSourceList
This list keeps the currently configured data sources.
|
Modifier and Type | Class and Description |
---|---|
class |
EmailAddrList
This List contains email addresses of the administrators to be notified about
server errors.
|
Modifier and Type | Class and Description |
---|---|
class |
LogfileList<C extends ClientContext>
This List component presents the currently available server log files for reading
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPermOwnerList
This class...
|
class |
PermAssignedList
This class...
|
class |
PermDefsList
This class...
|
class |
PermGroupList
This class...
|
class |
PermUserList
This class...
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectedClientsList
This list displays the currently logged in clients.
|
class |
ConnectedCoClientsList
This list keeps the currently connected Co-Clients.
|
class |
ConnectedCoServersList
This list keeps the currently connected Co-Servers.
|
class |
RunningRemoteTasksList
This list displays all async agents that are currently running on the server.
|
Modifier and Type | Class and Description |
---|---|
class |
GroupList
This list keeps the currently configured
Group s. |
class |
GroupMemberList
This list displays the members of the currently selected group.
|
class |
UserList
This list keeps the currently configured data sources.
|
Copyright © 2014 EsprIT-Systems. All Rights Reserved.