Java Doc for DynamicClassInfo.java in  » IDE-Netbeans » cvsclient » org » netbeans » lib » profiler » classfile » 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 Netbeans » cvsclient » org.netbeans.lib.profiler.classfile 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.netbeans.lib.profiler.classfile.BaseClassInfo
      org.netbeans.lib.profiler.classfile.ClassInfo
         org.netbeans.lib.profiler.classfile.DynamicClassInfo

DynamicClassInfo
public class DynamicClassInfo extends ClassInfo (Code)
A representation of a binary Java class that contains information for the class file itself, plus various status bits used for proper instrumentation state accounting in JFluid.
author:
   Tomas Hurka
author:
   Misha Dmitirev



Constructor Summary
public  DynamicClassInfo(String className, int loaderId, String classFileLocation)
    

Method Summary
public  voidaddSubclass(DynamicClassInfo subclass)
    
public  booleangetAllMethodsMarkers()
    
public  booleangetAllMethodsRoots()
    
public  intgetBaseCPoolCount(int injType)
    
public  intgetBaseCPoolCountLen()
    
public  byte[]getClassFileBytes()
    
public  StringgetClassFileLocation()
    
public  intgetCurrentCPoolCount()
    
public  intgetExceptionTableStartOffsetInMethodInfo(int idx)
    
public  chargetInstrMethodId(int i)
    
public  byte[]getMethodBytecode(int idx)
    
public  intgetMethodBytecodesLength(int idx)
    
public  byte[]getMethodInfo(int idx)
    
public  intgetMethodInfoLength(int idx)
    
public  byte[]getOrigMethodInfo(int idx)
    
public  intgetOrigMethodInfoLength(int idx)
    
public  ArrayListgetSubclasses()
    
public  DynamicClassInfogetSuperClass()
    
public  DynamicClassInfo[]getSuperInterfaces()
    
public  booleanhasInstrumentedMethods()
    
public  booleanhasUninstrumentedMarkerMethods()
    
public  booleanhasUninstrumentedRootMethods()
    
public  booleanimplementsInterface(String intfName)
     Note that this method uses the name of the interface in question intentionally - its (few) callers benefit from providing the name rather than a DynamicClassInfo.
public  booleanisLoaded()
    
public  booleanisMethodInstrumented(int i)
    
public  booleanisMethodLeaf(int i)
    
public  booleanisMethodMarker(int i)
    
public  booleanisMethodReachable(int i)
    
public  booleanisMethodRoot(int i)
    
public  booleanisMethodScanned(int i)
    
public  booleanisMethodSpecial(int i)
    
public  booleanisMethodUnscannable(int i)
    
public  booleanisMethodVirtual(int i)
    
public  booleanisServletDoMethodScanned()
    
public  booleanisSubclassOf(String superClass)
    
public  voidsaveMethodInfo(int idx, byte[] methodInfo)
    
public  voidsetAllMethodsMarkers()
    
public  voidsetAllMethodsRoots()
    
public  voidsetBaseCPoolCount(int injType, int v)
    
public  voidsetCurrentCPoolCount(int v)
    
public  voidsetHasUninstrumentedMarkerMethods(boolean v)
    
public  voidsetHasUninstrumentedRootMethods(boolean v)
    
public  voidsetInstrMethodId(int i, int id)
    
public  voidsetLoaded(boolean loaded)
    
public  voidsetMethodInstrumented(int i)
    
public  voidsetMethodLeaf(int i)
    
public  voidsetMethodMarker(int i)
    
public  voidsetMethodReachable(int i)
    
public  voidsetMethodRoot(int i)
    
public  voidsetMethodScanned(int i)
    
public  voidsetMethodSpecial(int i)
    
public  voidsetMethodUnscannable(int i)
    
public  voidsetMethodVirtual(int i)
    
public  voidsetServletDoMethodScanned()
    
public  voidsetSuperClass(DynamicClassInfo sc)
    
public  voidsetSuperInterface(DynamicClassInfo si, int idx)
    
public  voidunsetMethodInstrumented(int i)
    
public  voidunsetMethodSpecial(int i)
    


Constructor Detail
DynamicClassInfo
public DynamicClassInfo(String className, int loaderId, String classFileLocation) throws IOException, ClassFormatError(Code)




Method Detail
addSubclass
public void addSubclass(DynamicClassInfo subclass)(Code)



getAllMethodsMarkers
public boolean getAllMethodsMarkers()(Code)



getAllMethodsRoots
public boolean getAllMethodsRoots()(Code)



getBaseCPoolCount
public int getBaseCPoolCount(int injType)(Code)



getBaseCPoolCountLen
public int getBaseCPoolCountLen()(Code)



getClassFileBytes
public byte[] getClassFileBytes() throws IOException(Code)



getClassFileLocation
public String getClassFileLocation()(Code)



