Uses of Class
com.ibm.dtfj.image.DataUnavailable

Packages that use DataUnavailable
com.ibm.dtfj.image   
com.ibm.dtfj.java   
 

Uses of DataUnavailable in com.ibm.dtfj.image
 

Methods in com.ibm.dtfj.image that throw DataUnavailable
 java.lang.String ImageProcess.getCommandLine()
          Fetch the command line for this process.
 long Image.getCreationTime()
          Determines when the image was created
 java.util.Properties ImageProcess.getEnvironment()
          Get the environment variables for this process.
 ImageModule ImageProcess.getExecutable()
          Get the module representing the executable within the image.
 java.lang.String Image.getHostName()
          Get the host name of the system where the image was running.
 java.lang.String ImageProcess.getID()
          Get the system-wide identifier for the process.
 long Image.getInstalledMemory()
          Get the amount of physical memory (in bytes) installed in the system on which the image was running.
 java.util.Iterator Image.getIPAddresses()
          The set of IP addresses (as InetAddresses) which the system running the image possessed.
 java.util.Iterator ImageProcess.getLibraries()
          Get the set of shared libraries which are loaded in this process.
 int Image.getProcessorCount()
          Get the number of CPUs running in the system on which the image was running.
 java.lang.String Image.getProcessorSubType()
          Get the precise model of the CPU.
 java.lang.String Image.getProcessorType()
          Get the family name for the processor on which the image was running.
 java.lang.String ImageProcess.getSignalName()
          Get the name of the OS signal in this process which triggered the creation of this image.
 int ImageProcess.getSignalNumber()
          Get the OS signal number in this process which triggered the creation of this image.
 java.util.Iterator ImageThread.getStackFrames()
          Get the set of stack frames on this thread.
 java.lang.String Image.getSystemSubType()
          Get the detailed name of the operating system.
 java.lang.String Image.getSystemType()
          Get the family name for the operating system.
 boolean ImagePointer.isExecutable()
          Is the referenced location executable ?
 boolean ImageSection.isExecutable()
          Does this section contain executable code ?
 boolean ImagePointer.isReadOnly()
          Is the referenced location read only ?
 boolean ImageSection.isReadOnly()
          Is this section read-only ?
 boolean ImagePointer.isShared()
          Is the referenced location shared ?
 boolean ImageSection.isShared()
          Is this section shared with other VMs.
 

Uses of DataUnavailable in com.ibm.dtfj.java
 

Methods in com.ibm.dtfj.java that throw DataUnavailable
 JavaClass JavaMember.getDeclaringClass()
          Get the class which declares this field or method
 ImagePointer JavaVMOption.getExtraInfo()
          Fetch the extraInfo component of this option.
 java.lang.String JavaLocation.getFilename()
          Get the source file name.
 long JavaObject.getHashcode()
          Fetch the basic hash code for the object.
 boolean JavaVMInitArgs.getIgnoreUnrecognized()
          Fetch the ignoreUnrecognized field from the JavaVMInitArgs structure used to create this VM.
 ImageThread JavaThread.getImageThread()
          Represents the joining point between the Java view of execution and the corresponding native view.
 JavaVMInitArgs JavaRuntime.getJavaVMInitArgs()
          Fetch the JavaVMInitArgs which were used to create this VM.
 int JavaLocation.getLineNumber()
          Get the line number.
 java.util.Iterator JavaVMInitArgs.getOptions()
          Fetch the options used to start this VM, in the order they were originally specified.
 java.lang.String JavaVMOption.getOptionString()
          Fetch the optionString component of the option.
 long JavaObject.getPersistentHashcode()
          Fetch the basic hash code of the object in the image.
 java.lang.Object JavaReference.getSource()
          Get the source of this reference if available.
 java.lang.Object JavaReference.getTarget()
          Get the object referred to by this reference.
 int JavaVMInitArgs.getVersion()
          Fetch the JNI version from the JavaVMInitArgs structure used to create this VM.
 boolean JavaReference.isClassReference()
          Does this reference point to a class?
 boolean JavaReference.isObjectReference()
          Does this reference point to an object in the heap?