org.eclipse.ecf.datashare
Class ChannelContainer

java.lang.Object
  extended by org.eclipse.ecf.datashare.ChannelContainer
All Implemented Interfaces:
IChannelContainer

public class ChannelContainer
extends java.lang.Object
implements IChannelContainer

Since:
2.0

Constructor Summary
ChannelContainer(IContainer container, IChannelContainerAdapter containerAdapter)
           
 
Method Summary
 IContainer getContainer()
           
 IChannelContainerAdapter getContainerAdapter()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChannelContainer

public ChannelContainer(IContainer container,
                        IChannelContainerAdapter containerAdapter)
Method Detail

getContainer

public IContainer getContainer()
Specified by:
getContainer in interface IChannelContainer

getContainerAdapter

public IChannelContainerAdapter getContainerAdapter()
Specified by:
getContainerAdapter in interface IChannelContainer