|
JMACS | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDiClient
device-interface client.
Method Summary | |
---|---|
void |
connect()
to JMACS server. |
void |
connect(int ucastPort)
as above, but specifying the local port to which the socket that creates the connection for sending status samples in the unicast case, must bind. |
void |
connect(int ucastPort,
int ucastSubscriberPort)
as above, but also specifying the local port to which the socket that creates the connection for receiving subscribed-to status samples in the unicast case, must bind. |
void |
disconnect()
from server. |
void |
terminate()
called last, to relinquish allocated resources. |
Method Detail |
---|
void connect() throws InterruptedException, MalformedURLException, RemoteException
InterruptedException
MalformedURLException
RemoteException
void connect(int ucastPort) throws InterruptedException, MalformedURLException, RemoteException
InterruptedException
MalformedURLException
RemoteException
void connect(int ucastPort, int ucastSubscriberPort) throws InterruptedException, MalformedURLException, RemoteException
InterruptedException
MalformedURLException
RemoteException
void disconnect()
void terminate() throws IOException
IOException
|
JMACS | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |