Java Doc for VirtualMachineImpl.java in  » IDE-Eclipse » jdt » org » eclipse » jdi » internal » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » IDE Eclipse » jdt » org.eclipse.jdi.internal 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.eclipse.jdi.internal.MirrorImpl
      org.eclipse.jdi.internal.VirtualMachineImpl

VirtualMachineImpl
public class VirtualMachineImpl extends MirrorImpl implements VirtualMachine,org.eclipse.jdi.hcr.VirtualMachine,org.eclipse.jdi.VirtualMachine(Code)
This class implements the corresponding interfaces declared by the JDI specification. See the com.sun.jdi package for more information.


Field Summary
final public static  byteHCR_RELOAD_FAILURE
    
final public static  byteHCR_RELOAD_IGNORED
    
final public static  byteHCR_RELOAD_SUCCESS
     Result flags for Classes Have Changed command.
final protected static  StringJAVA_STRATUM_NAME
    

Constructor Summary
public  VirtualMachineImpl(Connection connection)
     Creates a new Virtual Machine.

Method Summary
public  voidaddCachedMirror(ReferenceTypeImpl mirror)
     Adds mirror object to cache.
public  voidaddCachedMirror(ObjectReferenceImpl mirror)
     Adds mirror object to cache.
final protected  IteratorallCachedRefTypes()
    
public  ListallClasses()
     Returns all loaded types (classes, interfaces, and array types).
final protected  IteratorallRefTypes()
    
public  ListallThreads()
     Returns a list of the currently running threads.
public  booleancanAddMethod()
    
public  booleancanBeModified()
    
public  booleancanDoReturn()
    
public  booleancanForceEarlyReturn()
    
public  booleancanGetBytecodes()
    
public  booleancanGetClassFileVersion()
    
public  booleancanGetClassFileVersion1()
    
public  booleancanGetConstantPool()
    
public  booleancanGetCurrentContendedMonitor()
    
public  booleancanGetInstanceInfo()
    
public  booleancanGetMethodReturnValues()
    
public  booleancanGetMonitorFrameInfo()
    
public  booleancanGetMonitorInfo()
    
public  booleancanGetOwnedMonitorInfo()
    
public  booleancanGetSourceDebugExtension()
    
public  booleancanGetSyntheticAttribute()
    
public  booleancanPopFrames()
    
public  booleancanRedefineClasses()
    
public  booleancanReenterOnExit()
    
public  booleancanReloadClasses()
    
public  booleancanRequestMonitorEvents()
    
public  booleancanRequestVMDeathEvent()
    
public  booleancanSetDefaultStratum()
    
public  booleancanUnrestrictedlyRedefineClasses()
    
public  booleancanUseInstanceFilters()
    
public  booleancanUseSourceNameFilters()
    
public  booleancanWatchFieldAccess()
    
public  booleancanWatchFieldModification()
    
public  voidcheckHCRSupported()
    
public  ListclassesByName(String name)
    
public  ListclassesBySignature(String signature)
    
public  intclassesHaveChanged(String[] names)
     Notify the VM that classes have changed due to Hot Code Replacement.
public  Stringdescription()
     Returns text information on the target VM and the debugger support that mirrors it.
public  voiddispose()
     Invalidates this virtual machine mirror.
public  EventQueueeventQueue()
    
public  EventRequestManagereventRequestManager()
    
public  EventRequestManagerImpleventRequestManagerImpl()
    
public  voidexit(int exitCode)
     Causes the mirrored VM to terminate with the given error code.
final public  intfieldIDSize()
    
public  voidflushStoredJdwpResults()
     Flushes all stored Jdwp results.
final public  intframeIDSize()
    
protected  BooleanTypeImplgetBooleanType()
     Return the boolean type for this VM.
protected  ByteTypeImplgetByteType()
     Return the byte type for this VM.
public  ReferenceTypeImplgetCachedMirror(JdwpReferenceTypeID ID)
    
public  ObjectReferenceImplgetCachedMirror(JdwpObjectID ID)
    
public  voidgetCapabilities()
     Retrieve this VM's capabilities.
protected  CharTypeImplgetCharType()
     Return the char type for this VM.
public static  voidgetConstantMaps()
     Retrieves constant mappings.
public  StringgetDefaultStratum()
    
protected  DoubleTypeImplgetDoubleType()
     Return the double type for this VM.
protected  FloatTypeImplgetFloatType()
     Return the float type for this VM.
public  voidgetHCRCapabilities()
     Retrieves the HCR capabilities of the VM.
protected  IntegerTypeImplgetIntegerType()
     Return the integer type for this VM.
protected  LongTypeImplgetLongType()
     Return the long type for this VM.
public  intgetRequestTimeout()
    
protected  ShortTypeImplgetShortType()
     Return the short type for this VM.
public  voidgetVersionInfo()
     Retrieves version info of the VM.
public  long[]instanceCounts(List refTypes)
    
public  booleanisDisconnected()
     Returns whether this VM is disconnected.
public  booleanisHCRSupported()
    
public  booleanisJdwpVersionGreaterOrEqual(int major, int minor)
     Returns whether the JDWP version is greater than or equal to the specified major/minor version numbers.
final public  intmethodIDSize()
    
public  ByteValuemirrorOf(byte value)
     Returns newly created ByteValue for the given value.
public  CharValuemirrorOf(char value)
     Returns newly created CharValue for the given value.
public  DoubleValuemirrorOf(double value)
     Returns newly created DoubleValue for the given value.
public  FloatValuemirrorOf(float value)
     Returns newly created FloatValue for the given value.
public  IntegerValuemirrorOf(int value)
     Returns newly created IntegerValue for the given value.
public  LongValuemirrorOf(long value)
     Returns newly created LongValue for the given value.
public  ShortValuemirrorOf(short value)
     Returns newly created ShortValue for the given value.
public  BooleanValuemirrorOf(boolean value)
     Returns newly created BooleanValue for the given value.
public  StringReferencemirrorOf(String value)
     Returns newly created StringReference for the given value.
public  VoidValuemirrorOfVoid()
     Returns a void value from the VM.
public  Stringname()
    
final public  intobjectIDSize()
    
final public  PacketReceiveManagerpacketReceiveManager()
    
final public  PacketSendManagerpacketSendManager()
    
public  Processprocess()
    
public  voidredefineClasses(Map typesToBytes)
    
final public  intreferenceTypeIDSize()
    
final public  voidremoveKnownRefType(String signature)
    
public static  MapresultHCRMap()
    
public  voidresume()
     Continues the execution of the application running in this virtual machine.
public  voidsetDebugTraceMode(int traceFlags)
    
public  voidsetDefaultStratum(String stratum)
    
public synchronized  voidsetDisconnected(boolean disconnected)
     Sets whether this VM is disconnected.
public  voidsetLaunchedProcess(Process proc)
     Sets Process object for this virtual machine if launched by a LaunchingConnector.
public  voidsetRequestTimeout(int timeout)
     Sets request timeout in ms.
public  voidsuspend()
     Suspends all threads.
public  StringtoString()
    
public  ListtopLevelThreadGroups()
    
public  Stringversion()
    

Field Detail
HCR_RELOAD_FAILURE
final public static byte HCR_RELOAD_FAILURE(Code)



HCR_RELOAD_IGNORED
final public static byte HCR_RELOAD_IGNORED(Code)



HCR_RELOAD_SUCCESS
final public static byte HCR_RELOAD_SUCCESS(Code)
Result flags for Classes Have Changed command.



JAVA_STRATUM_NAME
final protected static String JAVA_STRATUM_NAME(Code)




Constructor Detail
VirtualMachineImpl
public VirtualMachineImpl(Connection connection)(Code)
Creates a new Virtual Machine.




Method Detail
addCachedMirror
public void addCachedMirror(ReferenceTypeImpl mirror)(Code)
Adds mirror object to cache.



addCachedMirror
public void addCachedMirror(ObjectReferenceImpl mirror)(Code)
Adds mirror object to cache.



allCachedRefTypes
final protected Iterator allCachedRefTypes()(Code)
Returns an iterator over all cached classes.



allClasses
public List allClasses()(Code)
Returns all loaded types (classes, interfaces, and array types). For each loaded type in the target VM a ReferenceType will be placed in the returned list.



allRefTypes
final protected Iterator allRefTypes()(Code)
Returns an iterator over all loaded classes.



allThreads
public List allThreads()(Code)
Returns a list of the currently running threads. For each running thread in the target VM, a ThreadReference that mirrors it is placed in the list.



canAddMethod
public boolean canAddMethod()(Code)



canBeModified
public boolean canBeModified()(Code)



canDoReturn
public boolean canDoReturn()(Code)
Returns Whether VM can do a return in the middle of executing a method.



canForceEarlyReturn
public boolean canForceEarlyReturn()(Code)

See Also:   com.sun.jdi.VirtualMachine.canForceEarlyReturn
since:
   3.3



canGetBytecodes
public boolean canGetBytecodes()(Code)
Returns true if this implementation supports the retrieval of a method's bytecodes.



canGetClassFileVersion
public boolean canGetClassFileVersion()(Code)

See Also:   com.sun.jdi.VirtualMachine.canGetClassFileVersion
since:
   3.3



canGetClassFileVersion1
public boolean canGetClassFileVersion1()(Code)
Returns Whether VM can get the version of a given class file.



canGetConstantPool
public boolean canGetConstantPool()(Code)

See Also:   com.sun.jdi.VirtualMachine.canGetConstantPool
since:
   3.3



canGetCurrentContendedMonitor
public boolean canGetCurrentContendedMonitor()(Code)
Returns true if this implementation supports the retrieval of the monitor for which a thread is currently waiting.



canGetInstanceInfo
public boolean canGetInstanceInfo()(Code)

See Also:   com.sun.jdi.VirtualMachine.canGetInstanceInfo
since:
   3.3



canGetMethodReturnValues
public boolean canGetMethodReturnValues()(Code)

See Also:   com.sun.jdi.VirtualMachine.canGetMethodReturnValues
since:
   3.3



canGetMonitorFrameInfo
public boolean canGetMonitorFrameInfo()(Code)

See Also:   com.sun.jdi.VirtualMachine.canGetMonitorFrameInfo
since:
   3.3



canGetMonitorInfo
public boolean canGetMonitorInfo()(Code)
Returns true if this implementation supports the retrieval of the monitor information for an object.



canGetOwnedMonitorInfo
public boolean canGetOwnedMonitorInfo()(Code)
Returns true if this implementation supports the retrieval of the monitors owned by a thread.



canGetSourceDebugExtension
public boolean canGetSourceDebugExtension()(Code)



canGetSyntheticAttribute
public boolean canGetSyntheticAttribute()(Code)
Returns true if this implementation supports the query of the synthetic attribute of a method or field.



canPopFrames
public boolean canPopFrames()(Code)



canRedefineClasses
public boolean canRedefineClasses()(Code)



canReenterOnExit
public boolean canReenterOnExit()(Code)
Returns Whether VM can reenter a method on exit.



canReloadClasses
public boolean canReloadClasses()(Code)
Returns Whether VM can deal with the 'Classes have Changed' command.



canRequestMonitorEvents
public boolean canRequestMonitorEvents()(Code)

See Also:   com.sun.jdi.VirtualMachine.canRequestMonitorEvents
since:
   3.3



canRequestVMDeathEvent
public boolean canRequestVMDeathEvent()(Code)



canSetDefaultStratum
public boolean canSetDefaultStratum()(Code)



canUnrestrictedlyRedefineClasses
public boolean canUnrestrictedlyRedefineClasses()(Code)



canUseInstanceFilters
public boolean canUseInstanceFilters()(Code)



canUseSourceNameFilters
public boolean canUseSourceNameFilters()(Code)

See Also:   com.sun.jdi.VirtualMachine.canUseSourceNameFilters
since:
   3.3



canWatchFieldAccess
public boolean canWatchFieldAccess()(Code)
Returns true if this implementation supports watchpoints for field access.



canWatchFieldModification
public boolean canWatchFieldModification()(Code)
Returns true if this implementation supports watchpoints for field modification.



checkHCRSupported
public void checkHCRSupported() throws UnsupportedOperationException(Code)



classesByName
public List classesByName(String name)(Code)
Returns the loaded reference types that match a given name.



classesBySignature
public List classesBySignature(String signature)(Code)
Returns the loaded reference types that match a given signature.



classesHaveChanged
public int classesHaveChanged(String[] names)(Code)
Notify the VM that classes have changed due to Hot Code Replacement. Returns RELOAD_SUCCESS, RELOAD_FAILURE or RELOAD_IGNORED.



description
public String description()(Code)
Returns text information on the target VM and the debugger support that mirrors it.



dispose
public void dispose()(Code)
Invalidates this virtual machine mirror.



eventQueue
public EventQueue eventQueue()(Code)
Returns EventQueue that returns EventSets from the Virtual Manager.



eventRequestManager
public EventRequestManager eventRequestManager()(Code)
Returns EventRequestManager that creates all event objects on request.



eventRequestManagerImpl
public EventRequestManagerImpl eventRequestManagerImpl()(Code)
Returns EventRequestManagerImpl that creates all event objects on request.



exit
public void exit(int exitCode)(Code)
Causes the mirrored VM to terminate with the given error code.



fieldIDSize
final public int fieldIDSize()(Code)
Returns size of JDWP ID.



flushStoredJdwpResults
public void flushStoredJdwpResults()(Code)
Flushes all stored Jdwp results.



frameIDSize
final public int frameIDSize()(Code)
Returns size of JDWP ID.



getBooleanType
protected BooleanTypeImpl getBooleanType()(Code)
Return the boolean type for this VM.



getByteType
protected ByteTypeImpl getByteType()(Code)
Return the byte type for this VM.



getCachedMirror
public ReferenceTypeImpl getCachedMirror(JdwpReferenceTypeID ID)(Code)
Returns cached mirror object, or null if method is not in cache.



getCachedMirror
public ObjectReferenceImpl getCachedMirror(JdwpObjectID ID)(Code)
Returns cached mirror object, or null if method is not in cache.



getCapabilities
public void getCapabilities()(Code)
Retrieve this VM's capabilities.



getCharType
protected CharTypeImpl getCharType()(Code)
Return the char type for this VM.



getConstantMaps
public static void getConstantMaps()(Code)
Retrieves constant mappings.



getDefaultStratum
public String getDefaultStratum()(Code)



getDoubleType
protected DoubleTypeImpl getDoubleType()(Code)
Return the double type for this VM.



getFloatType
protected FloatTypeImpl getFloatType()(Code)
Return the float type for this VM.



getHCRCapabilities
public void getHCRCapabilities()(Code)
Retrieves the HCR capabilities of the VM.



getIntegerType
protected IntegerTypeImpl getIntegerType()(Code)
Return the integer type for this VM.



getLongType
protected LongTypeImpl getLongType()(Code)
Return the long type for this VM.



getRequestTimeout
public int getRequestTimeout()(Code)
Returns request timeout in ms.



getShortType
protected ShortTypeImpl getShortType()(Code)
Return the short type for this VM.



getVersionInfo
public void getVersionInfo()(Code)
Retrieves version info of the VM.



instanceCounts
public long[] instanceCounts(List refTypes)(Code)

See Also:   com.sun.jdi.VirtualMachine.instanceCounts(java.util.List)
since:
   3.3



isDisconnected
public boolean isDisconnected()(Code)
Returns whether this VM is disconnected. whether this VM is disconnected



isHCRSupported
public boolean isHCRSupported() throws UnsupportedOperationException(Code)



isJdwpVersionGreaterOrEqual
public boolean isJdwpVersionGreaterOrEqual(int major, int minor)(Code)
Returns whether the JDWP version is greater than or equal to the specified major/minor version numbers. whether the JDWP version is greaterthan or equal to the specified major/minorversion numbers



