Uses of Class
javax.tools.diagnostics.image.DataUnavailable

Packages that use DataUnavailable
javax.tools.diagnostics.image Package of interfaces representing a snapshot of a program. 
javax.tools.diagnostics.runtime.java Definition of an abstract view of a Java runtime. 
 

Uses of DataUnavailable in javax.tools.diagnostics.image
 

Methods in javax.tools.diagnostics.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<java.net.InetAddress> Image.getIPAddresses()
          The set of IP addresses (as InetAddresses) which the system running the image possessed.
 java.util.List<ImageModule> 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.List<ImageStackFrame> 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 have permission to allow the processor to attempt to execute 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 processes..
 

Uses of DataUnavailable in javax.tools.diagnostics.runtime.java
 

Methods in javax.tools.diagnostics.runtime.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.
 JavaHeap JavaObject.getHeap()
          Gets the heap where this object is located.
 boolean JavaVMInitArgs.getIgnoreUnrecognized()
          Fetch the ignoreUnrecognized field from the JavaVMInitArgs structure used to create this Java Virtual Machine.
 ImageThread JavaThread.getImageThread()
          Returns the operating system level thread that executes the Java thread.
 JavaVMInitArgs JavaRuntime.getJavaVMInitArgs()
          Fetch the JavaVMInitArgs which were used to create this VM.
 int JavaLocation.getLineNumber()
           Get the line number.
 java.lang.String JavaVariable.getName()
           The name of the variable.
 JavaObject JavaRuntime.getObjectAtAddress(ImagePointer address)
          Gets the object located at address address in the heap.
 java.util.List<JavaVMOption> JavaVMInitArgs.getOptions()
          Fetch the options used to start this Java Virtual Machine, 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.
 java.lang.Object JavaStackFrame.getVariable(int slot)
          Gets the value of a variable from a stack frame.
 int JavaVMInitArgs.getVersion()
          Fetch the JNI version from the JavaVMInitArgs structure used to create this Java Virtual Machine.
 boolean JavaReference.isClassReference()
           Check to see if this reference points to a class.
 boolean JavaReference.isObjectReference()
           Check to see if this reference points to an object in the heap
 



Copyright © 2010. All Rights Reserved.