com.ibm.dtfj.image
Uses of Class DataUnavailable
Packages that use DataUnavailable
Package | Description |
---|---|
com.ibm.dtfj.image | |
com.ibm.dtfj.java |
Uses of DataUnavailable in com.ibm.dtfj.image
Modifier and Type | Method and Description |
---|---|
|
ImageProcess.getCommandLine()
Fetch the command line for this process.
|
|
Image.getCreationTime()
Determines when the image was created
|
|
ImageProcess.getEnvironment()
Get the environment variables for this process.
|
ImageProcess.getExecutable()
Get the module representing the executable within the image.
|
|
|
Image.getHostName()
Get the host name of the system where the image was running.
|
|
ImageProcess.getID()
Get the system-wide identifier for the process.
|
|
Image.getInstalledMemory()
Get the amount of physical memory (in bytes) installed in the system on which
the image was running.
|
|
Image.getIPAddresses()
The set of IP addresses (as InetAddresses) which the system running the image possessed.
|
|
ImageProcess.getLibraries()
Get the set of shared libraries which are loaded in this process.
|
|
Image.getProcessorCount()
Get the number of CPUs running in the system on which the image was running.
|
|
Image.getProcessorSubType()
Get the precise model of the CPU.
|
|
Image.getProcessorType()
Get the family name for the processor on which the image was
running.
|
|
ImageProcess.getSignalName()
Get the name of the OS signal in this process which triggered the
creation of this image.
|
|
ImageProcess.getSignalNumber()
Get the OS signal number in this process which triggered the creation
of this image.
|
|
ImageThread.getStackFrames()
Get the set of stack frames on this thread.
|
|
Image.getSystemSubType()
Get the detailed name of the operating system.
|
|
Image.getSystemType()
Get the family name for the operating system.
|
|
ImageSection.isExecutable()
Tests executable permission on memory section.
|
|
ImagePointer.isExecutable()
Tests memory execute permission.
|
|
ImageSection.isReadOnly()
Tests read permission on memory section.
|
|
ImagePointer.isReadOnly()
Tests memory read/write permission.
|
|
ImageSection.isShared()
Tests shared permission on memory section.
|
|
ImagePointer.isShared()
Tests memory shared permission.
|
Uses of DataUnavailable in com.ibm.dtfj.java
Modifier and Type | Method and Description |
---|---|
|
JavaRuntimeMemorySection.getAllocator()
Returns string describing the code that allocated this memory section.
|
JavaThread.getBlockingObject()
For threads that are in STATE_BLOCKED_ON_MONITOR_ENTER this method returns the JavaObject who's monitor they are blocked on.
|
|
JavaMember.getDeclaringClass()
Get the class which declares this field or method
|
|
JavaVMOption.getExtraInfo()
Fetch the extraInfo component of this option.
|
|
|
JavaLocation.getFilename()
Get the source file name.
|
|
JavaObject.getHashcode()
Fetch the basic hash code for the object.
|
JavaObject.getHeap()
Gets the heap where this object is located.
|
|
|
JavaVMInitArgs.getIgnoreUnrecognized()
Fetch the ignoreUnrecognized field from the JavaVMInitArgs structure used to create this VM.
|
JavaThread.getImageThread()
Represents the joining point between the Java view of execution and the corresponding native view.
|
|
|
JavaClass.getInstanceSize()
Returns the size in bytes of an instance of this class on the heap.
|
JavaRuntime.getJavaVMInitArgs()
Fetch the JavaVMInitArgs which were used to create this VM.
|
|
|
JavaLocation.getLineNumber()
Get the line number.
|
|
JavaRuntime.getMemoryCategories()
Returns iterator of the top-level memory categories used by this
Java runtime.
|
JavaRuntimeMemorySection.getMemoryCategory()
Returns memory category this section was allocated under.
|
|
|
JavaRuntimeMemoryCategory.getMemorySections(boolean includeFreed)
Gets iterator of memory sections allocated against this category.
|
|
JavaRuntime.getMemorySections(boolean includeFreed)
Returns an iterator of JavaRuntimeMemorySection objects corresponding to the blocks of memory allocated by the JavaRuntime.
|
JavaRuntime.getObjectAtAddress(ImagePointer address)
Gets the object located at address
address in the heap.
|
|
|
JavaVMInitArgs.getOptions()
Fetch the options used to start this VM, in the order they were originally specified.
|
|
JavaVMOption.getOptionString()
Fetch the optionString component of the option.
|
|
JavaObject.getPersistentHashcode()
Fetch the basic hash code of the object in the image.
|
|
JavaReference.getSource()
Get the source of this reference if available.
|
|
JavaReference.getTarget()
Get the object referred to by this reference.
|
|
JavaVMInitArgs.getVersion()
Fetch the JNI version from the JavaVMInitArgs structure used to create this VM.
|
|
JavaReference.isClassReference()
Does this reference point to a class?
|
|
JavaReference.isObjectReference()
Does this reference point to an object in the heap?
|