|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IChannel | |
---|---|
fulmine.context | |
fulmine.distribution | |
fulmine.distribution.channel | |
fulmine.distribution.connection.tcp | |
fulmine.distribution.events |
Uses of IChannel in fulmine.context |
---|
Methods in fulmine.context that return IChannel | |
---|---|
IChannel |
INetwork.createChannel(IConnection connection)
Create a channel |
IChannel[] |
FulmineContext.getConnectedChannels()
|
IChannel[] |
FTContext.getConnectedChannels()
|
Uses of IChannel in fulmine.distribution |
---|
Methods in fulmine.distribution that return IChannel | |
---|---|
IChannel[] |
IDistributionManager.getConnectedChannels()
Get all the currently connected channels |
Methods in fulmine.distribution that return types with arguments of type IChannel | |
---|---|
Map<String,IChannel> |
IDistributionState.getChannels()
The channels in use, keyed on remote context identity. |
Method parameters in fulmine.distribution with type arguments of type IChannel | |
---|---|
void |
IDistributionState.setChannels(Map<String,IChannel> channels)
Set the channels. |
Uses of IChannel in fulmine.distribution.channel |
---|
Classes in fulmine.distribution.channel that implement IChannel | |
---|---|
class |
Channel
The default channel implementation. |
Methods in fulmine.distribution.channel that return IChannel | |
---|---|
IChannel |
IChannelFactory.createChannel(IConnection connection,
IFrameworkContext context)
Construct the channel |
IChannel |
ChannelFactory.createChannel(IConnection connection,
IFrameworkContext context)
|
IChannel |
ChannelReadyEvent.getChannel()
Get the channel that has become ready |
Methods in fulmine.distribution.channel with parameters of type IChannel | |
---|---|
void |
IChannelState.init(IChannel channel,
IChannelOperations channelOps)
Initialise the state |
Constructors in fulmine.distribution.channel with parameters of type IChannel | |
---|---|
ChannelReadyEvent(IEventManager context,
IChannel channel)
Standard constructor |
Uses of IChannel in fulmine.distribution.connection.tcp |
---|
Methods in fulmine.distribution.connection.tcp that return IChannel | |
---|---|
IChannel |
TcpNetwork.createChannel(IConnection connection)
|
Uses of IChannel in fulmine.distribution.events |
---|
Methods in fulmine.distribution.events that return IChannel | |
---|---|
IChannel |
ChannelDestroyedEvent.getChannel()
Get the channel that was destroyed |
Constructors in fulmine.distribution.events with parameters of type IChannel | |
---|---|
ChannelDestroyedEvent(IEventManager context,
IChannel channel)
Standard constructor to encapsulate the destroyed channel |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |