Java Doc for DesignTimeDataSource.java in  » IDE-Netbeans » visualweb.api.designer » org » netbeans » modules » visualweb » dataconnectivity » sql » 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 » visualweb.api.designer » org.netbeans.modules.visualweb.dataconnectivity.sql 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.netbeans.modules.visualweb.dataconnectivity.sql.DesignTimeDataSource

All known Subclasses:   org.netbeans.modules.visualweb.dataconnectivity.sql.DesignTimeDataSourceAlias,
DesignTimeDataSource
public class DesignTimeDataSource implements DataSource,ContextPersistance,Runnable(Code)
DataSource adapter for java.sql.Driver classes. Used at designtime for all datasources. Implements necesary interfaces to persist in Creator's naming context.
author:
   John Kline


Field Summary
final public static  intSQL_NOT_RUN
    
protected static  ResourceBundlerb
    

Constructor Summary
public  DesignTimeDataSource()
    
public  DesignTimeDataSource(Boolean isEncrypted, String driverClassName, String url, String validationQuery, String username, String password)
    
public  DesignTimeDataSource(String schemas, Boolean isEncrypted, String driverClassName, String url, String validationQuery, String username, String password)
    
public  DesignTimeDataSource(Boolean schemasInitialized, String schemas, Boolean isEncrypted, String driverClassName, String url, String validationQuery, String username, String password)
    
public  DesignTimeDataSource(String schemas, boolean isEncrypted, String driverClassName, String url, String validationQuery, String username, String password)
    
public  DesignTimeDataSource(boolean schemasInitialized, String schemas, boolean isEncrypted, String driverClassName, String url, String validationQuery, String username, String password)
    

Method Summary
public  voidaddObjectChangeListener(ObjectChangeListener listener)
    
public  voidaddSchema(String schema)
    
public  voidclearConnectFailFlag()
    
public  voidclearSchemas()
    
public static  StringcomposeSelect(String tableName, DatabaseMetaData metaData)
    
protected static  StringcomposeValidationQuery(String table)
    
static  StringdecryptPassword(String password)
    
public static  StringencryptPassword(String password)
    
public  voidensureConnection()
    
protected static  StringescapeXML(String orig)
     escape to XML legal.
public synchronized  ConnectiongetConnection()
    
public synchronized  ConnectiongetConnection(String username, String password)
    
public  StringgetDriverClassName()
    
public  PrintWritergetLogWriter()
    
public  intgetLoginTimeout()
    
public  StringgetPassword()
    
public  String[]getSchemas()
    
public  booleangetSchemasInitialized()
    
protected  StringgetSpaces(int level, int tabWidth)
    
public  StringgetTag(String key, int level, int tabWidth)
    
public  booleangetTestConnectionSucceeded()
    
public  SQLExceptiongetTestException()
    
public  intgetTestRowsReturned()
    
public  StringgetUrl()
    
public  StringgetUsername()
    
public  StringgetValidationQuery()
    
public  StringgetValidationTable()
    
public synchronized  voidinitSchemas()
    
public  booleanisWrapperFor(Class iface)
    
protected static  StringparseForValidationTable(String valQuery)
    
public  voidremoveObjectChangeListener(ObjectChangeListener listener)
    
public  voidremoveSchema(String schema)
    
public synchronized  voidrun()
    
public  voidsave()
    
public  voidsetDriverClassName(String driverClassName)
    
public  voidsetLogWriter(PrintWriter out)
    
public  voidsetLoginTimeout(int seconds)
    
public  voidsetPassword(String password)
    
public  voidsetSchemas(Collection schemas)
    
public  voidsetSchemasInitialized(boolean schemasInitialized)
    
public  voidsetUrl(String url)
    
public  voidsetUsername(String username)
    
public  voidsetValidationQuery(String validationQuery)
    
public  voidsetValidationTable(String table)
    
public  booleantest()
    
public  StringtoString()
    
public  Objectunwrap(Class iface)
    

Field Detail
SQL_NOT_RUN
final public static int SQL_NOT_RUN(Code)



rb
protected static ResourceBundle rb(Code)




Constructor Detail
DesignTimeDataSource
public DesignTimeDataSource()(Code)



DesignTimeDataSource
public DesignTimeDataSource(Boolean isEncrypted, String driverClassName, String url, String validationQuery, String username, String password)(Code)