getCurrentCPoolCount
public int getCurrentCPoolCount()(Code)



getExceptionTableStartOffsetInMethodInfo
public int getExceptionTableStartOffsetInMethodInfo(int idx)(Code)



getInstrMethodId
public char getInstrMethodId(int i)(Code)



getMethodBytecode
public byte[] getMethodBytecode(int idx)(Code)



getMethodBytecodesLength
public int getMethodBytecodesLength(int idx)(Code)



getMethodInfo
public byte[] getMethodInfo(int idx)(Code)



getMethodInfoLength
public int getMethodInfoLength(int idx)(Code)



getOrigMethodInfo
public byte[] getOrigMethodInfo(int idx)(Code)



getOrigMethodInfoLength
public int getOrigMethodInfoLength(int idx)(Code)



getSubclasses
public ArrayList getSubclasses()(Code)



getSuperClass
public DynamicClassInfo getSuperClass()(Code)



getSuperInterfaces
public DynamicClassInfo[] getSuperInterfaces()(Code)



hasInstrumentedMethods
public boolean hasInstrumentedMethods()(Code)



hasUninstrumentedMarkerMethods
public boolean hasUninstrumentedMarkerMethods()(Code)



hasUninstrumentedRootMethods
public boolean hasUninstrumentedRootMethods()(Code)



implementsInterface
public boolean implementsInterface(String intfName)(Code)
Note that this method uses the name of the interface in question intentionally - its (few) callers benefit from providing the name rather than a DynamicClassInfo.



isLoaded
public boolean isLoaded()(Code)



isMethodInstrumented
public boolean isMethodInstrumented(int i)(Code)



isMethodLeaf
public boolean isMethodLeaf(int i)(Code)



isMethodMarker
public boolean isMethodMarker(int i)(Code)



isMethodReachable
public boolean isMethodReachable(int i)(Code)



isMethodRoot
public boolean isMethodRoot(int i)(Code)



isMethodScanned
public boolean isMethodScanned(int i)(Code)



isMethodSpecial
public boolean isMethodSpecial(int i)(Code)



isMethodUnscannable
public boolean isMethodUnscannable(int i)(Code)



isMethodVirtual
public boolean isMethodVirtual(int i)(Code)



isServletDoMethodScanned
public boolean isServletDoMethodScanned()(Code)



isSubclassOf
public boolean isSubclassOf(String superClass)(Code)



saveMethodInfo
public void saveMethodInfo(int idx, byte[] methodInfo)(Code)



setAllMethodsMarkers
public void setAllMethodsMarkers()(Code)



setAllMethodsRoots
public void setAllMethodsRoots()(Code)



setBaseCPoolCount
public void setBaseCPoolCount(int injType, int v)(Code)



setCurrentCPoolCount
public void setCurrentCPoolCount(int v)(Code)



setHasUninstrumentedMarkerMethods
public void setHasUninstrumentedMarkerMethods(boolean v)(Code)



setHasUninstrumentedRootMethods
public void setHasUninstrumentedRootMethods(boolean v)(Code)



setInstrMethodId
public void setInstrMethodId(int i, int id)(Code)



setLoaded
public void setLoaded(boolean loaded)(Code)



setMethodInstrumented
public void setMethodInstrumented(int i)(Code)



setMethodLeaf
public void setMethodLeaf(int i)(Code)



setMethodMarker
public void setMethodMarker(int i)(Code)



setMethodReachable
public void setMethodReachable(int i)(Code)



setMethodRoot
public void setMethodRoot(int i)(Code)



setMethodScanned
public void setMethodScanned(int i)(Code)



setMethodSpecial
public void setMethodSpecial(int i)(Code)



setMethodUnscannable
public void setMethodUnscannable(int i)(Code)



setMethodVirtual
public void setMethodVirtual(int i)(Code)



setServletDoMethodScanned
public void setServletDoMethodScanned()(Code)



setSuperClass
public void setSuperClass(DynamicClassInfo sc)(Code)



setSuperInterface
public void setSuperInterface(DynamicClassInfo si, int idx)(Code)



unsetMethodInstrumented
public void unsetMethodInstrumented(int i)(Code)



unsetMethodSpecial
public void unsetMethodSpecial(int i)(Code)



