The IRemoteProcess interface contains the following methods:
Break breaks execution on all threads in this Java process.
Detach is called by a debugger to detach its IRemoteProcessCallbackEx2 interface from this Java process.
FindClass is used to obtain the IRemoteClassField interface for a named Java class, loading the Java class as a system class first if necessary.
GetGlobalContainerObject returns the IRemoteContainerObject interface representing this Java process’s global container object.
GetThreadGroups returns an IJavaEnumRemoteThreadGroup enumerator for all the thread groups in this Java process.
RegisterCallback is called by a debugger to register a callback interface that should receive notification and information regarding this Java process.
TraceMethods is deprecated.