public class LocalDataSource extends DataSource
| Constructor and Description |
|---|
LocalDataSource()
Creates a new data source.
|
LocalDataSource(boolean zeroInitialization)
Deprecated.
do not use zero initialization of local variable: does not work for non numeric variables
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
channelHandlerLookupName(String channelName) |
void |
connectRead(ReadRecipe readRecipe) |
void |
connectWrite(WriteRecipe writeRecipe) |
protected ChannelHandler |
createChannel(String channelName) |
channelHandlerRegisterName, close, disconnectRead, disconnectWrite, getChannels, isWriteable, writepublic LocalDataSource()
@Deprecated public LocalDataSource(boolean zeroInitialization)
zeroInitialization - whether to initialize variable to 0protected ChannelHandler createChannel(String channelName)
createChannel in class DataSourceprotected String channelHandlerLookupName(String channelName)
channelHandlerLookupName in class DataSourcepublic void connectRead(ReadRecipe readRecipe)
connectRead in class DataSourcepublic void connectWrite(WriteRecipe writeRecipe)
connectWrite in class DataSourceCopyright © 2018. All rights reserved.