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 ChannelInput
endRead, read, startReadMethods inherited from interface NetChannelInput
destroyReader, getFactoryClassMethods inherited from interface Networked
getChannelLocationMethods inherited from interface Poisonable
poisonMethods inherited from interface ReadFiltered
addReadFilter, addReadFilter, getReadFilter, getReadFilterCount, removeReadFilter, removeReadFilter
-
Method Details
-
prepareToMove
void prepareToMove()Prepares the channel end for movement to another node.
-