Package co.paralleluniverse.strands
Interface Stranded
-
- All Known Implementing Classes:
Actor
,BasicActor
,BehaviorActor
,EventSourceActor
,FiniteStateMachineActor
,Mailbox
,ProxyServerActor
,QueueDoubleChannel
,QueueFloatChannel
,QueueIntChannel
,QueueLongChannel
,QueuePrimitiveChannel
,ServerActor
,SingleConsumerQueueChannel
,SupervisorActor
public interface Stranded
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Strand
getStrand()
void
setStrand(Strand strand)
-