Re: jdk8-b100: JSN, Tools, Core Libraries, Serviceability, 2d, Awt, and Swing

2013-07-24 Thread Enrico Olivelli
ystem private fields ? Thanks Enrico Olivelli Il 23/07/2013 20:35, lana.ste...@oracle.com ha scritto: http://hg.openjdk.java.net/jdk8/jdk8/rev/d2dcb110e9db http://hg.openjdk.java.net/jdk8/jdk8/nashorn/rev/598321c438b5 http://hg.openjdk.java.net/jdk8/jdk8/langtools/rev/82f68da70e47

Re: Monitoring open socket

2013-05-04 Thread Enrico Olivelli
) / .getInputStream() Methods and return an appropriate wrapper that overrides the read(byte[],int,int) and write(byte[],int,int) methods in which you could maintain the "latest socket activity timestamp" information. HTH Best regards, Thomas 2013/5/3 Enrico Olivelli <mailto:eoli

Re: Monitoring open socket

2013-05-03 Thread Enrico Olivelli
Il 02/05/2013 22:44, Alan Bateman ha scritto: On 02/05/2013 20:35, Enrico Olivelli wrote: Hi, In jdk7 there is no way to ask the jvm for the list of actually active sockets, witout jni or any other native non-portable solution. Is there any plan to add a jmx set of beans to monitor jvm network

Monitoring open socket

2013-05-02 Thread Enrico Olivelli
Hi, In jdk7 there is no way to ask the jvm for the list of actually active sockets, witout jni or any other native non-portable solution. Is there any plan to add a jmx set of beans to monitor jvm network activity in a portable manner? Thanks Enrico