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
  1. java.lang.String
ImageProcess.getCommandLine()
Fetch the command line for this process.
  1. long
Image.getCreationTime()
Determines when the image was created
  1. java.util.Properties
ImageProcess.getEnvironment()
Get the environment variables for this process.
  1. ImageModule
ImageProcess.getExecutable()
Get the module representing the executable within the image.
  1. java.lang.String
Image.getHostName()
Get the host name of the system where the image was running.
  1. java.lang.String
ImageProcess.getID()
Get the system-wide identifier for the process.
  1. long
Image.getInstalledMemory()
Get the amount of physical memory (in bytes) installed in the system on which the image was running.
  1. java.util.Iterator
Image.getIPAddresses()
The set of IP addresses (as InetAddresses) which the system running the image possessed.
  1. java.util.Iterator
ImageProcess.getLibraries()
Get the set of shared libraries which are loaded in this process.
  1. int
Image.getProcessorCount()
Get the number of CPUs running in the system on which the image was running.
  1. java.lang.String
Image.getProcessorSubType()
Get the precise model of the CPU.
  1. java.lang.String
Image.getProcessorType()
Get the family name for the processor on which the image was running.
  1. java.lang.String
ImageProcess.getSignalName()
Get the name of the OS signal in this process which triggered the creation of this image.
  1. int
ImageProcess.getSignalNumber()
Get the OS signal number in this process which triggered the creation of this image.
  1. java.util.Iterator
ImageThread.getStackFrames()
Get the set of stack frames on this thread.
  1. java.lang.String
Image.getSystemSubType()
Get the detailed name of the operating system.
  1. java.lang.String
Image.getSystemType()
Get the family name for the operating system.
  1. boolean
ImageSection.isExecutable()
Tests executable permission on memory section.
  1. boolean
ImagePointer.isExecutable()
Tests memory execute permission.
  1. boolean
ImageSection.isReadOnly()
Tests read permission on memory section.
  1. boolean
ImagePointer.isReadOnly()
Tests memory read/write permission.
  1. boolean
ImageSection.isShared()
Tests shared permission on memory section.
  1. boolean
ImagePointer.isShared()
Tests memory shared permission.

Uses of DataUnavailable in com.ibm.dtfj.java

Modifier and Type Method and Description
  1. java.lang.String
JavaRuntimeMemorySection.getAllocator()
Returns string describing the code that allocated this memory section.
  1. JavaObject
JavaThread.getBlockingObject()
For threads that are in STATE_BLOCKED_ON_MONITOR_ENTER this method returns the JavaObject who's monitor they are blocked on.
  1. JavaClass
JavaMember.getDeclaringClass()
Get the class which declares this field or method
  1. ImagePointer
JavaVMOption.getExtraInfo()
Fetch the extraInfo component of this option.
  1. java.lang.String
JavaLocation.getFilename()
Get the source file name.
  1. long
JavaObject.getHashcode()
Fetch the basic hash code for the object.
  1. JavaHeap
JavaObject.getHeap()
Gets the heap where this object is located.
  1. boolean
JavaVMInitArgs.getIgnoreUnrecognized()
Fetch the ignoreUnrecognized field from the JavaVMInitArgs structure used to create this VM.
  1. ImageThread
JavaThread.getImageThread()
Represents the joining point between the Java view of execution and the corresponding native view.
  1. long
JavaClass.getInstanceSize()
Returns the size in bytes of an instance of this class on the heap.
  1. JavaVMInitArgs
JavaRuntime.getJavaVMInitArgs()
Fetch the JavaVMInitArgs which were used to create this VM.
  1. int
JavaLocation.getLineNumber()
Get the line number.
  1. java.util.Iterator
JavaRuntime.getMemoryCategories()
Returns iterator of the top-level memory categories used by this Java runtime.
  1. JavaRuntimeMemoryCategory
JavaRuntimeMemorySection.getMemoryCategory()
Returns memory category this section was allocated under.
  1. java.util.Iterator
JavaRuntimeMemoryCategory.getMemorySections(boolean includeFreed)
Gets iterator of memory sections allocated against this category.
  1. java.util.Iterator
JavaRuntime.getMemorySections(boolean includeFreed)
Returns an iterator of JavaRuntimeMemorySection objects corresponding to the blocks of memory allocated by the JavaRuntime.
  1. JavaObject
JavaRuntime.getObjectAtAddress(ImagePointer address)
Gets the object located at address address in the heap.
  1. java.util.Iterator
JavaVMInitArgs.getOptions()
Fetch the options used to start this VM, in the order they were originally specified.
  1. java.lang.String
JavaVMOption.getOptionString()
Fetch the optionString component of the option.
  1. long
JavaObject.getPersistentHashcode()
Fetch the basic hash code of the object in the image.
  1. java.lang.Object
JavaReference.getSource()
Get the source of this reference if available.
  1. java.lang.Object
JavaReference.getTarget()
Get the object referred to by this reference.
  1. int
JavaVMInitArgs.getVersion()
Fetch the JNI version from the JavaVMInitArgs structure used to create this VM.
  1. boolean
JavaReference.isClassReference()
Does this reference point to a class?
  1. boolean
JavaReference.isObjectReference()
Does this reference point to an object in the heap?