DesignTimeDataSource
public DesignTimeDataSource(String schemas, Boolean isEncrypted, String driverClassName, String url, String validationQuery, String username, String password)(Code)



DesignTimeDataSource
public DesignTimeDataSource(Boolean schemasInitialized, String schemas, Boolean isEncrypted, String driverClassName, String url, String validationQuery, String username, String password)(Code)



DesignTimeDataSource
public DesignTimeDataSource(String schemas, boolean isEncrypted, String driverClassName, String url, String validationQuery, String username, String password)(Code)



DesignTimeDataSource
public DesignTimeDataSource(boolean schemasInitialized, String schemas, boolean isEncrypted, String driverClassName, String url, String validationQuery, String username, String password)(Code)




Method Detail
addObjectChangeListener
public void addObjectChangeListener(ObjectChangeListener listener)(Code)



addSchema
public void addSchema(String schema)(Code)



clearConnectFailFlag
public void clearConnectFailFlag()(Code)



clearSchemas
public void clearSchemas()(Code)



composeSelect
public static String composeSelect(String tableName, DatabaseMetaData metaData)(Code)



composeValidationQuery
protected static String composeValidationQuery(String table)(Code)



decryptPassword
static String decryptPassword(String password)(Code)



encryptPassword
public static String encryptPassword(String password)(Code)



ensureConnection
public void ensureConnection()(Code)



escapeXML
protected static String escapeXML(String orig)(Code)
escape to XML legal. The chars - quote("), apostrophe('), ampersand, less than, greater than need to be escaped.



getConnection
public synchronized Connection getConnection() throws SQLException(Code)



getConnection
public synchronized Connection getConnection(String username, String password) throws SQLException(Code)



getDriverClassName
public String getDriverClassName()(Code)



getLogWriter
public PrintWriter getLogWriter() throws SQLException(Code)



getLoginTimeout
public int getLoginTimeout() throws SQLException(Code)



getPassword
public String getPassword()(Code)



getSchemas
public String[] getSchemas()(Code)
gets schemas selected for this datasource, an empty set means all schemas



getSchemasInitialized
public boolean getSchemasInitialized()(Code)



getSpaces
protected String getSpaces(int level, int tabWidth)(Code)



getTag
public String getTag(String key, int level, int tabWidth)(Code)



getTestConnectionSucceeded
public boolean getTestConnectionSucceeded()(Code)



getTestException
public SQLException getTestException()(Code)



getTestRowsReturned
public int getTestRowsReturned()(Code)



getUrl
public String getUrl()(Code)



getUsername
public String getUsername()(Code)



getValidationQuery
public String getValidationQuery()(Code)



getValidationTable
public String getValidationTable()(Code)



initSchemas
public synchronized void initSchemas() throws SQLException, NamingException(Code)
attempt to set the initial setting for schemas do this by attempting to get a schema with the same name as the username if this is found, set this datasource to only show that one schema else don't do anything (all schemas will show or the database doesn't support schemas) throws SQLException if we can't connect or can't get DatabaseMetaData throws NamingException if this DesignTimeDataSource is already bound to a context and something goes wrong in the save



isWrapperFor
public boolean isWrapperFor(Class iface) throws SQLException(Code)



parseForValidationTable
protected static String parseForValidationTable(String valQuery)(Code)



removeObjectChangeListener
public void removeObjectChangeListener(ObjectChangeListener listener)(Code)



removeSchema
public void removeSchema(String schema)(Code)



run
public synchronized void run()(Code)



save
public void save() throws NamingException(Code)



setDriverClassName
public void setDriverClassName(String driverClassName)(Code)



setLogWriter
public void setLogWriter(PrintWriter out) throws SQLException(Code)



setLoginTimeout
public void setLoginTimeout(int seconds) throws SQLException(Code)



setPassword
public void setPassword(String password)(Code)



setSchemas
public void setSchemas(Collection schemas)(Code)



setSchemasInitialized
public void setSchemasInitialized(boolean schemasInitialized)(Code)



setUrl
public void setUrl(String url)(Code)



setUsername
public void setUsername(String username)(Code)



setValidationQuery
public void setValidationQuery(String validationQuery)(Code)



setValidationTable
public void setValidationTable(String table)(Code)



test
public boolean test()(Code)



toString
public String toString()(Code)



unwrap
public Object unwrap(Class iface) throws SQLException(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.