Package | Description |
---|---|
org.eclipse.ecf.datashare | |
org.eclipse.ecf.provider.datashare |
Modifier and Type | Field and Description |
---|---|
protected IChannel |
AbstractShare.channel |
Modifier and Type | Method and Description |
---|---|
IChannel |
IChannelContainerAdapter.createChannel(IChannelConfig newChannelConfig)
Create a new channel within this container
|
IChannel |
IChannelContainerAdapter.createChannel(ID channelID,
IChannelListener listener,
Map properties)
Create a new channel within this container
|
IChannel |
AbstractShare.getChannel() |
IChannel |
IAbstractChannelContainerAdapter.getChannel(ID channelID)
Get IChannel with given channelID.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseChannel |
Modifier and Type | Method and Description |
---|---|
IChannel |
DatashareContainer.createChannel(IChannelConfig newChannelConfig) |
IChannel |
DatashareContainerAdapter.createChannel(IChannelConfig newChannelConfig) |
IChannel |
SharedObjectDatashareContainerAdapter.createChannel(IChannelConfig newChannelConfig) |
IChannel |
DatashareContainer.createChannel(ID newID,
IChannelListener listener,
Map properties) |
IChannel |
DatashareContainerAdapter.createChannel(ID newID,
IChannelListener listener,
Map properties) |
IChannel |
SharedObjectDatashareContainerAdapter.createChannel(ID newID,
IChannelListener listener,
Map properties) |
IChannel |
DatashareContainer.getChannel(ID channelID) |
IChannel |
DatashareContainerAdapter.getChannel(ID channelID) |
IChannel |
SharedObjectDatashareContainerAdapter.getChannel(ID channelID) |
Copyright © 2017 Eclipse Foundation. All rights reserved.