org.eclipse.hyades.collection.framework.channel
Class DataChannelHelper
java.lang.Object
org.eclipse.hyades.collection.framework.channel.DataChannelHelper
public class DataChannelHelper
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataChannelHelper
public DataChannelHelper()
createDataChannel
public DataChannelImpl createDataChannel()
throws DataChannelCreationException
- Throws:
DataChannelCreationException
createDataChannel
public DataChannelImpl createDataChannel(java.lang.String name)
throws DataChannelCreationException
- Throws:
DataChannelCreationException
createDataChannel
public DataChannelImpl createDataChannel(int size)
throws DataChannelCreationException
- Throws:
DataChannelCreationException
createDataChannel
public DataChannelImpl createDataChannel(java.lang.String name,
int size)
throws DataChannelCreationException
- Throws:
DataChannelCreationException
connectToDataChannel
public DataChannelImpl connectToDataChannel(java.lang.String name)
throws DataChannelConnectionException
- Throws:
DataChannelConnectionException