org.obe.client |
|
Java Source File Name | Type | Comment |
AbstractCLClient.java | Class | |
ComponentEditor.java | Interface | Interface which is implemented by any component which is providing editing
support for an OBE component. |
Pollable.java | Interface | Interface implemented by any class which needs to poll a remote resource
at regular intervals. |
PollThread.java | Class | A thread which can poll Pollable classes at regular intervals.
The PollThread is not started until the startPolling()
method is invoked. |
RemoteList.java | Class | An extension of the JList component which polls a remote XML-RPC server and updates
its data if the remote list has been changed. |
XmlRpcClientProvider.java | Interface | A basic interface implemented by any class which will provide XmlRpcClient
implementations. |
XmlRpcConnectDialog.java | Class | Dialog for connecting to an XmlRpc server. |
XmlRpcConnectionManager.java | Class | This class manages connections to XML-RPC servers. |