- java.lang.Object
-
- com.ibm.j9ddr.tools.ddrinteractive.ASNoProcess
-
- All Implemented Interfaces:
IAddressSpace
,IMemory
,IProcess
public class ASNoProcess extends Object implements IAddressSpace, IProcess
-
-
Constructor Summary
Constructors Constructor Description ASNoProcess(IAddressSpace space)
-
Method Summary
-
Methods declared in class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods declared in interface com.ibm.j9ddr.corereaders.memory.IAddressSpace
getAddressSpaceId, getCore, getProcesses
-
Methods declared in interface com.ibm.j9ddr.corereaders.memory.IMemory
findPattern, getByteAt, getByteOrder, getBytesAt, getBytesAt, getIntAt, getLongAt, getMemoryRanges, getPlatform, getProperties, getShortAt, isExecutable, isReadOnly, isShared
-
Methods declared in interface com.ibm.j9ddr.corereaders.memory.IProcess
bytesPerPointer, getAddressSpace, getCommandLine, getEnvironmentVariables, getExecutable, getModules, getPointerAt, getProcedureNameForAddress, getProcedureNameForAddress, getProcessId, getSignalNumber, getThreads, isFailingProcess
-
-
-
-
Constructor Detail
-
ASNoProcess
public ASNoProcess(IAddressSpace space)
-
-