methodIDSize
final public int methodIDSize()(Code)
Returns size of JDWP ID.



mirrorOf
public ByteValue mirrorOf(byte value)(Code)
Returns newly created ByteValue for the given value.



mirrorOf
public CharValue mirrorOf(char value)(Code)
Returns newly created CharValue for the given value.



mirrorOf
public DoubleValue mirrorOf(double value)(Code)
Returns newly created DoubleValue for the given value.



mirrorOf
public FloatValue mirrorOf(float value)(Code)
Returns newly created FloatValue for the given value.



mirrorOf
public IntegerValue mirrorOf(int value)(Code)
Returns newly created IntegerValue for the given value.



mirrorOf
public LongValue mirrorOf(long value)(Code)
Returns newly created LongValue for the given value.



mirrorOf
public ShortValue mirrorOf(short value)(Code)
Returns newly created ShortValue for the given value.



mirrorOf
public BooleanValue mirrorOf(boolean value)(Code)
Returns newly created BooleanValue for the given value.



mirrorOf
public StringReference mirrorOf(String value)(Code)
Returns newly created StringReference for the given value.



mirrorOfVoid
public VoidValue mirrorOfVoid()(Code)
Returns a void value from the VM.



name
public String name()(Code)
Returns the name of the target VM as reported by the property java.vm.name.



objectIDSize
final public int objectIDSize()(Code)
Returns size of JDWP ID.



packetReceiveManager
final public PacketReceiveManager packetReceiveManager()(Code)



packetSendManager
final public PacketSendManager packetSendManager()(Code)



process
public Process process()(Code)
Returns the Process object for this virtual machine if launched by a LaunchingConnector.



redefineClasses
public void redefineClasses(Map typesToBytes)(Code)



referenceTypeIDSize
final public int referenceTypeIDSize()(Code)
Returns size of JDWP ID.



removeKnownRefType
final public void removeKnownRefType(String signature)(Code)



resultHCRMap
public static Map resultHCRMap()(Code)
Returns a map with string representations of tags.



resume
public void resume()(Code)
Continues the execution of the application running in this virtual machine.



setDebugTraceMode
public void setDebugTraceMode(int traceFlags)(Code)



setDefaultStratum
public void setDefaultStratum(String stratum)(Code)



setDisconnected
public synchronized void setDisconnected(boolean disconnected)(Code)
Sets whether this VM is disconnected.
Parameters:
  disconected - whether this VM is disconnected



setLaunchedProcess
public void setLaunchedProcess(Process proc)(Code)
Sets Process object for this virtual machine if launched by a LaunchingConnector.



setRequestTimeout
public void setRequestTimeout(int timeout)(Code)
Sets request timeout in ms.



suspend
public void suspend()(Code)
Suspends all threads.



toString
public String toString()(Code)
Returns description of Mirror object.



topLevelThreadGroups
public List topLevelThreadGroups()(Code)



version
public String version()(Code)
Returns the version of the Java Runtime Environment in the target VM as reported by the property java.version.



Fields inherited from org.eclipse.jdi.internal.MirrorImpl
protected String fDescription(Code)(Java Doc)
protected VerboseWriter fVerboseWriter(Code)(Java Doc)