Fields inherited from org.netbeans.lib.profiler.classfile.ClassInfo
char accessFlags(Code)(Java Doc)
int attrsStartOfs(Code)(Java Doc)
char[] cpoolRefsToClassIdx(Code)(Java Doc)
String[] cpoolRefsToClassName(Code)(Java Doc)
String[][] cpoolRefsToMethodClassNameAndSig(Code)(Java Doc)
char[] cpoolRefsToMethodIdx(Code)(Java Doc)
int cpoolStartOfs(Code)(Java Doc)
int[] exceptionTableStartOffsets(Code)(Java Doc)
int fieldsStartOfs(Code)(Java Doc)
String[] interfaces(Code)(Java Doc)
int intermediateDataStartOfs(Code)(Java Doc)
short lineNumberTablesInitStatus(Code)(Java Doc)
char[] lineNumberTablesLengths(Code)(Java Doc)
int[] lineNumberTablesOffsets(Code)(Java Doc)
char[] methodAccessFlags(Code)(Java Doc)
char[] methodBytecodesLengths(Code)(Java Doc)
int[] methodBytecodesOffsets(Code)(Java Doc)
int[] methodInfoLengths(Code)(Java Doc)
int[] methodInfoOffsets(Code)(Java Doc)
String[] methodNames(Code)(Java Doc)
String[] methodSignatures(Code)(Java Doc)
int methodsStartOfs(Code)(Java Doc)
String[] nestedClassNames(Code)(Java Doc)
int origCPoolCount(Code)(Java Doc)
String packageName(Code)(Java Doc)
String superName(Code)(Java Doc)

Methods inherited from org.netbeans.lib.profiler.classfile.ClassInfo
public int bciForMethodAndLineNo(int methodIdx, int lineNo)(Code)(Java Doc)
public int checkIfAtGoTo(int methodIdx, int bci)(Code)(Java Doc)
public boolean containsMethod(String name, String sig)(Code)(Java Doc)
public static int findPreviousBCI(byte[] codeBytes, int bci)(Code)(Java Doc)
abstract protected byte[] getClassFileBytes() throws IOException, ClassNotFoundException(Code)(Java Doc)
public int getExceptionTableStartOffsetInMethodInfo(int i)(Code)(Java Doc)
public String[] getInterfaceNames()(Code)(Java Doc)
public LineNumberTables getLineNumberTables()(Code)(Java Doc)
public byte[] getMethodBytecode(int i)(Code)(Java Doc)
public int getMethodBytecodeOffsetInMethodInfo(int i)(Code)(Java Doc)
public int getMethodBytecodesLength(int i)(Code)(Java Doc)
public int getMethodIndex(String name, String sig)(Code)(Java Doc)
public byte[] getMethodInfo(int i)(Code)(Java Doc)
public int getMethodInfoLength(int i)(Code)(Java Doc)
public String getMethodName(int i)(Code)(Java Doc)
public String[] getMethodNames()(Code)(Java Doc)
public String getMethodSignature(int i)(Code)(Java Doc)
public String[] getMethodSignatures()(Code)(Java Doc)
public int[] getMinAndMaxLinesForMethod(int methodIdx)(Code)(Java Doc)
public String[] getNestedClassNames()(Code)(Java Doc)
public int getOrigAttrsStartOfs()(Code)(Java Doc)
public int getOrigCPoolCount()(Code)(Java Doc)
public int getOrigCPoolStartOfs()(Code)(Java Doc)
public int getOrigFieldsStartOfs()(Code)(Java Doc)
public int getOrigIntermediateDataStartOfs()(Code)(Java Doc)
public int getOrigMethodsStartOfs()(Code)(Java Doc)
protected static String getPackageName(String clazzName)(Code)(Java Doc)
public String getRefClassName(int refClassIdx)(Code)(Java Doc)
public String[] getRefMethodsClassNameAndSig(int refMethodIdx)(Code)(Java Doc)
public String getSuperclassName()(Code)(Java Doc)
public boolean isAbstract()(Code)(Java Doc)
public boolean isInterface()(Code)(Java Doc)
public boolean isMethodAbstract(int i)(Code)(Java Doc)
public boolean isMethodFinal(int i)(Code)(Java Doc)
public boolean isMethodNative(int i)(Code)(Java Doc)
public boolean isMethodPrivate(int i)(Code)(Java Doc)
public boolean isMethodProtected(int i)(Code)(Java Doc)
public boolean isMethodPublic(int i)(Code)(Java Doc)
public boolean isMethodStatic(int i)(Code)(Java Doc)
public int lineNoForMethodAndBci(int methodIdx, int bci)(Code)(Java Doc)
public int[] methodIdxAndBestBCIForLineNo(int lineNo)(Code)(Java Doc)
public int overridesVirtualMethod(ClassInfo superClass, int superMethodIdx)(Code)(Java Doc)

Fields inherited from org.netbeans.lib.profiler.classfile.BaseClassInfo
protected int classLoaderId(Code)(Java Doc)
protected String name(Code)(Java Doc)
protected String nameAndLoader(Code)(Java Doc)

Methods inherited from org.netbeans.lib.profiler.classfile.BaseClassInfo
public int getInstrClassId()(Code)(Java Doc)
public int getLoaderId()(Code)(Java Doc)
public String getName()(Code)(Java Doc)
public String getNameAndLoader()(Code)(Java Doc)
public void setInstrClassId(int id)(Code)(Java Doc)
public void setLoaderId(int loaderId)(Code)(Java Doc)
public String toString()(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.