| java.lang.Object org.apache.derby.impl.services.monitor.BaseMonitor org.apache.derby.impl.services.monitor.FileMonitor
FileMonitor | public FileMonitor()(Code) | | |
getDefaultModuleProperties | final synchronized Properties getDefaultModuleProperties()(Code) | | |
initialize | final synchronized boolean initialize(boolean lite)(Code) | | Initialize the system in a privileged block.
|
setThreadPriority | final public synchronized void setThreadPriority(int priority)(Code) | | |
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)
|
|
|