public class CacheLoaderServer.LoadOperationHandler extends Object implements OperationHandler
OperationHandler for a CacheLoader.load(Object) operation.| Constructor and Description |
|---|
CacheLoaderServer.LoadOperationHandler() |
| Modifier and Type | Method and Description |
|---|---|
String |
getType()
The type of the operation.
|
void |
onProcess(ObjectInputStream ois,
ObjectOutputStream oos)
|
public CacheLoaderServer.LoadOperationHandler()
public String getType()
getType in interface OperationHandlerpublic void onProcess(ObjectInputStream ois, ObjectOutputStream oos) throws IOException, ClassNotFoundException
onProcess 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.