Java Doc for CompositePoGenerator.java in  » Database-ORM » ODAL » com » completex » objective » tools » generators » 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 » Database ORM » ODAL » com.completex.objective.tools.generators 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.completex.objective.tools.generators.CompositePoGenerator

All known Subclasses:   com.completex.objective.tools.generators.CompositeBeanGenerator,
CompositePoGenerator
public class CompositePoGenerator (Code)

author:
   Gennady Krizhevsky

Inner Class :protected static class LineStruct implements Cloneable
Inner Class :static class LineStructBlock implements Cloneable
Inner Class :protected class ClassStruct

Field Summary
final public static  StringCLASSES
    
final public static  StringCLASS_NAME
    
final public static  StringCLASS_PREFIX
    
final public static  StringCLASS_SUFFIX
    
final public static  StringCMP_CONFIG_PATH
    
final public static  StringCMP_DESC_PATH
    
final public static  StringCOLLECTION_FACTORY_SUFFIX
    
final public static  StringCPD_CHILD_PREFIX
    
final public static  StringCPX_CHILD_PREFIX
    
final protected static  CollectionFactoryDEFAULT_COLLECTION_FACTORY
    
final public static  StringFILTER_PATTERN
    
final public static  StringGENERATE_BEAN
    
final public static  StringGENERATE_INTERFACES
    
final public static  StringGENERATE_MAPPER
    
final public static  StringGENERATE_TO_STRING
    
final public static  StringGENERIC
    
final public static  StringINTERFACES
    
final public static  StringOUT_DIR
    
final public static  StringPACKAGE
    
final public static  StringPARENT_CLASS
    
final public static  StringPO_CONFIG_PATH
    
final public static  StringTAG_CLASS_NAME
    
final public static  StringTAG_INTERFACE_NAME
    
final public static  StringTAG_PACKAGE
    
protected  booleandebug
    
protected  SdlReadersdlReader
    

Constructor Summary
public  CompositePoGenerator()
    

Method Summary
protected  voidaddCompoundExtraImports(Map baseTemplate, Map templateObjectReference)
    
protected  voidaddToImports(String extraImports, ArrayList imports)
    
protected  ClassStructbaseClassNameByDependency(MetaObjectReference metaObjectReference, Referencing child, MetaObjectModel metaObjectModel, String objectKey)
    
protected  ClassStructbaseInterfaceNameByDependency(MetaObjectReference metaObjectReference, Referencing child, MetaObjectModel metaObjectModel, String objectKey)
    
protected  StringbuildConstructorArgs(MetaMultipleResultFactory multipleResultFactory)
    
protected  StringclassName(MetaObjectReference metaObjectReference, String objectKey, LineStruct lineStruct)
    
public  MapextractProperties(String propertiesPath)
    
public  MapextractProperties(String propertiesPath, Properties env)
    
protected  MetaModelsExtractor.ExtractStructEntryextractStructEntryByRef(MetaRef metaRef, MetaObjectModel metaObjectModel, Set seen)
    
protected  StringfullConstName(String className, String columnName)
    
protected  voidgenerateClasses(MetaObjectModel metaObjectModel, LineStructBlock block)
    
protected  voidgenerateInterfaces(MetaObjectModel metaObjectModel, LineStructBlock block)
    
protected  PropertyMapgetAllPropertyMap()
    
protected  StringgetDefaultClassTemplatePath()
    
protected  StringgetDefaultInterfaceTemplatePath()
    
public  MetaModelsExtractor.ExtractStructgetExtractStruct()
    
protected  ListgetImports(Map templateObjectReference)
    
public  LoggetLogger()
    
public  MetaObjectModelgetMetaObjectModel()
    
public static  StringgetOrIs(MetaColumn column)
    
protected  ClassStructgetParentClassName(MetaObjectReference metaObjectReference, MetaObjectModel metaObjectModel, String objectKey, LineStruct classLineStruct, LineStruct intfLineStruct)
    
protected  ClassStructgetParentInterfaceName(MetaObjectReference metaObjectReference, MetaObjectModel metaObjectModel, String objectKey, LineStruct classLineStruct, LineStruct intfLineStruct)
    
protected  TemplategetTemplate(String templatePath, String defaultTemplateFileName)
    
protected  LineStructBlockinitializeExtractStruct(Map map, Properties env)
    
protected  LineStructBlockinitializeFromSdl(Map properties)
    
protected  StringinterfaceName(MetaObjectReference metaObjectReference, String objectKey, LineStruct lineStruct)
    
public  booleanisGenerateIntefaces()
    
protected static  booleanisMainPattern(MetaTable metaTable)
    
protected  booleanisMainPattern(String name)
    
static  booleanisMixedCase(String name)
    
protected  booleanisReversedInsertOrder(MetaTable parentTable, MetaTable childTable)
    
public static  StringjavaConstName(String prefix, String name)
    
public static  StringjavaName(String name, String prefix, String suffix, boolean calitalizeFirstChar)
    
public static  StringjavaName(String name, String prefix, String suffix, boolean calitalizeFirstChar, boolean mainPattern)
    
public  StringjavaType(ColumnType type)
    
protected  voidloadMetaObjectModel(String complexModelPath)
    
protected  MetaModelloadModelFromFile(ModelLoaderAdapter modelFileLoaderAdapter)
    
public static  StringlowerFirstChar(String name)
    
public static  voidmain(String[] args)
    
protected  MetaTablemetaTableByRef(MetaRef metaRef, MetaObjectModel metaObjectModel, Set seen)
    
protected  voidpopulateIndexConsts(ForeignKeys foreignKeys, MetaTable parentTable, MetaTable childTable, String parentClassName, String childClassName, ArrayList parentIndexConsts, ArrayList childIndexConsts)
    
protected  voidpopulateInterfaceTemplate(MetaObjectModel metaObjectModel, LineStruct lineStruct, String templateName)
    
protected  voidpopulatePks(MetaTable table, Map templateModel)
    
protected  StringpopulatePks(MetaTable table, ArrayList pkVars, String pkArgs)
    
protected  voidpostGenerateAll(MetaObjectModel metaObjectModel, LineStructBlock lineStructBlock)
    
protected  voidpostGenerateClasses(MetaObjectModel metaObjectModel, LineStructBlock block)
    
protected  voidpostGenerateInterfaces(MetaObjectModel metaObjectModel, LineStructBlock lineStructBlock)
    
protected static  voidprintGeneratedClassFileInfo(String classFileName)
    
protected static  voidprintGeneratedClassFileInfo(String classFileName, String outputDir)
    
protected static  voidprintGeneratedIn(String outputDir)
    
protected static  voidprintln(String s)
    
public  voidprocess(String propertiesPath)
    
public  voidprocess(String propertiesPath, String envPath)
    
public  voidprocess(Map map)
    
public  voidprocess(Map map, Properties env)
    
public  voidprocess(LineStructBlock lineStructBlock)
    
protected  voidprocessClassTemplate(Template template, Map templateObjectReference, MetaObjectReference metaObjectReference, MetaObjectModel metaObjectModel, MetaModelsExtractor.ExtractStruct extractStruct, boolean root, Writer writer, boolean generateClasses)
    
protected  voidprocessClassTemplate0(Template template, Map templateObjectReference, Writer writer)
    
protected  voidprocessComplex(MetaObjectReference metaObjectReference, Map templateObjectReference, MetaObjectModel metaObjectModel, ArrayList imports, MetaTable parentTable, String parentClassName, boolean classes, String objectKey, LineStruct classLineStruct, LineStruct intfLineStruct)
    
protected  voidprocessComplexClass(MetaObjectReference metaObjectReference, Map templateObjectReference, MetaObjectModel metaObjectModel, ArrayList imports, MetaTable parentTable, String parentClassName, String objectKey, LineStruct classLineStruct, LineStruct intfLineStruct)
    
protected  voidprocessComplexInterface(MetaObjectReference metaObjectReference, Map templateObjectReference, MetaObjectModel metaObjectModel, ArrayList imports, MetaTable parentTable, String parentClassName, String objectKey, LineStruct lineStruct)
    
protected  voidprocessCompound(MetaObjectReference metaObjectReference, Map templateObjectReference, MetaObjectModel metaObjectModel, boolean classes, String objectKey, LineStruct classLineStruct, LineStruct intfLineStruct)
    
protected  voidprocessCompoundClass(MetaObjectReference metaObjectReference, Map templateObjectReference, MetaObjectModel metaObjectModel, String objectKey, LineStruct classLineStruct, LineStruct intfLineStruct)
    
protected  voidprocessCompoundInterface(MetaObjectReference metaObjectReference, Map templateObjectReference, MetaObjectModel metaObjectModel, String objectKey, LineStruct childLineStruct)
    
protected  StringresolveChildInterfaceName(MetaObjectReference metaObjectReference, Referencing child, MetaObjectModel metaObjectModel, String childClassName, String objectKey, LineStruct childLineStruct)
    
