Java Doc for FileMonitor.java in  » Database-DBMS » db-derby-10.2 » org » apache » derby » impl » services » monitor » 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 DBMS » db derby 10.2 » org.apache.derby.impl.services.monitor 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.apache.derby.impl.services.monitor.BaseMonitor
      org.apache.derby.impl.services.monitor.FileMonitor

FileMonitor
final public class FileMonitor extends BaseMonitor implements java.security.PrivilegedExceptionAction(Code)
Implementation of the monitor that uses the class loader that the its was loaded in for all class loading.



Constructor Summary
public  FileMonitor()
    
public  FileMonitor(java.util.Properties properties, java.io.PrintStream log)
    

Method Summary
final synchronized  InputStreamapplicationPropertiesStream()
    
final public synchronized  ThreadgetDaemonThread(Runnable task, String name, boolean setMinPriority)
    
final synchronized  PropertiesgetDefaultModuleProperties()
    
final public  ProductVersionHoldergetEngineVersion()
    
public  ObjectgetEnvironment()
    
final public synchronized  StringgetJVMProperty(String key)
    
final synchronized  booleaninitialize(boolean lite)
     Initialize the system in a privileged block.
final public synchronized  Objectrun()
    
final public synchronized  voidsetThreadPriority(int priority)
    


Constructor Detail
FileMonitor
public FileMonitor()(Code)



FileMonitor
public FileMonitor(java.util.Properties properties, java.io.PrintStream log)(Code)




Method Detail
applicationPropertiesStream
final synchronized InputStream applicationPropertiesStream() throws IOException(Code)



getDaemonThread
final public synchronized Thread getDaemonThread(Runnable task, String name, boolean setMinPriority)(Code)



getDefaultModuleProperties
final synchronized Properties getDefaultModuleProperties()(Code)



getEngineVersion
final public ProductVersionHolder getEngineVersion()(Code)



getEnvironment
public Object getEnvironment()(Code)



getJVMProperty
final public synchronized String getJVMProperty(String key)(Code)



initialize
final synchronized boolean initialize(boolean lite)(Code)
Initialize the system in a privileged block.



run
final public synchronized Object run() throws IOException(Code)



setThreadPriority
final public synchronized void setThreadPriority(int priority)(Code)



Fields inherited from org.apache.derby.impl.services.monitor.BaseMonitor
Properties applicationProperties(Code)(Java Doc)
Properties bootProperties(Code)(Java Doc)
ThreadGroup daemonGroup(Code)(Java Doc)
AntiGC dontGC(Code)(Java Doc)
Vector[] implementationSets(Code)(Java Doc)
boolean inShutdown(Code)(Java Doc)
boolean reportOn(Code)(Java Doc)
Hashtable serviceProviders(Code)(Java Doc)

Methods inherited from org.apache.derby.impl.services.monitor.BaseMonitor
abstract InputStream applicationPropertiesStream() throws IOException(Code)(Java Doc)
static void boot(Object module, boolean create, Properties properties) throws StandardException(Code)(Java Doc)
protected void bootPersistentServices()(Code)(Java Doc)
protected void bootProviderServices(PersistentService provider)(Code)(Java Doc)
protected Object bootService(PersistentService provider, String factoryInterface, String serviceName, Properties properties, boolean create) throws StandardException(Code)(Java Doc)
protected void bootServiceProviders()(Code)(Java Doc)
static boolean canSupport(Object instance, Properties properties)(Code)(Java Doc)
public InstanceGetter classFromIdentifier(int fmtId) throws StandardException(Code)(Java Doc)
public Object createPersistentService(String factoryInterface, String name, Properties properties) throws StandardException(Code)(Java Doc)
void dumpProperties(String title, Properties props)(Code)(Java Doc)
public Object findModule(Object serviceModule, String factoryInterface, String identifier)(Code)(Java Doc)
protected PersistentService findProviderForCreate(String name) throws StandardException(Code)(Java Doc)
public Object findService(String factoryInterface, String serviceName)(Code)(Java Doc)
public Properties getApplicationProperties()(Code)(Java Doc)
public ResourceBundle getBundle(String messageId)(Code)(Java Doc)
public Thread getDaemonThread(Runnable task, String name, boolean setMinPriority)(Code)(Java Doc)
Properties getDefaultModuleProperties()(Code)(Java Doc)
public Locale getLocale(Object serviceModule)(Code)(Java Doc)
public Locale getLocaleFromString(String localeDescription) throws StandardException(Code)(Java Doc)
public String[] getServiceList(String protocol)(Code)(Java Doc)
public String getServiceName(Object serviceModule)(Code)(Java Doc)
public PersistentService getServiceProvider(String subSubProtocol) throws StandardException(Code)(Java Doc)
public PersistentService getServiceType(Object serviceModule)(Code)(Java Doc)
public InfoStreams getSystemStreams()(Code)(Java Doc)
public TimerFactory getTimerFactory()(Code)(Java Doc)
public UUIDFactory getUUIDFactory()(Code)(Java Doc)
abstract boolean initialize(boolean lite)(Code)(Java Doc)
protected Object loadInstance(Class factoryInterface, Properties properties)(Code)(Java Doc)
public Object newInstanceFromIdentifier(int identifier) throws StandardException(Code)(Java Doc)
protected Properties readApplicationProperties()(Code)(Java Doc)
public void removePersistentService(String name) throws StandardException(Code)(Java Doc)
protected static Properties removeRuntimeProperties(Properties properties)(Code)(Java Doc)
protected void report(String message)(Code)(Java Doc)
protected void reportException(Throwable t)(Code)(Java Doc)
final protected void runWithState(Properties properties, PrintStream log)(Code)(Java Doc)
public Locale setLocale(Object serviceModule, String userDefinedLocale) throws StandardException(Code)(Java Doc)
public Locale setLocale(Properties serviceProperties, String userDefinedLocale) throws StandardException(Code)(Java Doc)
public void setThreadPriority(int priority)(Code)(Java Doc)
public void shutdown()(Code)(Java Doc)
public void shutdown(Object serviceModule)(Code)(Java Doc)
public Object startModule(boolean create, Object serviceModule, String factoryInterface, String identifier, Properties properties) throws StandardException(Code)(Java Doc)
public Object startNonPersistentService(String factoryInterface, String serviceName, Properties properties) throws StandardException(Code)(Java Doc)
final public boolean startPersistentService(String name, Properties properties) throws StandardException(Code)(Java Doc)
protected void startProviderService(PersistentService provider, String serviceName, Properties serviceProperties) throws StandardException(Code)(Java Doc)
public void startServices(Properties properties, boolean bootAll)(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.