See: Description
Interface | Description |
---|---|
CrossPlatformObject<C extends ClientContext,S extends ServerContext> |
This interface defines methods for objects that can live in both client and server environments
|
DeliverableMessage |
This interface defines methods which control message delivery.
|
LastAccessed |
This interface must be implemented by all server side MVC models.
|
LastChanged |
This interface defines methods for tracking user access.
|
SessionRegistrationEvent.Listener |
Class | Description |
---|---|
AbstractCrossPlatformObject<C extends ClientContext,S extends ServerContext> |
This is the base class for objects that can live in both client and server environments
|
AbstractServerModel<S extends ServerContext> |
This is a base implementation for a server side model which provides simple
support for client access tracking.
|
AbstractSessionServerModel |
This
AbstractServerModel implementation maintains a list of registered SessionId s. |
CoSessionId |
This class identifies the session of a co-client
|
NetMessage |
This class encapsulates message data which clients may receive asynchronously
from the server.
|
NetRequest |
This object is sent by the client to the server for issuing a request.
|
NetResponse |
This object is returned to the client as a response to a NetRequest.
|
ServerHost |
This class defines the ports used by the server
|
ServerId |
This is the initial object the server sends to the client when connected.
|
ServerSessionId |
This class identifies the pseudo session of a server
|
SessionId |
This class serves as an identifier for a client session.
|
SessionRegistrationEvent |
This event notifies about session registration changes in an
AbstractSessionServerModel . |
VersionCheck |
This class performs a version compatibility check on the server.
|
Exception | Description |
---|---|
InvalidVersionException |
This Exception is thrown when the client version does not match the server version
|
Copyright © 2014 EsprIT-Systems. All Rights Reserved.