public class CacheWriterServer.WriteAllOperationHandler extends Object implements OperationHandler
OperationHandler for a CacheWriter.writeAll(java.util.Collection)} operation.| Constructor and Description |
|---|
CacheWriterServer.WriteAllOperationHandler() |
| Modifier and Type | Method and Description |
|---|---|
String |
getType()
The type of the operation.
|
void |
onProcess(ObjectInputStream ois,
ObjectOutputStream oos)
|
public CacheWriterServer.WriteAllOperationHandler()
public String getType()
OperationHandlergetType in interface OperationHandlerpublic void onProcess(ObjectInputStream ois, ObjectOutputStream oos) throws IOException, ClassNotFoundException
OperationHandleronProcess in interface OperationHandlerois - 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.