Serialized Form
-
Package org.scictrl.csshell
-
Exception Class org.scictrl.csshell.RemoteException
class RemoteException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
instance
Object instance
Remote instance.
-
-
Class org.scictrl.csshell.ResponseEvent
class ResponseEvent extends EventObject implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
request
Request<C extends AbstractConnector<?>> request
Variable holding a reference to the request object. The request contained by this field is the request for which a new response is being delivered. -
response
Response<C extends AbstractConnector<?>> response
Variable holding a reference to the response object.
-
-