Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B C D E F G H I J L M N O P R S T

A

active - Static variable in class org.apache.derby.iapi.services.monitor.Monitor
 

B

boot(boolean, Properties) - Method in interface org.apache.derby.iapi.services.monitor.ModuleControl
Boot this module with the given properties.
bootServiceModule(boolean, Object, String, Properties) - Static method in class org.apache.derby.iapi.services.monitor.Monitor
Boot or find a unidentified module within a service.
bootServiceModule(boolean, Object, String, String, Properties) - Static method in class org.apache.derby.iapi.services.monitor.Monitor
Boot or find a identified module within a service.

C

CLASSPATH - Static variable in interface org.apache.derby.iapi.services.monitor.PersistentService
Service stored on the class path (can be in a zip/jar on the class path).
canSupport(Properties) - Method in interface org.apache.derby.iapi.services.monitor.ModuleSupportable
See if this implementation can support any attributes that are listed in properties.
classFromIdentifier(int) - Method in interface org.apache.derby.iapi.services.monitor.ModuleFactory
Obtain a class that supports the given identifier.
classFromIdentifier(int) - Static method in class org.apache.derby.iapi.services.monitor.Monitor
Obtain the class object for a class that supports the given identifier.
clearMonitor() - Static method in class org.apache.derby.iapi.services.monitor.Monitor
 
createPersistentService(String, String, Properties) - Method in interface org.apache.derby.iapi.services.monitor.ModuleFactory
Create a persistent service.
createPersistentService(String, String, Properties) - Static method in class org.apache.derby.iapi.services.monitor.Monitor
Create a named service that implements the java interface (or class) fully qualified by factoryInterface.
createServiceRoot(String, boolean) - Method in interface org.apache.derby.iapi.services.monitor.PersistentService
Returns the canonical name of the service.

D

DEBUG_FALSE - Static variable in class org.apache.derby.iapi.services.monitor.Monitor
 
DEBUG_TRUE - Static variable in class org.apache.derby.iapi.services.monitor.Monitor
 
DIRECTORY - Static variable in interface org.apache.derby.iapi.services.monitor.PersistentService
Service stored in a directory.

E

exceptionStartingModule(Throwable) - Static method in class org.apache.derby.iapi.services.monitor.Monitor
return a StandardException to indicate that an exception caused starting the module to fail.

F

findModule(Object, String, String) - Method in interface org.apache.derby.iapi.services.monitor.ModuleFactory
Find the module in the system with the given module protocol, protocolVersion and identifier.
findService(String, String) - Method in interface org.apache.derby.iapi.services.monitor.ModuleFactory
Find a service.
findService(String, String) - Static method in class org.apache.derby.iapi.services.monitor.Monitor
Find a service.
findServiceModule(Object, String) - Static method in class org.apache.derby.iapi.services.monitor.Monitor
Find an unidentified module within a service.
findSystemModule(String) - Static method in class org.apache.derby.iapi.services.monitor.Monitor
Find a module in the system service.

G

getApplicationProperties() - Method in interface org.apache.derby.iapi.services.monitor.ModuleFactory
 
getBootTimeServices() - Method in interface org.apache.derby.iapi.services.monitor.PersistentService
Return an Enumeration of service names descriptors (Strings) that should be be started at boot time by the monitor.
getCanonicalServiceName(String) - Method in interface org.apache.derby.iapi.services.monitor.PersistentService
Convert a service name into its canonical form.
getDaemonThread(Runnable, String, boolean) - Method in interface org.apache.derby.iapi.services.monitor.ModuleFactory
Get a newly created background thread.
getEngineType(Properties) - Static method in class org.apache.derby.iapi.services.monitor.Monitor
 
getEngineVersion() - Method in interface org.apache.derby.iapi.services.monitor.ModuleFactory
 
getEnvironment() - Method in interface org.apache.derby.iapi.services.monitor.ModuleFactory
Return the environment object that this system was booted in.
getJVMProperty(String) - Method in interface org.apache.derby.iapi.services.monitor.ModuleFactory
Return a property from the JVM's system set.
getLocale(Object) - Method in interface org.apache.derby.iapi.services.monitor.ModuleFactory
Return the locale of the service that the passed in module lives in.
getLocaleFromString(String) - Method in interface org.apache.derby.iapi.services.monitor.ModuleFactory
Translate a string of the form ll[_CC[_variant]] to a Locale.
getLocaleFromString(String) - Static method in class org.apache.derby.iapi.services.monitor.Monitor
Translate a localeDescription of the form ll[_CC[_variant]] to a Locale object.
getMonitor() - Static method in class org.apache.derby.iapi.services.monitor.Monitor
Get the monitor.
getMonitorLite() - Static method in class org.apache.derby.iapi.services.monitor.Monitor
 
