Package org.eclipse.spi.net4j
Class Channel.ReceiverWork
- java.lang.Object
- 
- org.eclipse.net4j.util.concurrent.RunnableWithName
- 
- org.eclipse.spi.net4j.Channel.ReceiverWork
 
 
- 
- All Implemented Interfaces:
- java.lang.Runnable
 - Enclosing class:
- Channel
 
 @Deprecated protected class Channel.ReceiverWork extends org.eclipse.net4j.util.concurrent.RunnableWithNameDeprecated.As of 4.10 scheduled for future removal.If the meaning of this type isn't clear, there really should be more of a description here...- Author:
- Eike Stepper
 
- 
- 
Constructor SummaryConstructors Constructor Description ReceiverWork(IBuffer buffer)Deprecated.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected voiddoRun()Deprecated.java.lang.StringgetName()Deprecated.
 
- 
- 
- 
Constructor Detail- 
ReceiverWorkpublic ReceiverWork(IBuffer buffer) Deprecated.- Since:
- 3.0
 
 
- 
 
-