Modifier and Type | Field and Description |
---|---|
Subscriber |
subscriber
The name of the subscribing actor.
|
Constructor and Description |
---|
Unsubscribe(Subscriber subscriber)
Create a Subscribe request.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isTargetType(Actor targetActor)
Returns true when targetActor is an instanceof TARGET_TYPE
|
void |
processRequest(JLPCActor targetActor,
RP rp) |
public final Subscriber subscriber
public Unsubscribe(Subscriber subscriber)
subscriber
- The subscribing actor.public void processRequest(JLPCActor targetActor, RP rp) throws Exception
processRequest
in class Request<Boolean,Publisher>
Exception
public boolean isTargetType(Actor targetActor)
isTargetType
in class Request<Boolean,Publisher>
targetActor
- The actor to be called.Copyright © 2012. All Rights Reserved.