TPTP 4.4.0 Platform Project
Public API Specification

org.eclipse.hyades.execution.core
Interface INodeExtended

All Superinterfaces:
INode
All Known Implementing Classes:
NodeImpl

public interface INodeExtended
extends INode

Extended node that extends the node with the capability to connect given a connection specifier.


Method Summary
 ISession connect(ConnectionSpecifier specifier)
           
 
Methods inherited from interface org.eclipse.hyades.execution.core.INode
connect, getName
 

Method Detail

connect

public ISession connect(ConnectionSpecifier specifier)
                 throws java.net.UnknownHostException,
                        UnknownDaemonException,
                        DaemonConnectException
Throws:
java.net.UnknownHostException
UnknownDaemonException
DaemonConnectException

TPTP 4.4.0 Platform Project
Public API Specification