public interface OperationHandler
| Modifier and Type | Method and Description |
|---|---|
String |
getType()
The type of the operation.
|
void |
onProcess(ObjectInputStream ois,
ObjectOutputStream oos)
|
String getType()
void onProcess(ObjectInputStream ois, ObjectOutputStream oos) throws IOException, ClassNotFoundException
ois - the ObjectInputStream to read information from the
Client, typically parameters from an Operationoos - the ObjectOutputStream to write information to the
Client, typically the result of an OperationIOException - if either of the streams can't be read/written toClassNotFoundException - if a requested class can't be loadedCopyright © 2014. All Rights Reserved.