public class KMakeBytes<KEY_TYPE extends Comparable<KEY_TYPE>> extends org.agilewiki.jactor.lpc.Request<Boolean,JAMap>
Constructor and Description |
---|
KMakeBytes(KEY_TYPE key,
byte[] bytes)
Create the request.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isTargetType(org.agilewiki.jactor.Actor targetActor)
Returns true when targetActor is an instanceof TARGET_TYPE
|
void |
processRequest(org.agilewiki.jactor.lpc.JLPCActor targetActor,
org.agilewiki.jactor.RP rp) |
public KMakeBytes(KEY_TYPE key, byte[] bytes)
key
- The key of the new element.bytes
- Holds the serialized data.Copyright © 2013. All Rights Reserved.