|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IConnection
| Method Summary | |
|---|---|
void |
addConnectionListener(IConnectionListener listener)
Adds a ConnectionListener to this Connection instance. |
void |
connect(org.eclipse.tptp.platform.execution.client.core.INode node,
org.eclipse.tptp.platform.execution.client.core.ConnectionInfo connInfo)
|
void |
disconnect()
|
long |
getNextContextId()
|
org.eclipse.tptp.platform.execution.client.core.INode |
getNode()
|
int |
getPort()
|
boolean |
isActive()
|
void |
removeConnectionListener(IConnectionListener listener)
Removes a ConnectionListener from this Connection instance. |
void |
sendData(int dataConnectionId,
byte[] buffer,
int bufferLength)
|
void |
sendMessage(IControlMessage msg,
org.eclipse.tptp.platform.execution.util.ICommandHandler handler)
|
| Method Detail |
|---|
void sendMessage(IControlMessage msg,
org.eclipse.tptp.platform.execution.util.ICommandHandler handler)
throws java.io.IOException
java.io.IOExceptionvoid disconnect()
org.eclipse.tptp.platform.execution.client.core.INode getNode()
boolean isActive()
int getPort()
long getNextContextId()
void connect(org.eclipse.tptp.platform.execution.client.core.INode node,
org.eclipse.tptp.platform.execution.client.core.ConnectionInfo connInfo)
throws java.io.IOException,
org.eclipse.tptp.platform.execution.exceptions.SecureConnectionRequiredException,
org.eclipse.tptp.platform.execution.exceptions.LoginFailedException,
org.eclipse.tptp.platform.execution.exceptions.UntrustedAgentControllerException,
org.eclipse.tptp.platform.execution.exceptions.ReconnectRequestedException
java.io.IOException
org.eclipse.tptp.platform.execution.exceptions.SecureConnectionRequiredException
org.eclipse.tptp.platform.execution.exceptions.LoginFailedException
org.eclipse.tptp.platform.execution.exceptions.UntrustedAgentControllerException
org.eclipse.tptp.platform.execution.exceptions.ReconnectRequestedExceptionvoid addConnectionListener(IConnectionListener listener)
ConnectionListenervoid removeConnectionListener(IConnectionListener listener)
ConnectionListener
void sendData(int dataConnectionId,
byte[] buffer,
int bufferLength)
|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||