protected  LineStructresolveChildLineStruct(ComplexChildHandler handler, LineStruct intfLineStruct, LineStruct classLineStruct)
    
protected  StringresolveCollectionImpl(Class multiClass, ArrayList imports)
    
protected  StringresolveType(Class multiClass, ArrayList imports, String type)
    
protected  StringresolveType(Object instance, ArrayList imports)
    
public  voidsetGenerateIntefaces(boolean generateIntefaces)
    
public  voidsetLogger(Log logger)
    
protected  LineStructtoLineStruct(PropertyMap propertyMap, boolean interfaces, boolean validatePoProperties)
    
protected  LineStructtoLineStruct(PropertyMap generic, PropertyMap classes, boolean interfaces, boolean validatePoProperties)
    
protected  StringtypedName(String childName, boolean mixedCase, Link.RelationshipType relationshipType)
    

Field Detail
CLASSES
final public static String CLASSES(Code)



CLASS_NAME
final public static String CLASS_NAME(Code)



CLASS_PREFIX
final public static String CLASS_PREFIX(Code)



CLASS_SUFFIX
final public static String CLASS_SUFFIX(Code)



CMP_CONFIG_PATH
final public static String CMP_CONFIG_PATH(Code)



CMP_DESC_PATH
final public static String CMP_DESC_PATH(Code)



COLLECTION_FACTORY_SUFFIX
final public static String COLLECTION_FACTORY_SUFFIX(Code)



CPD_CHILD_PREFIX
final public static String CPD_CHILD_PREFIX(Code)



CPX_CHILD_PREFIX
final public static String CPX_CHILD_PREFIX(Code)



DEFAULT_COLLECTION_FACTORY
final protected static CollectionFactory DEFAULT_COLLECTION_FACTORY(Code)



FILTER_PATTERN
final public static String FILTER_PATTERN(Code)



GENERATE_BEAN
final public static String GENERATE_BEAN(Code)



GENERATE_INTERFACES
final public static String GENERATE_INTERFACES(Code)



GENERATE_MAPPER
final public static String GENERATE_MAPPER(Code)



GENERATE_TO_STRING
final public static String GENERATE_TO_STRING(Code)



GENERIC
final public static String GENERIC(Code)



INTERFACES
final public static String INTERFACES(Code)



OUT_DIR
final public static String OUT_DIR(Code)



PACKAGE
final public static String PACKAGE(Code)



PARENT_CLASS
final public static String PARENT_CLASS(Code)



PO_CONFIG_PATH
final public static String PO_CONFIG_PATH(Code)



TAG_CLASS_NAME
final public static String TAG_CLASS_NAME(Code)



TAG_INTERFACE_NAME
final public static String TAG_INTERFACE_NAME(Code)



TAG_PACKAGE
final public static String TAG_PACKAGE(Code)



debug
protected boolean debug(Code)



sdlReader
protected SdlReader sdlReader(Code)




Constructor Detail
CompositePoGenerator
public CompositePoGenerator()(Code)




Method Detail
addCompoundExtraImports
protected void addCompoundExtraImports(Map baseTemplate, Map templateObjectReference)(Code)



addToImports
protected void addToImports(String extraImports, ArrayList imports)(Code)



baseClassNameByDependency
protected ClassStruct baseClassNameByDependency(MetaObjectReference metaObjectReference, Referencing child, MetaObjectModel metaObjectModel, String objectKey)(Code)



baseInterfaceNameByDependency
protected ClassStruct baseInterfaceNameByDependency(MetaObjectReference metaObjectReference, Referencing child, MetaObjectModel metaObjectModel, String objectKey)(Code)



buildConstructorArgs
protected String buildConstructorArgs(MetaMultipleResultFactory multipleResultFactory)(Code)



className
protected String className(MetaObjectReference metaObjectReference, String objectKey, LineStruct lineStruct)(Code)



extractProperties
public Map extractProperties(String propertiesPath) throws IOException(Code)



extractProperties
public Map extractProperties(String propertiesPath, Properties env) throws IOException(Code)



extractStructEntryByRef
protected MetaModelsExtractor.ExtractStructEntry extractStructEntryByRef(MetaRef metaRef, MetaObjectModel metaObjectModel, Set seen)(Code)



fullConstName
protected String fullConstName(String className, String columnName)(Code)



generateClasses
protected void generateClasses(MetaObjectModel metaObjectModel, LineStructBlock block) throws IOException, TemplateException, ClassNotFoundException, IllegalAccessException, InstantiationException(Code)



