public class GetTransactionResult extends org.agilewiki.jactor.lpc.Request<Object,Transaction>
Modifier and Type | Field and Description |
---|---|
static GetTransactionResult |
req |
Constructor and Description |
---|
GetTransactionResult() |
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 static final GetTransactionResult req
public void processRequest(org.agilewiki.jactor.lpc.JLPCActor targetActor, org.agilewiki.jactor.RP rp) throws Exception
processRequest
in class org.agilewiki.jactor.lpc.Request<Object,Transaction>
Exception
public boolean isTargetType(org.agilewiki.jactor.Actor targetActor)
isTargetType
in class org.agilewiki.jactor.lpc.Request<Object,Transaction>
targetActor
- The actor to be called.Copyright © 2013. All Rights Reserved.