getServiceList(String) - Method in interface org.apache.derby.iapi.services.monitor.ModuleFactory
Return an array of the service identifiers that are running and implement the passed in protocol (java interface class name).
getServiceModule(Object, String) - Static method in class org.apache.derby.iapi.services.monitor.Monitor
 
getServiceName(Object) - Method in interface org.apache.derby.iapi.services.monitor.ModuleFactory
Return the name of the service that the passed in module lives in.
getServiceName(Object) - Static method in class org.apache.derby.iapi.services.monitor.Monitor
Return the name of the service that the passed in module lives in.
getServiceProperties(String, Properties) - Method in interface org.apache.derby.iapi.services.monitor.PersistentService
For a service return its service properties, typically from the service.properties file.
getServiceProvider(Properties, String) - Method in interface org.apache.derby.iapi.services.monitor.ModuleFactory
Return the PersistentService for a subsubprotocol.
getServiceType(Object) - Method in interface org.apache.derby.iapi.services.monitor.ModuleFactory
Return the PersistentService object for a service.
getStorageFactoryInstance(boolean, String, String, String) - Method in interface org.apache.derby.iapi.services.monitor.PersistentService
Get an initialized StorageFactoryInstance
getStream() - Static method in class org.apache.derby.iapi.services.monitor.Monitor
 
getSystemModule(String) - Static method in class org.apache.derby.iapi.services.monitor.Monitor
 
getSystemStreams() - Method in interface org.apache.derby.iapi.services.monitor.ModuleFactory
Get the defined default system streams object.
getType() - Method in interface org.apache.derby.iapi.services.monitor.PersistentService
Return the type of this service.
getUUIDFactory() - Method in interface org.apache.derby.iapi.services.monitor.ModuleFactory
Get the UUID factory for the system.
getUserServiceName(String) - Method in interface org.apache.derby.iapi.services.monitor.PersistentService
Return the user form of a service name.

H

HTTP - Static variable in interface org.apache.derby.iapi.services.monitor.PersistentService
Service stored in a web server .
HTTPS - Static variable in interface org.apache.derby.iapi.services.monitor.PersistentService
 
hasStorageFactory() - Method in interface org.apache.derby.iapi.services.monitor.PersistentService
 

I

isDesiredCreateType(Properties, int) - Static method in class org.apache.derby.iapi.services.monitor.Monitor
Return true if the properties set provided contains database creation attributes for a database of the correct type
isDesiredType(Properties, int) - Static method in class org.apache.derby.iapi.services.monitor.Monitor
 
isDesiredType(int, int) - Static method in class org.apache.derby.iapi.services.monitor.Monitor
 
isFullUpgrade(Properties, String) - Static method in class org.apache.derby.iapi.services.monitor.Monitor
Single point for checking if an upgrade is allowed.
isSameService(String, String) - Method in interface org.apache.derby.iapi.services.monitor.PersistentService
 

J

JAR - Static variable in interface org.apache.derby.iapi.services.monitor.PersistentService
Service stored in a jar/zip archive.

L

logMessage(String) - Static method in class org.apache.derby.iapi.services.monitor.Monitor
 
logTextMessage(String) - Static method in class org.apache.derby.iapi.services.monitor.Monitor
 
logTextMessage(String, Object) - Static method in class org.apache.derby.iapi.services.monitor.Monitor
 
logTextMessage(String, Object, Object) - Static method in class org.apache.derby.iapi.services.monitor.Monitor
 
logTextMessage(String, Object, Object, Object) - Static method in class org.apache.derby.iapi.services.monitor.Monitor
 
logTextMessage(String, Object, Object, Object, Object) - Static method in class org.apache.derby.iapi.services.monitor.Monitor
 

M

ModuleControl - interface org.apache.derby.iapi.services.monitor.ModuleControl.
ModuleControl is optionally implemented by a module's factory class.
ModuleFactory - interface org.apache.derby.iapi.services.monitor.ModuleFactory.
The monitor provides a central registry for all modules in the system, and manages loading, starting, and finding them.
ModuleSupportable - interface org.apache.derby.iapi.services.monitor.ModuleSupportable.
Allows a module to check its environment before it is selected as an implementation.
Monitor - class org.apache.derby.iapi.services.monitor.Monitor.
Services
A service is a collection of modules that combine to provide the full functionality defined by the service.
Monitor() - Constructor for class org.apache.derby.iapi.services.monitor.Monitor
 
