public class TransferGraph extends FSMActivity
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
TYPENAME |
Constructor and Description |
---|
TransferGraph(HyperGraphPeer thisPeer,
HGTraversal traversal,
HGPeerIdentity target) |
TransferGraph(HyperGraphPeer thisPeer,
HGTraversal traversal,
HGPeerIdentity target,
Mapping<Pair<HGHandle,java.lang.Object>,HGHandle> atomFinder) |
TransferGraph(HyperGraphPeer thisPeer,
java.util.UUID id) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getType()
Return the type name of this activity.
|
void |
initiate()
Empty method - override to implement activity initiation.
|
WorkflowStateConstant |
onInformRef(Json msg) |
WorkflowStateConstant |
onQueryRef(Json msg) |
handleMessage, onPeerFailure, onPeerNotUnderstand
public static final java.lang.String TYPENAME
public TransferGraph(HyperGraphPeer thisPeer, java.util.UUID id)
public TransferGraph(HyperGraphPeer thisPeer, HGTraversal traversal, HGPeerIdentity target)
public TransferGraph(HyperGraphPeer thisPeer, HGTraversal traversal, HGPeerIdentity target, Mapping<Pair<HGHandle,java.lang.Object>,HGHandle> atomFinder)
public void initiate()
FSMActivity
Empty method - override to implement activity initiation.
initiate
in class FSMActivity
public WorkflowStateConstant onQueryRef(Json msg) throws java.lang.Throwable
java.lang.Throwable
public WorkflowStateConstant onInformRef(Json msg) throws java.lang.ClassNotFoundException
java.lang.ClassNotFoundException
public java.lang.String getType()
Activity
Return the type name of this activity. By the default to fully-qualified class name is returned. This method can be overridden by sub-classes to provide a short and/or more human-readable type name.