Methods inherited from org.eclipse.jdi.internal.MirrorImpl
public void checkVM(Mirror mirror) throws VMMismatchException(Code)(Java Doc)
public void defaultIOExceptionHandler(Exception e)(Code)(Java Doc)
public void defaultReplyErrorHandler(int error)(Code)(Java Doc)
public void disconnectVM()(Code)(Java Doc)
final public JdwpCommandPacket getCommandVM(int command, long timeout) throws InterruptedException(Code)(Java Doc)
public void handledJdwpEventSet()(Code)(Java Doc)
public void handledJdwpRequest()(Code)(Java Doc)
public void initJdwpEventSet(JdwpCommandPacket commandPacket)(Code)(Java Doc)
public void initJdwpRequest()(Code)(Java Doc)
public boolean readBoolean(String description, DataInputStream in) throws IOException(Code)(Java Doc)
public byte readByte(String description, DataInputStream in) throws IOException(Code)(Java Doc)
public byte readByte(String description, Map valueToString, DataInputStream in) throws IOException(Code)(Java Doc)
public byte readByte(String description, String[] bitNames, DataInputStream in) throws IOException(Code)(Java Doc)
public byte[] readByteArray(int length, String description, DataInputStream in) throws IOException(Code)(Java Doc)
public char readChar(String description, DataInputStream in) throws IOException(Code)(Java Doc)
public double readDouble(String description, DataInputStream in) throws IOException(Code)(Java Doc)
public float readFloat(String description, DataInputStream in) throws IOException(Code)(Java Doc)
public int readInt(String description, DataInputStream in) throws IOException(Code)(Java Doc)
public int readInt(String description, Map valueToString, DataInputStream in) throws IOException(Code)(Java Doc)
public int readInt(String description, String[] bitNames, DataInputStream in) throws IOException(Code)(Java Doc)
public long readLong(String description, DataInputStream in) throws IOException(Code)(Java Doc)
public short readShort(String description, DataInputStream in) throws IOException(Code)(Java Doc)
public short readShort(String description, Map valueToString, DataInputStream in) throws IOException(Code)(Java Doc)
public short readShort(String description, String[] bitNames, DataInputStream in) throws IOException(Code)(Java Doc)
public String readString(String description, DataInputStream in) throws IOException(Code)(Java Doc)
public JdwpReplyPacket requestVM(int command, byte[] outData)(Code)(Java Doc)
public JdwpReplyPacket requestVM(int command, ByteArrayOutputStream outData)(Code)(Java Doc)
public JdwpReplyPacket requestVM(int command, ObjectReferenceImpl object)(Code)(Java Doc)
public JdwpReplyPacket requestVM(int command, ReferenceTypeImpl refType)(Code)(Java Doc)
public JdwpReplyPacket requestVM(int command)(Code)(Java Doc)
public String toString()(Code)(Java Doc)
public VerboseWriter verboseWriter()(Code)(Java Doc)
public VirtualMachine virtualMachine()(Code)(Java Doc)
public VirtualMachineImpl virtualMachineImpl()(Code)(Java Doc)
public void writeBoolean(boolean value, String description, DataOutputStream out) throws IOException(Code)(Java Doc)
public void writeByte(byte value, String description, DataOutputStream out) throws IOException(Code)(Java Doc)
public void writeByte(byte value, String description, Map valueToString, DataOutputStream out) throws IOException(Code)(Java Doc)
public void writeByte(byte value, String description, String[] bitNames, DataOutputStream out) throws IOException(Code)(Java Doc)
public void writeChar(char value, String description, DataOutputStream out) throws IOException(Code)(Java Doc)
public void writeDouble(double value, String description, DataOutputStream out) throws IOException(Code)(Java Doc)
public void writeFloat(float value, String description, DataOutputStream out) throws IOException(Code)(Java Doc)
public void writeInt(int value, String description, DataOutputStream out) throws IOException(Code)(Java Doc)
public void writeInt(int value, String description, Map valueToString, DataOutputStream out) throws IOException(Code)(Java Doc)
public void writeInt(int value, String description, String[] bitNames, DataOutputStream out) throws IOException(Code)(Java Doc)
public void writeLong(long value, String description, DataOutputStream out) throws IOException(Code)(Java Doc)
public void writeShort(short value, String description, DataOutputStream out) throws IOException(Code)(Java Doc)
public void writeShort(short value, String description, Map valueToString, DataOutputStream out) throws IOException(Code)(Java Doc)
public void writeShort(short value, String description, String[] bitNames, DataOutputStream out) throws IOException(Code)(Java Doc)
public void writeString(String value, String description, DataOutputStream out) throws IOException(Code)(Java Doc)
public void writeVerboseCommandPacketHeader(JdwpCommandPacket commandPacket)(Code)(Java Doc)

Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.