Package | Description |
---|---|
de.esprit.appsuite.appstore |
These classes implement the Application-Store for remote software installation
|
de.esprit.appsuite.database.dbgui.tool |
Contains the TableEditTool as an example for a database tool.
|
de.esprit.appsuite.jversion |
Contains classes java version detection and launching various java VMs.
|
de.esprit.appsuite.launch |
Contains classes that make up the launching framework
|
de.esprit.netsuite.client |
Contains classes that make up the Client of a dual-port server
|
de.esprit.netsuite.client.netch |
Contains classes that build the client network adapter
|
de.esprit.netsuite.netdata |
Contains serializable objects which are interchanged between client and server
|
de.esprit.netsuite.server |
These classes make up the EsprIT server
|
de.esprit.netsuite.server.auth |
Contains classes for server side user authentication
|
de.esprit.netsuite.server.auth.dbuser |
Contains a sample User and Group implemantation for database stroage
|
de.esprit.netsuite.server.auth.member |
Contains classes for managing user and group assignments
|
de.esprit.netsuite.server.batch |
Contains classes that implement and manage the available server processes
|
de.esprit.netsuite.server.core |
Contains basic server core classes
|
de.esprit.netsuite.server.coserver |
Contains co-server related classes
|
de.esprit.netsuite.server.db |
Contains classes for server side database configuration.
|
de.esprit.netsuite.server.permission |
These classes implement the permission system of the esprit server
|
Modifier and Type | Class and Description |
---|---|
class |
AppCacheManager
This class implements the esprit application store.
|
class |
AppStarterContext
This context is used by the
EspritAppStarter . |
Modifier and Type | Class and Description |
---|---|
class |
TableEditContext
Context for the
TableEditLaunch |
Modifier and Type | Class and Description |
---|---|
class |
JavaVersionManager<C extends ApplicationContext>
This class scans the file system for available java installations.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AsyncInitializable
This interface may be implemented by classes that need initialization.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractInitializableObject<C extends ApplicationContext>
This class maintains an isInitialized flag and provides methods for checking whether
initialization has been done yet.
|
class |
ApplicationContext
This is the application context which provides access to all application globals
such as
LogChannel , Version , ErrorHandler etc... |
class |
AsyncInitializableObject<C extends ApplicationContext>
This class maintains an isInitializingRef flag and provides methods for checking whether
initialization yet has been done.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientContext
This class is the main access point for the runtime environment of the client.
|
class |
ClientTaskManager<C extends ClientContext>
Extends the
TaskManager such that all activity lists are maintained
centrally here. |
class |
GuiClientContext
This is a
ClientContext for Swing GUI applications that have a ClientMainFrame . |
class |
RawClientContext
This is a raw
ClientContext for applications without GUI. |
Modifier and Type | Class and Description |
---|---|
class |
EspritClientConnector<C extends ClientContext,U extends User>
This class provides the user facade to the network.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractServerModel<S extends ServerContext>
This is a base implementation for a server side model which provides simple
support for client access tracking.
|
class |
AbstractSessionServerModel
This
AbstractServerModel implementation maintains a list of registered SessionId s. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractInitializableServerObject<S extends ServerContext>
This is the base class for server classes that manage a
ServerContext |
class |
ServerContext
This instance is the main access point for the runtime environment of the server.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractGroupManager<S extends ServerContext>
This GroupManager implementation provides the basic framework for managing groups.
|
class |
AbstractUserManager<S extends ServerContext>
This class manages an internal cache of User objects and provides a default implementation for the
UserManager methods
|
class |
DefaultGroupManager<S extends ServerContext>
This implementation stores groups in the srv_group.cfg config file as NDF records.
|
class |
DefaultUserManager
This implementation manages users in the srv_user.cfg config file as NDF records.
|
Modifier and Type | Class and Description |
---|---|
class |
DBGroupManager
This is a custom implementation of a GroupManager.
|
class |
DBUserManager
This is a custom implementation of a UserManager.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultGroupMembershipManager<S extends ServerContext>
This is the default implementation of a
GroupMembershipManager . |
Modifier and Type | Class and Description |
---|---|
class |
BatchTaskManager
This class encapsulates the entries in the coservers.cfg configuration file
|
Modifier and Type | Class and Description |
---|---|
class |
LogChannelManager
This class is a cache for all LogChannels opened by the server
|
class |
ServerStatisticManager
This manager contains a singleton
ServerStatistic instance as well as a thread
which updates it repeatedly after the configured delay. |
Modifier and Type | Class and Description |
---|---|
class |
CoClientContext
This class encapsulates a connection to a co-server.
|
class |
CoServerManager
This manager maintains the
CoClientContext s of all co-server connections of this server. |
Modifier and Type | Class and Description |
---|---|
class |
DatabaseManager
This class maintains a pool of connected DataSource objects which can be selected by name.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultPermissionManager<S extends ServerContext>
This class manages permissions for user and group access control in the esprit server.
|
Copyright © 2014 EsprIT-Systems. All Rights Reserved.