Interface | Description |
---|---|
ServerObject<S extends ServerContext> |
This interface is implemented by all server classes that keep a ServerContext reference
|
Class | Description |
---|---|
AbstractInitializableServerObject<S extends ServerContext> |
This is the base class for server classes that manage a
ServerContext |
AbstractServerLaunch<G extends ServerConfig,C extends ServerContext> |
This class just nails the
ApplicationContext to ServerContext
and makes the ServerContext accessible from the launch. |
AbstractServerObject<S extends ServerContext> |
This is the base class for server classes that manage a
ServerContext |
ServerContext |
This instance is the main access point for the runtime environment of the server.
|
Enum | Description |
---|---|
ServerErrorType |
This enum provides special
ErrorType s for server side errors |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.