TPTP 4.6.0 Platform Project
Public API Specification

org.eclipse.hyades.collection.framework.channel
Class DataChannelHelper

java.lang.Object
  extended by org.eclipse.hyades.collection.framework.channel.DataChannelHelper

public class DataChannelHelper
extends java.lang.Object


Constructor Summary
DataChannelHelper()
           
 
Method Summary
 DataChannelImpl connectToDataChannel(java.lang.String name)
           
 DataChannelImpl createDataChannel()
           
 DataChannelImpl createDataChannel(int size)
           
 DataChannelImpl createDataChannel(java.lang.String name)
           
 DataChannelImpl createDataChannel(java.lang.String name, int size)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataChannelHelper

public DataChannelHelper()
Method Detail

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

TPTP 4.6.0 Platform Project
Public API Specification