Package | Description |
---|---|
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.abo |
Contains server classes for working with Alive Business Objects (ABOs)
|
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.chmesg |
Contains classes that make up the Dual-Port Servers message service
|
de.esprit.netsuite.server.chreq |
Contains classes that make up the Dual-Port Servers request/response oriented data service
|
de.esprit.netsuite.server.chxfer |
Contains classes that make up the server's transfer channel
|
de.esprit.netsuite.server.core |
Contains basic server core classes
|
de.esprit.netsuite.server.coserver |
Contains co-server related classes
|
de.esprit.netsuite.server.cpu |
Contains classes of the positioner tool (MVC-demo)
|
de.esprit.netsuite.server.db |
Contains classes for server side database configuration.
|
de.esprit.netsuite.server.hist |
Contains classes implementing the servers task history
|
de.esprit.netsuite.server.lock |
Contains classes for managing temporary edit locks on server resources
|
de.esprit.netsuite.server.netch |
Contains classes that build the server network adapter
|
de.esprit.netsuite.server.netch.io |
Contains implementation classes for Socket based network IO
|
de.esprit.netsuite.server.pathtree |
Contains classes for remote file-tree access
|
de.esprit.netsuite.server.permission |
These classes implement the permission system of the esprit server
|
de.esprit.netsuite.server.webserver |
Contains classes that make up the built in web server
|
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 |
Modifier and Type | Class and Description |
---|---|
class |
ABOAccessList
This class ...
|
class |
ABOServerCache
This is a cache for all accessed
AliveBusinessObject instances. |
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 |
DefaultServerMessageDispatcher<S extends ServerContext>
This class implements the default message dispatching rules.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultRequestHandler
This handler handles all system internal client requests
|
class |
RequestDispatcher
This class dispatches the incoming request to the responsible
RequestHandler
based on the type of the request. |
Modifier and Type | Class and Description |
---|---|
class |
FileStreamEntry
This class maintains a file transfer on the server during up/download.
|
class |
FileTransferEntry
This class maintains a file transfer on the server during up/download.
|
class |
ParallelStreamsList
This list contains the stream jobs that are currently running on the server.
|
class |
ParallelTransfersList
This list contains the file transfer jobs that are currently running on the server.
|
Modifier and Type | Class and Description |
---|---|
class |
FatalErrorHandler<S extends ServerContext>
This error handler reports fatal errors in the logfile and sends an
email notification to registered email recipients.
|
class |
LogChannelManager
This class is a cache for all LogChannels opened by the server
|
class |
MailerFacade
This class is a facade to the
EmailSender . |
class |
NServerEventDispatcher
This class is used to fire server internal notification events.
|
class |
ServerEventDispatcher
This class is used to fire server internal notification events in a thread safe manner.
|
class |
ServerEventQueue
This class is used to fire server internal notification events by a particular daemon thread.
|
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 |
CoServerManager
This manager maintains the
CoClientContext s of all co-server connections of this server. |
Modifier and Type | Class and Description |
---|---|
class |
ServerThreadPoolManager
This class manages all server thread pools.
|
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 |
TaskHistoryWriter
This class it the interface to the Task history files written by the esprit server.
|
Modifier and Type | Class and Description |
---|---|
class |
ResourceLockManager
This List manages the resource locks that are being hold by clients during editing a server resource.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractServerConnection
This class contains the logic of each connection that the server opens for the client.
|
class |
AbstractTransferService
This task reads the client's
AbstractTransferJob and performs all requested file transfers. |
class |
FileDownloadService
This class performs the file download on server side
|
class |
FileDownstreamService
This class performs the file downstream on server side
|
class |
FileUploadService
This class performs the file upload on server side
|
class |
ServerConnectionService
This class ...
|
class |
ServerConnector<S extends ServerContext>
This class is the servers interface to networking.
|
class |
ServerMessageQueue
This is the main message queue of the server.
|
class |
ServerNetworkAdapter
An instance of this adapter is created for each client and cached in a server side
Session object. |
class |
Session
This class encapsulates a connection to a client by maintaining it's
SessionId and the according
ServerNetworkAdapter . |
class |
SessionManager
This is a synchronized List containing the currently connected clients.
|
Modifier and Type | Class and Description |
---|---|
class |
IOServerConnection
This class encapsulates a connection socket as well as its input- and output-streams.
|
class |
IOServerConnectionService
This service contains a task that listens on the server port and creates new client connections if requested.
|
class |
IOServerConnector<S extends ServerContext>
This is an implementation of
ServerConnector based on the standard network Socket class. |
Modifier and Type | Class and Description |
---|---|
class |
PathTreeManager
This manager maintains a server side
PathTree which makes the servers
data-directory accessible and observable by clients. |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
EspritWebServer
This is the internal web-service of the Esprit server which provides simple support
for GET and POST requests.
|
class |
WebRequestHandler
This class handles the incoming requests of the esprit web-service.
|
Copyright © 2014 EsprIT-Systems. All Rights Reserved.