|
|||||||||
| Home >> All >> org >> apache >> derby >> impl >> services >> [ monitor overview ] | PREV NEXT | ||||||||
A
- AntiGC - class org.apache.derby.impl.services.monitor.AntiGC.
- AntiGC(Object) - Constructor for class org.apache.derby.impl.services.monitor.AntiGC
- action - Variable in class org.apache.derby.impl.services.monitor.FileMonitor
- actionCode - Variable in class org.apache.derby.impl.services.monitor.PersistentServiceImpl.DirectoryList
- addDebugFlags(String, boolean) - Method in class org.apache.derby.impl.services.monitor.BaseMonitor
- addToProtocol(ProtocolKey, ModuleInstance) - Method in class org.apache.derby.impl.services.monitor.TopService
- Add a running module into the protocol hash table.
- applicationProperties - Variable in class org.apache.derby.impl.services.monitor.BaseMonitor
- applicationPropertiesStream() - Method in class org.apache.derby.impl.services.monitor.BaseMonitor
- Get InputStream for application properties file Returns nul if it does not exist.
- applicationPropertiesStream() - Method in class org.apache.derby.impl.services.monitor.FileMonitor
B
- BaseMonitor - class org.apache.derby.impl.services.monitor.BaseMonitor.
- Implementation of the monitor that uses the class loader that the its was loaded in for all class loading.
- BaseMonitor() - Constructor for class org.apache.derby.impl.services.monitor.BaseMonitor
- BaseMonitor.ProviderEnumeration - class org.apache.derby.impl.services.monitor.BaseMonitor.ProviderEnumeration.
- BaseMonitor.ProviderEnumeration(Properties) - Constructor for class org.apache.derby.impl.services.monitor.BaseMonitor.ProviderEnumeration
- boot(Object, boolean, Properties) - Static method in class org.apache.derby.impl.services.monitor.BaseMonitor
- Boot a module.
- bootModule(boolean, Object, ProtocolKey, Properties) - Method in class org.apache.derby.impl.services.monitor.TopService
- Boot a module, performs three steps.
- bootPersistentServices() - Method in class org.apache.derby.impl.services.monitor.BaseMonitor
- Boot all persistent services that can be located at run time.
- bootProperties - Variable in class org.apache.derby.impl.services.monitor.BaseMonitor
- bootProviderServices(PersistentService) - Method in class org.apache.derby.impl.services.monitor.BaseMonitor
- Boot all persistent services that can be located by a single service provider
This method enumerates through all the service providers that are active and calls bootPersistentServices(PersistentService) to boot all the services that that provider knows about. - bootService(PersistentService, String, String, Properties, boolean) - Method in class org.apache.derby.impl.services.monitor.BaseMonitor
- Boot (start or create) a service (persistent or non-persistent).
- bootServiceProviders() - Method in class org.apache.derby.impl.services.monitor.BaseMonitor
- Boot all the service providers, ie.
C
- canSupport(Object, Properties) - Static method in class org.apache.derby.impl.services.monitor.BaseMonitor
- If the module implements ModuleSupportable then call its canSupport() method to see if it can or should run in this setup.
- canonicalHome - Variable in class org.apache.derby.impl.services.monitor.PersistentServiceImpl
- classFromIdentifier(int) - Method in class org.apache.derby.impl.services.monitor.BaseMonitor
- Obtain a class that supports the given identifier.
- cleanupOnError(Throwable) - Method in class org.apache.derby.impl.services.monitor.ServiceBootContext
- contents - Variable in class org.apache.derby.impl.services.monitor.PersistentServiceImpl.DirectoryList
- contextService - Variable in class org.apache.derby.impl.services.monitor.BaseMonitor
- create(String, String) - Static method in class org.apache.derby.impl.services.monitor.ProtocolKey
- createPersistentService(String, String, Properties) - Method in class org.apache.derby.impl.services.monitor.BaseMonitor
- Create a persistent service.
- createServiceRoot(String, boolean) - Method in class org.apache.derby.impl.services.monitor.PersistentServiceImpl
- Properties cannot be saved
- createServiceRoot(String, boolean) - Method in class org.apache.derby.impl.services.monitor.ReadOnly
- Properties cannot be saved
D
- daemonGroup - Variable in class org.apache.derby.impl.services.monitor.BaseMonitor
- dontGC - Variable in class org.apache.derby.impl.services.monitor.BaseMonitor
- dumpProperties(String, Properties) - Method in class org.apache.derby.impl.services.monitor.BaseMonitor
- dumpTempWriter(boolean) - Method in class org.apache.derby.impl.services.monitor.BaseMonitor
- dumpedTempWriter - Variable in class org.apache.derby.impl.services.monitor.BaseMonitor
E
- engineVersion - Variable in class org.apache.derby.impl.services.monitor.FileMonitor
- enumeratedDirectoryProvider - Variable in class org.apache.derby.impl.services.monitor.BaseMonitor.ProviderEnumeration
- equals(Object) - Method in class org.apache.derby.impl.services.monitor.ProtocolKey
- exceptionTrace - Variable in class org.apache.derby.impl.services.monitor.BaseMonitor
F
- FileMonitor - class org.apache.derby.impl.services.monitor.FileMonitor.
- Implementation of the monitor that uses the class loader that the its was loaded in for all class loading.
- FileMonitor() - Constructor for class org.apache.derby.impl.services.monitor.FileMonitor
- FileMonitor(Properties, PrintStream) - Constructor for class org.apache.derby.impl.services.monitor.FileMonitor
- factoryInterface - Variable in class org.apache.derby.impl.services.monitor.ProtocolKey
- The class of the factory
- findImplementation(Vector, int, Class) - Static method in class org.apache.derby.impl.services.monitor.BaseMonitor
- Find a class that implements the required index, return the index into the implementations vecotr of that class.
- findModule(Object, String, String) - Method in class org.apache.derby.impl.services.monitor.BaseMonitor
- findModule(ProtocolKey, boolean, Properties) - Method in class org.apache.derby.impl.services.monitor.TopService
- Find an module in the protocol table that supports the required protocol name combination and can handle the properties.
- findProvider() - Method in class org.apache.derby.impl.services.monitor.BaseMonitor
- findProviderAndStartService(String, Properties, boolean) - Method in class org.apache.derby.impl.services.monitor.BaseMonitor
- Find a provider and start a service.
- findProviderForCreate(Properties, String) - Method in class org.apache.derby.impl.services.monitor.BaseMonitor
- findProviderFromName(Properties, String, int) - Method in class org.apache.derby.impl.services.monitor.BaseMonitor
- Find the service provider from a name that includes a service type, ie.
- findService(String, String) - Method in class org.apache.derby.impl.services.monitor.BaseMonitor
- findTopService(Object) - Method in class org.apache.derby.impl.services.monitor.BaseMonitor
G
- getApplicationProperties() - Method in class org.apache.derby.impl.services.monitor.BaseMonitor
- getBootTimeServices() - Method in class org.apache.derby.impl.services.monitor.PersistentServiceImpl
- Return a list of all the directoies in the system directory.
- getBundle(String) - Method in class org.apache.derby.impl.services.monitor.BaseMonitor
- Get the locale from the ContextManager and then find the bundle based upon that locale.
- getCanonicalServiceName(String) - Method in class org.apache.derby.impl.services.monitor.PersistentServiceImpl
- getDaemonThread(Runnable, String, boolean) - Method in class org.apache.derby.impl.services.monitor.BaseMonitor
- getDaemonThread(Runnable, String, boolean) - Method in class org.apache.derby.impl.services.monitor.FileMonitor
- getDefaultImplementations() - Method in class org.apache.derby.impl.services.monitor.BaseMonitor
- getDirectoryPath(String) - Method in class org.apache.derby.impl.services.monitor.PersistentServiceImpl
- getEngineVersion() - Method in class org.apache.derby.impl.services.monitor.FileMonitor
- getEnvironment() - Method in class org.apache.derby.impl.services.monitor.FileMonitor
- getFactoryInterface() - Method in class org.apache.derby.impl.services.monitor.ProtocolKey
- getIdentifier() - Method in class org.apache.derby.impl.services.monitor.ModuleInstance
- getIdentifier() - Method in class org.apache.derby.impl.services.monitor.ProtocolKey
- getImplementations(Properties, boolean) - Method in class org.apache.derby.impl.services.monitor.BaseMonitor
- Create an implementation set.
- getInstance() - Method in class org.apache.derby.impl.services.monitor.ModuleInstance
- getJVMProperty(String) - Method in class org.apache.derby.impl.services.monitor.FileMonitor
- getKey() - Method in class org.apache.derby.impl.services.monitor.TopService
- getLocale(Object) - Method in class org.apache.derby.impl.services.monitor.BaseMonitor
- getLocaleFromString(String) - Method in class org.apache.derby.impl.services.monitor.BaseMonitor
- getNextStorageFactory() - Method in class org.apache.derby.impl.services.monitor.BaseMonitor.ProviderEnumeration
- getPersistentService(Properties, String) - Method in class org.apache.derby.impl.services.monitor.BaseMonitor
- getPersistentService(String, String) - Method in class org.apache.derby.impl.services.monitor.BaseMonitor
- getPersistentServiceImplementation(Class) - Method in class org.apache.derby.impl.services.monitor.BaseMonitor
- getService() - Method in class org.apache.derby.impl.services.monitor.TopService
- getServiceList(String) - Method in class org.apache.derby.impl.services.monitor.BaseMonitor
- Return an array of the service identifiers that are running and implement the passed in protocol (java interface class name).
- getServiceName(Object) - Method in class org.apache.derby.impl.services.monitor.BaseMonitor
- Return the name of the service that the passed in module lives in.
- getServiceProperties(String, Properties) - Method in class org.apache.derby.impl.services.monitor.PersistentServiceImpl
- Open the service properties in the directory identified by the service name.
- getServiceProvider(Properties, String) - Method in class org.apache.derby.impl.services.monitor.BaseMonitor
- getServiceType(Object) - Method in class org.apache.derby.impl.services.monitor.BaseMonitor
- Return the PersistentService object for a service.
- getServiceType() - Method in class org.apache.derby.impl.services.monitor.TopService
- getStorageFactory() - Method in class org.apache.derby.impl.services.monitor.UpdateServiceProperties
- getStorageFactoryClass() - Method in class org.apache.derby.impl.services.monitor.PersistentServiceImpl
- Get the StorageFactory implementation for this PersistentService
- getStorageFactoryClassName(Properties, String) - Method in class org.apache.derby.impl.services.monitor.BaseMonitor
- getStorageFactoryInstance(boolean, String, String, String) - Method in class org.apache.derby.impl.services.monitor.PersistentServiceImpl
- Get an initialized StorageFactoryInstance
- getStorageFactoryInstance(boolean, String, String, String) - Method in class org.apache.derby.impl.services.monitor.ReadOnly
- Get an initialized StorageFactoryInstance
- getSystemStreams() - Method in class org.apache.derby.impl.services.monitor.BaseMonitor
- getTempWriter() - Method in class org.apache.derby.impl.services.monitor.BaseMonitor
- getTopLevelService() - Method in class org.apache.derby.impl.services.monitor.ModuleInstance
- getType() - Method in class org.apache.derby.impl.services.monitor.PersistentServiceImpl
- The type of the service is 'directory'
- getUUIDFactory() - Method in class org.apache.derby.impl.services.monitor.BaseMonitor
- Return the UUID factory for this system.
- getUserServiceName(String) - Method in class org.apache.derby.impl.services.monitor.PersistentServiceImpl
- goAway - Variable in class org.apache.derby.impl.services.monitor.AntiGC
H
- HAS_MORE_ELEMENTS_ACTION - Static variable in class org.apache.derby.impl.services.monitor.PersistentServiceImpl.DirectoryList
- hasMoreElements() - Method in class org.apache.derby.impl.services.monitor.BaseMonitor.ProviderEnumeration
- hasMoreElements() - Method in class org.apache.derby.impl.services.monitor.PersistentServiceImpl.DirectoryList
- hasStorageFactory() - Method in class org.apache.derby.impl.services.monitor.PersistentServiceImpl
- hasStorageFactory() - Method in class org.apache.derby.impl.services.monitor.ReadOnly
- hashCode() - Method in class org.apache.derby.impl.services.monitor.ProtocolKey
- home - Variable in class org.apache.derby.impl.services.monitor.FileMonitor
- home - Variable in class org.apache.derby.impl.services.monitor.PersistentServiceImpl
I
- INIT_ACTION - Static variable in class org.apache.derby.impl.services.monitor.PersistentServiceImpl.DirectoryList
- identifier - Variable in class org.apache.derby.impl.services.monitor.ModuleInstance
- name of module, can be null
- identifier - Variable in class org.apache.derby.impl.services.monitor.ProtocolKey
- name of module, can be null
- implementationSets - Variable in class org.apache.derby.impl.services.monitor.BaseMonitor
- inService(Object) - Method in class org.apache.derby.impl.services.monitor.TopService
- inShutdown - Variable in class org.apache.derby.impl.services.monitor.BaseMonitor
- inShutdown - Variable in class org.apache.derby.impl.services.monitor.TopService
- index - Variable in class org.apache.derby.impl.services.monitor.PersistentServiceImpl.DirectoryList
- initialize(boolean) - Method in class org.apache.derby.impl.services.monitor.BaseMonitor
- Initialize the monitor wrt the current environemnt.
- initialize(boolean) - Method in class org.apache.derby.impl.services.monitor.FileMonitor
- Initialize the system in a privileged block.
- instance - Variable in class org.apache.derby.impl.services.monitor.ModuleInstance
- The module instance
- intValue - Variable in class org.apache.derby.impl.services.monitor.FileMonitor
- isActiveService() - Method in class org.apache.derby.impl.services.monitor.TopService
- isActiveService(ProtocolKey) - Method in class org.apache.derby.impl.services.monitor.TopService
- isLastHandler(int) - Method in class org.apache.derby.impl.services.monitor.ServiceBootContext
- isPotentialService(ProtocolKey) - Method in class org.apache.derby.impl.services.monitor.TopService
- isSameService(String, String) - Method in class org.apache.derby.impl.services.monitor.PersistentServiceImpl
- isTypeAndName(PersistentService, Class, String) - Method in class org.apache.derby.impl.services.monitor.ModuleInstance
K
- keep1 - Variable in class org.apache.derby.impl.services.monitor.AntiGC
- key - Variable in class org.apache.derby.impl.services.monitor.TopService
- The idenity of this service, note that it may not be active yet.
- key3 - Variable in class org.apache.derby.impl.services.monitor.FileMonitor
L
- loadInstance(Class, Properties) - Method in class org.apache.derby.impl.services.monitor.BaseMonitor
- load a module instance.
- loadInstance(Vector, Class, Properties) - Method in class org.apache.derby.impl.services.monitor.BaseMonitor
- loadModuleDefinitions(URL) - Method in class org.apache.derby.impl.services.monitor.BaseMonitor
- loadModuleDefinitions(URL) - Method in class org.apache.derby.impl.services.monitor.FileMonitor
- logging - Variable in class org.apache.derby.impl.services.monitor.BaseMonitor
M
- ModuleInstance - class org.apache.derby.impl.services.monitor.ModuleInstance.
- A description of an instance of a module.
- ModuleInstance(Object, String, Object, Object) - Constructor for class org.apache.derby.impl.services.monitor.ModuleInstance
- ModuleInstance(Object) - Constructor for class org.apache.derby.impl.services.monitor.ModuleInstance
- moduleInstances - Variable in class org.apache.derby.impl.services.monitor.TopService
- monitor - Variable in class org.apache.derby.impl.services.monitor.TopService
N
- newInstance(String) - Method in class org.apache.derby.impl.services.monitor.BaseMonitor
- newInstance(Class) - Method in class org.apache.derby.impl.services.monitor.BaseMonitor
- newInstanceFromIdentifier(int) - Method in class org.apache.derby.impl.services.monitor.BaseMonitor
- Obtain an new instance of a class that supports the given identifier.
- nextElement() - Method in class org.apache.derby.impl.services.monitor.BaseMonitor.ProviderEnumeration
- nextElement() - Method in class org.apache.derby.impl.services.monitor.PersistentServiceImpl.DirectoryList
O
- org.apache.derby.impl.services.monitor - package org.apache.derby.impl.services.monitor
P
- PBapplicationPropertiesStream() - Method in class org.apache.derby.impl.services.monitor.FileMonitor
- PBgetJVMProperty(String) - Method in class org.apache.derby.impl.services.monitor.FileMonitor
- SECURITY WARNING.
- PBinitialize(boolean) - Method in class org.apache.derby.impl.services.monitor.FileMonitor
- SECURITY WARNING.
- PersistentServiceImpl - class org.apache.derby.impl.services.monitor.PersistentServiceImpl.
- This class implements the PersistentService interface using a StorageFactory class.
- PersistentServiceImpl(String, Class) - Constructor for class org.apache.derby.impl.services.monitor.PersistentServiceImpl
- PersistentServiceImpl.DirectoryList - class org.apache.derby.impl.services.monitor.PersistentServiceImpl.DirectoryList.
- PersistentServiceImpl.DirectoryList() - Constructor for class org.apache.derby.impl.services.monitor.PersistentServiceImpl.DirectoryList
- ProtocolKey - class org.apache.derby.impl.services.monitor.ProtocolKey.
- A class that represents a key for a module search.
- ProtocolKey(Class, String) - Constructor for class org.apache.derby.impl.services.monitor.ProtocolKey
- paramEnumeration - Variable in class org.apache.derby.impl.services.monitor.BaseMonitor.ProviderEnumeration
- privGetStorageFactoryInstance(boolean, String, String, String) - Method in class org.apache.derby.impl.services.monitor.PersistentServiceImpl
- propertyFileURL - Variable in class org.apache.derby.impl.services.monitor.FileMonitor
- protocolTable - Variable in class org.apache.derby.impl.services.monitor.TopService
- List of protocols.
- put(Object, Object) - Method in class org.apache.derby.impl.services.monitor.UpdateServiceProperties
- Put the key-value pair in the Properties set and mark this set as modified.
R
- ReadOnly - class org.apache.derby.impl.services.monitor.ReadOnly.
- ReadOnly() - Constructor for class org.apache.derby.impl.services.monitor.ReadOnly
- rc2 - Variable in class org.apache.derby.impl.services.monitor.BaseMonitor
- readApplicationProperties() - Method in class org.apache.derby.impl.services.monitor.BaseMonitor
- readProperties(InputStream, Properties) - Method in class org.apache.derby.impl.services.monitor.ReadOnly
- recreateServiceRoot(String, Properties) - Method in class org.apache.derby.impl.services.monitor.PersistentServiceImpl
- remove(Object) - Method in class org.apache.derby.impl.services.monitor.UpdateServiceProperties
- Remove the key-value pair from the Properties set and mark this set as modified.
- removePersistentService(String) - Method in class org.apache.derby.impl.services.monitor.BaseMonitor
- removeRuntimeProperties(Properties) - Static method in class org.apache.derby.impl.services.monitor.BaseMonitor
- Return a property set that has the runtime properties removed.
- removeServiceRoot(String) - Method in class org.apache.derby.impl.services.monitor.PersistentServiceImpl
- removeServiceRoot(String) - Method in class org.apache.derby.impl.services.monitor.ReadOnly
- report(String) - Method in class org.apache.derby.impl.services.monitor.BaseMonitor
- Should only be called if reportOn is true apart from report/Exception().
- reportException(Throwable) - Method in class org.apache.derby.impl.services.monitor.BaseMonitor
- reportOn - Variable in class org.apache.derby.impl.services.monitor.BaseMonitor
- rootStorageFactory - Variable in class org.apache.derby.impl.services.monitor.PersistentServiceImpl
- run() - Method in class org.apache.derby.impl.services.monitor.AntiGC
- run() - Method in class org.apache.derby.impl.services.monitor.FileMonitor
- run() - Method in class org.apache.derby.impl.services.monitor.PersistentServiceImpl.DirectoryList
- runWithState(Properties, PrintStream) - Method in class org.apache.derby.impl.services.monitor.BaseMonitor
S
- SERVICE - Static variable in class org.apache.derby.impl.services.monitor.BaseMonitor
- Look for any services in the a properties set and the application property set and then start them.
- ServiceBootContext - class org.apache.derby.impl.services.monitor.ServiceBootContext.
- A context that is used during a service boot to stop cleanup on the stack at this point.
- ServiceBootContext(ContextManager) - Constructor for class org.apache.derby.impl.services.monitor.ServiceBootContext
- saveServiceProperties(String, StorageFactory, Properties, boolean) - Method in class org.apache.derby.impl.services.monitor.PersistentServiceImpl
- saveServiceProperties(String, Properties, boolean) - Method in class org.apache.derby.impl.services.monitor.PersistentServiceImpl
- Save to a backup file
- saveServiceProperties(String, StorageFactory, Properties, boolean) - Method in class org.apache.derby.impl.services.monitor.ReadOnly
- saveServiceProperties(String, Properties, boolean) - Method in class org.apache.derby.impl.services.monitor.ReadOnly
- Save to a backup file.
- saveServiceProperties() - Method in class org.apache.derby.impl.services.monitor.UpdateServiceProperties
- Saves the service properties to the disk.
- separatorChar - Variable in class org.apache.derby.impl.services.monitor.PersistentServiceImpl
- service - Variable in class org.apache.derby.impl.services.monitor.ModuleInstance
- the actual service to which I belong, could be null.
- serviceBooted - Variable in class org.apache.derby.impl.services.monitor.UpdateServiceProperties
- serviceLocale - Variable in class org.apache.derby.impl.services.monitor.TopService
- serviceName - Variable in class org.apache.derby.impl.services.monitor.UpdateServiceProperties
- serviceProviders - Variable in class org.apache.derby.impl.services.monitor.BaseMonitor
- Hashtable of objects that implement PersistentService keyed by their getType() method.
- serviceProvidersKeys - Variable in class org.apache.derby.impl.services.monitor.BaseMonitor.ProviderEnumeration
- serviceType - Variable in class org.apache.derby.impl.services.monitor.TopService
- The type of service this was created by.
- serviceType - Variable in class org.apache.derby.impl.services.monitor.UpdateServiceProperties
- services - Variable in class org.apache.derby.impl.services.monitor.BaseMonitor
- setLocale(Object, String) - Method in class org.apache.derby.impl.services.monitor.BaseMonitor
- Set the locale for the service *outside* of boot time.
- setLocale(Properties, String) - Method in class org.apache.derby.impl.services.monitor.BaseMonitor
- Set the locale for the service at boot time.
- setLocale(Properties) - Static method in class org.apache.derby.impl.services.monitor.BaseMonitor
- setServiceBooted() - Method in class org.apache.derby.impl.services.monitor.UpdateServiceProperties
- setStorageFactory(WritableStorageFactory) - Method in class org.apache.derby.impl.services.monitor.UpdateServiceProperties
- setThreadPriority(int) - Method in class org.apache.derby.impl.services.monitor.BaseMonitor
- setThreadPriority(int) - Method in class org.apache.derby.impl.services.monitor.FileMonitor
- setTopModule(Object) - Method in class org.apache.derby.impl.services.monitor.TopService
- shutdown() - Method in class org.apache.derby.impl.services.monitor.BaseMonitor
- shutdown(Object) - Method in class org.apache.derby.impl.services.monitor.BaseMonitor
- Shut down a service that was started by this Monitor.
- shutdown() - Method in class org.apache.derby.impl.services.monitor.TopService
- If the service is already beign shutdown we return false.
- startModule(boolean, Object, String, String, Properties) - Method in class org.apache.derby.impl.services.monitor.BaseMonitor
- Start a module.
- startNonPersistentService(String, String, Properties) - Method in class org.apache.derby.impl.services.monitor.BaseMonitor
- Start a non-persistent service.
- startParams - Variable in class org.apache.derby.impl.services.monitor.BaseMonitor.ProviderEnumeration
- startPersistentService(String, Properties) - Method in class org.apache.derby.impl.services.monitor.BaseMonitor
- Start a peristent service.
- startPersistentService(String, Properties, boolean) - Method in class org.apache.derby.impl.services.monitor.BaseMonitor
- startProviderService(PersistentService, String, Properties) - Method in class org.apache.derby.impl.services.monitor.BaseMonitor
- Boot a service under the control of the provider
- startServices(Properties, boolean) - Method in class org.apache.derby.impl.services.monitor.BaseMonitor
- staticGetLocaleFromString(String) - Static method in class org.apache.derby.impl.services.monitor.BaseMonitor
- stop(Object) - Static method in class org.apache.derby.impl.services.monitor.TopService
- storageFactories - Static variable in class org.apache.derby.impl.services.monitor.BaseMonitor
- storageFactory - Variable in class org.apache.derby.impl.services.monitor.UpdateServiceProperties
- storageFactoryClass - Variable in class org.apache.derby.impl.services.monitor.PersistentServiceImpl
- storageFactoryPersistentService - Variable in class org.apache.derby.impl.services.monitor.BaseMonitor.ProviderEnumeration
- subSubProtocol - Variable in class org.apache.derby.impl.services.monitor.PersistentServiceImpl
- systemDirectory - Variable in class org.apache.derby.impl.services.monitor.PersistentServiceImpl.DirectoryList
- systemStreams - Variable in class org.apache.derby.impl.services.monitor.BaseMonitor
T
- TopService - class org.apache.derby.impl.services.monitor.TopService.
- A description of an instance of a module.
- TopService(BaseMonitor) - Constructor for class org.apache.derby.impl.services.monitor.TopService
- TopService(BaseMonitor, ProtocolKey, PersistentService, Locale) - Constructor for class org.apache.derby.impl.services.monitor.TopService
- task - Variable in class org.apache.derby.impl.services.monitor.FileMonitor
- tmpArray - Variable in class org.apache.derby.impl.services.monitor.BaseMonitor
- tmpWriter - Variable in class org.apache.derby.impl.services.monitor.BaseMonitor
- toString() - Method in class org.apache.derby.impl.services.monitor.ProtocolKey
- topLevelService - Variable in class org.apache.derby.impl.services.monitor.ModuleInstance
- the top-level service this module lives in, can be null or the service itself
- topModule - Variable in class org.apache.derby.impl.services.monitor.TopService
- The top module instance
U
- UpdateServiceProperties - class org.apache.derby.impl.services.monitor.UpdateServiceProperties.
- UpdateServiceProperties(PersistentService, String, Properties, boolean) - Constructor for class org.apache.derby.impl.services.monitor.UpdateServiceProperties
- update() - Method in class org.apache.derby.impl.services.monitor.UpdateServiceProperties
- uuidFactory - Variable in class org.apache.derby.impl.services.monitor.BaseMonitor
V
- validIndex - Variable in class org.apache.derby.impl.services.monitor.PersistentServiceImpl.DirectoryList
A B C D E F G H I K L M N O P R S T U V
|
|||||||||
| Home >> All >> org >> apache >> derby >> impl >> services >> [ monitor overview ] | PREV NEXT | ||||||||