|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ClientConnectionStatusHandler | |
|---|---|
| org.jppf.client | Support for the clients connecting to the JPPF driver. |
| org.jppf.client.event | Support for event handling in the JPPF client. |
| org.jppf.jca.work | Classes supporting the JPPF server connectivity for the JPPF resource adapter. |
| Uses of ClientConnectionStatusHandler in org.jppf.client |
|---|
| Subinterfaces of ClientConnectionStatusHandler in org.jppf.client | |
|---|---|
interface |
ClassServerDelegate
Interface for all class server clients. |
interface |
ClientConnectionHandler
Interface for wrappers around a socket connection to the server on the client side. |
interface |
JPPFClientConnection
Interface for a client connection to a JPPF driver. |
| Classes in org.jppf.client that implement ClientConnectionStatusHandler | |
|---|---|
class |
AbstractClassServerDelegate
Abstract implementation of the client end of the JPPF distributed class loader. |
class |
AbstractClientConnectionHandler
Common abstract superclass for client connections to a server. |
class |
AbstractJPPFClientConnection
This class provides an API to submit execution requests and administration commands, and request server information data. |
class |
ClassServerDelegateImpl
Wrapper around an incoming socket connection, whose role is to receive the names of classes to load from the classpath, then send the class files' contents (or bytecode) to the remote client. |
class |
JPPFClientConnectionImpl
This class provides an API to submit execution requests and administration commands, and request server information data. |
class |
TaskServerConnectionHandler
Instances of this class handle the sending and receiving of jobs to and from a JPPF driver. |
| Uses of ClientConnectionStatusHandler in org.jppf.client.event |
|---|
| Methods in org.jppf.client.event that return ClientConnectionStatusHandler | |
|---|---|
ClientConnectionStatusHandler |
ClientConnectionStatusEvent.getClientConnectionStatusHandler()
Get the source of this event. |
| Constructors in org.jppf.client.event with parameters of type ClientConnectionStatusHandler | |
|---|---|
ClientConnectionStatusEvent(ClientConnectionStatusHandler source,
JPPFClientConnectionStatus oldStatus)
Initialize this event with a client connection as source. |
|
| Uses of ClientConnectionStatusHandler in org.jppf.jca.work |
|---|
| Classes in org.jppf.jca.work that implement ClientConnectionStatusHandler | |
|---|---|
class |
JcaClassServerDelegate
Wrapper around an incoming socket connection, whose role is to receive the names of classes to load from the classpath, then send the class files' contents (or bytecode) to the remote client. |
class |
JPPFJcaClientConnection
This class provides an API to submit execution requests and administration commands, and request server information data. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||