equal
deleted
inserted
replaced
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 |