generateInterfaces
protected void generateInterfaces(MetaObjectModel metaObjectModel, LineStructBlock block) throws IOException, TemplateException, ClassNotFoundException, IllegalAccessException, InstantiationException(Code)



getAllPropertyMap
protected PropertyMap getAllPropertyMap()(Code)



getDefaultClassTemplatePath
protected String getDefaultClassTemplatePath()(Code)



getDefaultInterfaceTemplatePath
protected String getDefaultInterfaceTemplatePath()(Code)



getExtractStruct
public MetaModelsExtractor.ExtractStruct getExtractStruct()(Code)



getImports
protected List getImports(Map templateObjectReference)(Code)



getLogger
public Log getLogger()(Code)



getMetaObjectModel
public MetaObjectModel getMetaObjectModel()(Code)



getOrIs
public static String getOrIs(MetaColumn column)(Code)



getParentClassName
protected ClassStruct getParentClassName(MetaObjectReference metaObjectReference, MetaObjectModel metaObjectModel, String objectKey, LineStruct classLineStruct, LineStruct intfLineStruct)(Code)



getParentInterfaceName
protected ClassStruct getParentInterfaceName(MetaObjectReference metaObjectReference, MetaObjectModel metaObjectModel, String objectKey, LineStruct classLineStruct, LineStruct intfLineStruct)(Code)



getTemplate
protected Template getTemplate(String templatePath, String defaultTemplateFileName) throws IOException(Code)



initializeExtractStruct
protected LineStructBlock initializeExtractStruct(Map map, Properties env) throws Exception(Code)



initializeFromSdl
protected LineStructBlock initializeFromSdl(Map properties) throws IOException(Code)



interfaceName
protected String interfaceName(MetaObjectReference metaObjectReference, String objectKey, LineStruct lineStruct)(Code)



isGenerateIntefaces
public boolean isGenerateIntefaces()(Code)



isMainPattern
protected static boolean isMainPattern(MetaTable metaTable)(Code)



isMainPattern
protected boolean isMainPattern(String name)(Code)



isMixedCase
static boolean isMixedCase(String name)(Code)



isReversedInsertOrder
protected boolean isReversedInsertOrder(MetaTable parentTable, MetaTable childTable)(Code)
Returns true if one of the "parent link" foreign keys coincides with one of the "child link" primary keys
Parameters:
  parentTable -
Parameters:
  childTable - true if isReversedInsertOrder



javaConstName
public static String javaConstName(String prefix, String name)(Code)



javaName
public static String javaName(String name, String prefix, String suffix, boolean calitalizeFirstChar)(Code)



javaName
public static String javaName(String name, String prefix, String suffix, boolean calitalizeFirstChar, boolean mainPattern)(Code)



javaType
public String javaType(ColumnType type)(Code)



loadMetaObjectModel
protected void loadMetaObjectModel(String complexModelPath) throws IOException(Code)



loadModelFromFile
protected MetaModel loadModelFromFile(ModelLoaderAdapter modelFileLoaderAdapter) throws Exception(Code)



lowerFirstChar
public static String lowerFirstChar(String name)(Code)



main
public static void main(String[] args) throws Exception(Code)

Parameters:
  args -
throws:
  Exception -



metaTableByRef
protected MetaTable metaTableByRef(MetaRef metaRef, MetaObjectModel metaObjectModel, Set seen)(Code)



populateIndexConsts
protected void populateIndexConsts(ForeignKeys foreignKeys, MetaTable parentTable, MetaTable childTable, String parentClassName, String childClassName, ArrayList parentIndexConsts, ArrayList childIndexConsts)(Code)



populateInterfaceTemplate
protected void populateInterfaceTemplate(MetaObjectModel metaObjectModel, LineStruct lineStruct, String templateName) throws ClassNotFoundException, InstantiationException, IllegalAccessException, IOException, TemplateException(Code)



populatePks
protected void populatePks(MetaTable table, Map templateModel)(Code)



populatePks
protected String populatePks(MetaTable table, ArrayList pkVars, String pkArgs)(Code)



postGenerateAll
protected void postGenerateAll(MetaObjectModel metaObjectModel, LineStructBlock lineStructBlock) throws IOException, TemplateException(Code)



postGenerateClasses
protected void postGenerateClasses(MetaObjectModel metaObjectModel, LineStructBlock block) throws IOException, TemplateException(Code)



