Package org.jcsp.net.dynamic
Interface MigratableChannelInput
- All Superinterfaces:
ChannelInput,FilteredChannelInput,NetChannelInput,Networked,Poisonable,ReadFiltered
- All Known Implementing Classes:
MigratableAltingChannelInput,MigratableAltingChannelInputImpl
A migratable networked input channel end.
-
Method Summary
Modifier and TypeMethodDescriptionvoidPrepares the channel end for movement to another node.Methods inherited from interface org.jcsp.lang.ChannelInput
endRead, read, startReadMethods inherited from interface org.jcsp.net.NetChannelInput
destroyReader, getFactoryClassMethods inherited from interface org.jcsp.net.Networked
getChannelLocationMethods inherited from interface org.jcsp.lang.Poisonable
poisonMethods inherited from interface org.jcsp.util.filter.ReadFiltered
addReadFilter, addReadFilter, getReadFilter, getReadFilterCount, removeReadFilter, removeReadFilter
-
Method Details
-
prepareToMove
void prepareToMove()Prepares the channel end for movement to another node.
-