Package org.eclipse.spi.net4j
Class ChannelContainer
- java.lang.Object
- 
- org.eclipse.net4j.util.event.Notifier
- 
- org.eclipse.net4j.util.lifecycle.Lifecycle
- 
- org.eclipse.net4j.util.lifecycle.ShareableLifecycle
- 
- org.eclipse.net4j.util.container.Container<E>
- 
- org.eclipse.net4j.util.container.SetContainer<IChannel>
- 
- org.eclipse.spi.net4j.ChannelContainer
 
 
 
 
 
 
- 
- All Implemented Interfaces:
- org.eclipse.net4j.util.container.IContainer<IChannel>,- org.eclipse.net4j.util.container.IContainer.Modifiable<IChannel>,- org.eclipse.net4j.util.container.IContainer.Persistable<IChannel>,- org.eclipse.net4j.util.event.INotifier,- org.eclipse.net4j.util.event.INotifier.INotifier2,- org.eclipse.net4j.util.lifecycle.IDeactivateable,- org.eclipse.net4j.util.lifecycle.ILifecycle,- org.eclipse.net4j.util.lifecycle.ILifecycle.DeferrableActivation
 
 public class ChannelContainer extends org.eclipse.net4j.util.container.SetContainer<IChannel> - Since:
- 4.13
- Author:
- Eike Stepper
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.container.IContainerorg.eclipse.net4j.util.container.IContainer.Modifiable<E extends java.lang.Object>, org.eclipse.net4j.util.container.IContainer.Persistable<E extends java.lang.Object>, org.eclipse.net4j.util.container.IContainer.Persistence<E extends java.lang.Object>
 
- 
 - 
Constructor SummaryConstructors Constructor Description ChannelContainer(org.eclipse.net4j.util.container.IContainer<?> delegate)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidaddChannel(IChannel channel)protected voiddoActivate()protected voiddoDeactivate()protected voidnotifyChannelEvent(org.eclipse.net4j.util.event.IEvent event)protected voidnotifyProtocolEvent(org.eclipse.net4j.util.event.IEvent event)protected voidremoveChannel(IChannel channel)- 
Methods inherited from class org.eclipse.net4j.util.container.SetContaineraddAllElements, addElement, clear, containerModified, elementAdded, elementRemoved, getComponentType, getElements, getPersistence, getSet, isEmpty, isSavedWhenModified, load, removeAllElements, removeElement, save, setPersistence, sortElements, validateElement
 - 
Methods inherited from class org.eclipse.net4j.util.container.ContainerfireContainerEvent, fireContainerEvent, fireContainerEvent, fireElementAddedEvent, fireElementRemovedEvent, fireElementsAddedEvent, fireElementsRemovedEvent, fireEvent, newContainerEvent, newContainerEvent
 - 
Methods inherited from class org.eclipse.net4j.util.lifecycle.Lifecycleactivate, checkActive, checkArg, checkArg, checkInactive, checkNull, checkState, checkState, deactivate, deferredActivate, doAfterActivate, doBeforeActivate, doBeforeDeactivate, dump, getLifecycleState, isActive, isDeferredActivation, toString
 - 
Methods inherited from class org.eclipse.net4j.util.event.NotifieraddListener, addUniqueListener, fireEvent, fireEvent, fireThrowable, firstListenerAdded, getListeners, getNotificationService, hasListener, hasListeners, lastListenerRemoved, listenerAdded, listenerRemoved, removeListener
 
- 
 
- 
- 
- 
Method Detail- 
notifyChannelEventprotected void notifyChannelEvent(org.eclipse.net4j.util.event.IEvent event) 
 - 
notifyProtocolEventprotected void notifyProtocolEvent(org.eclipse.net4j.util.event.IEvent event) 
 - 
doActivateprotected void doActivate() throws java.lang.Exception- Overrides:
- doActivatein class- org.eclipse.net4j.util.container.SetContainer<IChannel>
- Throws:
- java.lang.Exception
 
 - 
doDeactivateprotected void doDeactivate() throws java.lang.Exception- Overrides:
- doDeactivatein class- org.eclipse.net4j.util.container.SetContainer<IChannel>
- Throws:
- java.lang.Exception
 
 - 
addChannelprotected void addChannel(IChannel channel) 
 - 
removeChannelprotected void removeChannel(IChannel channel) 
 
- 
 
-