missingImplementation(String) - Static method in class org.apache.derby.iapi.services.monitor.Monitor
return a StandardException to indicate a missing implementation.
missingProductVersion(String) - Static method in class org.apache.derby.iapi.services.monitor.Monitor
return a StandardException to indicate that a module failed to start because it could not obtain the version of a required product.
monitor - Static variable in class org.apache.derby.iapi.services.monitor.Monitor
 

N

NEW_INSTANCE_FROM_ID_TRACE_DEBUG_FLAG - Static variable in class org.apache.derby.iapi.services.monitor.Monitor
Global debug flag to turn on tracing of reads calls newInstanceFromIdentifier()
newInstanceFromIdentifier(int) - Method in interface org.apache.derby.iapi.services.monitor.ModuleFactory
Obtain an new instance of a class that supports the given identifier.
newInstanceFromIdentifier(int) - Static method in class org.apache.derby.iapi.services.monitor.Monitor
Obtain an new instance of a class that supports the given identifier.

O

org.apache.derby.iapi.services.monitor - package org.apache.derby.iapi.services.monitor
 

P

PROPERTIES_NAME - Static variable in interface org.apache.derby.iapi.services.monitor.PersistentService
The typical name for the service's properties file.
PersistentService - interface org.apache.derby.iapi.services.monitor.PersistentService.
A PersistentService modularises the access to persistent services, abstracting out details such as finding the list of services to be started at boot time, finding the service.properties file and creating and deleting the persistent storage for a service.

R

ROOT - Static variable in interface org.apache.derby.iapi.services.monitor.PersistentService
The root of any stored data.
removePersistentService(String) - Method in interface org.apache.derby.iapi.services.monitor.ModuleFactory
 
removePersistentService(String) - Static method in class org.apache.derby.iapi.services.monitor.Monitor
 
removeServiceRoot(String) - Method in interface org.apache.derby.iapi.services.monitor.PersistentService
Remove a service's root and its contents.

S

SERVICE_TYPE_DIRECTORY - Static variable in class org.apache.derby.iapi.services.monitor.Monitor
 
saveServiceProperties(String, StorageFactory, Properties, boolean) - Method in interface org.apache.derby.iapi.services.monitor.PersistentService
 
saveServiceProperties(String, Properties, boolean) - Method in interface org.apache.derby.iapi.services.monitor.PersistentService
Save to a backup file.
setLocale(Object, String) - Method in interface org.apache.derby.iapi.services.monitor.ModuleFactory
Set the locale for the service *outside* of boot time.
setLocale(Properties, String) - Method in interface org.apache.derby.iapi.services.monitor.ModuleFactory
Set the locale for the service at boot time.
setMonitor(ModuleFactory) - Static method in class org.apache.derby.iapi.services.monitor.Monitor
Initialise this class, must only be called by an implementation of the monitor (ModuleFactory).
setThreadPriority(int) - Method in interface org.apache.derby.iapi.services.monitor.ModuleFactory
Set the priority of the current thread.
shutdown() - Method in interface org.apache.derby.iapi.services.monitor.ModuleFactory
Shut down the complete system that was started by this Monitor.
shutdown(Object) - Method in interface org.apache.derby.iapi.services.monitor.ModuleFactory
Shut down a service that was started by this Monitor.
startModule(boolean, Object, String, String, Properties) - Method in interface org.apache.derby.iapi.services.monitor.ModuleFactory
Start a module.
startMonitor(Properties, PrintStream) - Static method in class org.apache.derby.iapi.services.monitor.Monitor
Start a Monitor based software system.
startNonPersistentService(String, String, Properties) - Method in interface org.apache.derby.iapi.services.monitor.ModuleFactory
Start a non-persistent service.
startNonPersistentService(String, String, Properties) - Static method in class org.apache.derby.iapi.services.monitor.Monitor
Start a non-persistent service.
startPersistentService(String, Properties) - Method in interface org.apache.derby.iapi.services.monitor.ModuleFactory
Start a persistent service.
startPersistentService(String, Properties) - Static method in class org.apache.derby.iapi.services.monitor.Monitor
Start a persistent service.
startServices(Properties, boolean) - Method in interface org.apache.derby.iapi.services.monitor.ModuleFactory
Start all services identified by derby.service.* in the property set.
startSystemModule(String) - Static method in class org.apache.derby.iapi.services.monitor.Monitor
Start or find a module in the system service.
stop() - Method in interface org.apache.derby.iapi.services.monitor.ModuleControl
Stop the module.
syncMe - Static variable in class org.apache.derby.iapi.services.monitor.Monitor
 

T

TYPE - Static variable in interface org.apache.derby.iapi.services.monitor.PersistentService
The type of PersistentService used to boot the service.

A B C D E F G H I J L M N O P R S T