Package com.kheops.jmap.net
package com.kheops.jmap.net
-
ClassDescriptionDeprecated.Deprecated.Deprecated.Deprecated.Abstract superclass over JMapConnection.This abstract class represents a connection between a client application and JMapServer.Simple class encapsulating network connection information.todo : docThis class represents a direct connection between a client application and JMapServer running in the same process.This class represents a network connection between a client application and JMapServer.This class manage a pool of JMapNetworkConnection.This class completely encapsulates the use of a network connection pool object.An interface that classes must implement to be notified of JMap request execution.Creates a thread that is going to be used to execute a client's request.An abstract class representing a response generated from the execution of a JMapRequest object by JMapServer.ObjectInputStream using the JMapserver system classloader as normal ObjectInputStreams are not assured to use the system classloaderA class that manages a pool of connections to remote instance of JMapServer.This event is fired by JMapServerRemoteConnectionPool objects to inform its listeners about any state changes.The JMapServerRemoteConnectionPoolListener class is used to add listeners to a JMapServerRemoteConnectionPool object.A JMapServerRequest is serialized and sent to JMapServer to typically request some information.Request that contains a list of sub requests using Composite pattern.Class to encapsulate remote layer requests.A JMapServerResponse is serialized and sent from the server to a client in response to a previously received request.Response that contains a list of sub responses using Composite pattern.Requires runtime access to the jmap_server.jar library.Requires runtime access to the jmap_server.jar library.Requires runtime access to the jmap_server.jar library.Requires runtime access to the jmap_server.jar library.A JMapSrvConnection object is responsible for handling all communications between a JMap application (client) and JMapServer (server).This class is an abstraction of a series of in-process connections and pooled network connections.Facilitates requests/responses processing with JMap server.