postGenerateInterfaces
protected void postGenerateInterfaces(MetaObjectModel metaObjectModel, LineStructBlock lineStructBlock) throws IOException, TemplateException(Code)



printGeneratedClassFileInfo
protected static void printGeneratedClassFileInfo(String classFileName)(Code)



printGeneratedClassFileInfo
protected static void printGeneratedClassFileInfo(String classFileName, String outputDir)(Code)



printGeneratedIn
protected static void printGeneratedIn(String outputDir)(Code)



println
protected static void println(String s)(Code)



process
public void process(String propertiesPath) throws Exception(Code)
This is where things happen
Parameters:
  propertiesPath -
throws:
  Exception -



process
public void process(String propertiesPath, String envPath) throws Exception(Code)



process
public void process(Map map) throws Exception(Code)



process
public void process(Map map, Properties env) throws Exception(Code)



process
public void process(LineStructBlock lineStructBlock) throws Exception(Code)



processClassTemplate
protected void processClassTemplate(Template template, Map templateObjectReference, MetaObjectReference metaObjectReference, MetaObjectModel metaObjectModel, MetaModelsExtractor.ExtractStruct extractStruct, boolean root, Writer writer, boolean generateClasses) throws TemplateException, IOException(Code)



processClassTemplate0
protected void processClassTemplate0(Template template, Map templateObjectReference, Writer writer) throws TemplateException, IOException(Code)



processComplex
protected void processComplex(MetaObjectReference metaObjectReference, Map templateObjectReference, MetaObjectModel metaObjectModel, ArrayList imports, MetaTable parentTable, String parentClassName, boolean classes, String objectKey, LineStruct classLineStruct, LineStruct intfLineStruct) throws ClassNotFoundException, InstantiationException, IllegalAccessException(Code)



processComplexClass
protected void processComplexClass(MetaObjectReference metaObjectReference, Map templateObjectReference, MetaObjectModel metaObjectModel, ArrayList imports, MetaTable parentTable, String parentClassName, String objectKey, LineStruct classLineStruct, LineStruct intfLineStruct) throws ClassNotFoundException, InstantiationException, IllegalAccessException(Code)



processComplexInterface
protected void processComplexInterface(MetaObjectReference metaObjectReference, Map templateObjectReference, MetaObjectModel metaObjectModel, ArrayList imports, MetaTable parentTable, String parentClassName, String objectKey, LineStruct lineStruct) throws ClassNotFoundException, InstantiationException, IllegalAccessException(Code)



processCompound
protected void processCompound(MetaObjectReference metaObjectReference, Map templateObjectReference, MetaObjectModel metaObjectModel, boolean classes, String objectKey, LineStruct classLineStruct, LineStruct intfLineStruct)(Code)



processCompoundClass
protected void processCompoundClass(MetaObjectReference metaObjectReference, Map templateObjectReference, MetaObjectModel metaObjectModel, String objectKey, LineStruct classLineStruct, LineStruct intfLineStruct)(Code)



processCompoundInterface
protected void processCompoundInterface(MetaObjectReference metaObjectReference, Map templateObjectReference, MetaObjectModel metaObjectModel, String objectKey, LineStruct childLineStruct)(Code)



resolveChildInterfaceName
protected String resolveChildInterfaceName(MetaObjectReference metaObjectReference, Referencing child, MetaObjectModel metaObjectModel, String childClassName, String objectKey, LineStruct childLineStruct)(Code)



resolveChildLineStruct
protected LineStruct resolveChildLineStruct(ComplexChildHandler handler, LineStruct intfLineStruct, LineStruct classLineStruct)(Code)



resolveCollectionImpl
protected String resolveCollectionImpl(Class multiClass, ArrayList imports) throws IllegalAccessException, InstantiationException(Code)



resolveType
protected String resolveType(Class multiClass, ArrayList imports, String type) throws InstantiationException, IllegalAccessException(Code)



resolveType
protected String resolveType(Object instance, ArrayList imports)(Code)



setGenerateIntefaces
public void setGenerateIntefaces(boolean generateIntefaces)(Code)



setLogger
public void setLogger(Log logger)(Code)



toLineStruct
protected LineStruct toLineStruct(PropertyMap propertyMap, boolean interfaces, boolean validatePoProperties) throws IOException(Code)



toLineStruct
protected LineStruct toLineStruct(PropertyMap generic, PropertyMap classes, boolean interfaces, boolean validatePoProperties) throws IOException(Code)



typedName
protected String typedName(String childName, boolean mixedCase, Link.RelationshipType relationshipType)(Code)



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.