JamaicaVM -- User Documentation: The Virtual Machine for Real-time and Embedded Systems | ||
---|---|---|
Prev | Appendix A. Targets | Next |
In the current release of Jamaica for the Windows the following limitations have to be taken into account:
java.net.Socket.setSoTime() is not implemented. No exception is thrown.
java.net.MulticastSocket.setTimeToLive() is not implemented. No exception is thrown.
java.net.MulticastSocket.setInterface() is not implemented. No exception is thrown.
java.net.Socket.getSoTime() is not implemented. No exception is thrown, instead always 0 is returned.
java.net.MulticastSocket.getTimeToLive() is not implemented. No exception is thrown, instead always 0 is returned.
java.net.MulticastSocket.getInterface() is not implemented. No exception is thrown, instead always 0.0.0.0 is returned.
No realtime signals are available.