Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ecf-dev] Clarification needed for datashare events...

Hi all,

The javadocs for the datashare channel events are a little lacking so
I'm looking for some clarifications.

--------

IChannelConnectEvent
IChannelDisconnectEvent

It seems these events are fired when the channel's parent IContainer
connects or disconnects. Is this correct? As an aside, the javadocs
for IChannelDisconnectEvent seems to be incomplete.

--------

IChannelContainerChannelActivatedEvent
IChannelContainerChannelDeactivatedEvent

These are fired to the channel container when a channel is
activated/deactivated. How is this exactly defined? Is a channel
active when it is okay to invoke sendMessage(byte[]) and/or
sendMessage(ID, byte[])? Is a deactivation event supposed to be sent
when the channel is disposed?

Thanks,
Remy


Back to the top