jdk/src/jdk.jvmstat/share/classes/sun/jvmstat/monitor/remote/RemoteVm.java
changeset 28059 e576535359cc
parent 25859 3317bb8137f4
equal deleted inserted replaced
28058:87940c838900 28059:e576535359cc
    47      * @throws RemoteException Thrown on any communication error
    47      * @throws RemoteException Thrown on any communication error
    48      */
    48      */
    49     byte[] getBytes() throws RemoteException;
    49     byte[] getBytes() throws RemoteException;
    50 
    50 
    51     /**
    51     /**
    52      * Interface to get the the size of the instrumentation buffer
    52      * Interface to get the size of the instrumentation buffer
    53      * for the target Java Virtual Machine.
    53      * for the target Java Virtual Machine.
    54      *
    54      *
    55      * @return int - the size of the instrumentation buffer for the
    55      * @return int - the size of the instrumentation buffer for the
    56      *               remote Java Virtual Machine.
    56      *               remote Java Virtual Machine.
    57      * @throws RemoteException Thrown on any communication error
    57      * @throws RemoteException Thrown on any communication error