public interface JavaCPNInterface
| Modifier and Type | Method and Description |
|---|---|
void |
accept(int port) |
void |
connect(java.lang.String hostName,
int port) |
void |
disconnect() |
java.io.ByteArrayOutputStream |
receive() |
void |
send(java.io.ByteArrayInputStream sendBytes) |
void connect(java.lang.String hostName,
int port)
throws java.io.IOException
java.io.IOExceptionvoid accept(int port)
throws java.io.IOException
java.io.IOExceptionvoid send(java.io.ByteArrayInputStream sendBytes) throws java.net.SocketException
java.net.SocketExceptionjava.io.ByteArrayOutputStream receive()
throws java.net.SocketException
java.net.SocketExceptionvoid disconnect()
throws java.io.IOException
java.io.IOExceptionCopyright © 2004-2014 The YAWL Foundation.