Lines Matching refs:RemoteException

41   public RemoteDebuggerServer() throws RemoteException {  in RemoteDebuggerServer()
47 public RemoteDebuggerServer(Debugger debugger) throws RemoteException { in RemoteDebuggerServer()
52 public String getOS() throws RemoteException { in getOS()
56 public String getCPU() throws RemoteException { in getCPU()
60 public MachineDescription getMachineDescription() throws RemoteException { in getMachineDescription()
64 public long lookupInProcess(String objectName, String symbol) throws RemoteException { in lookupInProcess()
69 public ReadResult readBytesFromProcess(long address, long numBytes) throws RemoteException { in readBytesFromProcess()
73 public boolean hasConsole() throws RemoteException { in hasConsole()
77 public String getConsolePrompt() throws RemoteException { in getConsolePrompt()
81 public String consoleExecuteCommand(String cmd) throws RemoteException { in consoleExecuteCommand()
85 public long getJBooleanSize() throws RemoteException { in getJBooleanSize()
89 public long getJByteSize() throws RemoteException { in getJByteSize()
93 public long getJCharSize() throws RemoteException { in getJCharSize()
97 public long getJDoubleSize() throws RemoteException { in getJDoubleSize()
101 public long getJFloatSize() throws RemoteException { in getJFloatSize()
105 public long getJIntSize() throws RemoteException { in getJIntSize()
109 public long getJLongSize() throws RemoteException { in getJLongSize()
113 public long getJShortSize() throws RemoteException { in getJShortSize()
117 public long getHeapOopSize() throws RemoteException { in getHeapOopSize()
121 public long getNarrowOopBase() throws RemoteException { in getNarrowOopBase()
125 public int getNarrowOopShift() throws RemoteException { in getNarrowOopShift()
129 public long getKlassPtrSize() throws RemoteException { in getKlassPtrSize()
133 public long getNarrowKlassBase() throws RemoteException { in getNarrowKlassBase()
137 public int getNarrowKlassShift() throws RemoteException { in getNarrowKlassShift()
142 long addrOrId2, boolean isAddress2) throws RemoteException { in areThreadsEqual()
149 public int getThreadHashCode(long addrOrId, boolean isAddress) throws RemoteException { in getThreadHashCode()
154 …ic long[] getThreadIntegerRegisterSet(long addrOrId, boolean isAddress) throws RemoteException { in getThreadIntegerRegisterSet()