public class SQLDirectoryFactory extends DefaultComponent implements DirectoryFactory
Modifier and Type | Field and Description |
---|---|
static ComponentName |
NAME |
Constructor and Description |
---|
SQLDirectoryFactory() |
Modifier and Type | Method and Description |
---|---|
void |
activate(ComponentContext context)
Activates the component.
|
void |
deactivate(ComponentContext context)
Deactivates the component.
|
List<Directory> |
getDirectories() |
Directory |
getDirectory(String name)
Returns the directory with the given name.
|
String |
getName() |
void |
registerExtension(Extension extension)
Registers the given extension.
|
void |
shutdown() |
void |
unregisterExtension(Extension extension)
Unregisters the given extension.
|
applicationStarted, getAdapter, getApplicationStartedOrder, getLastModified, registerContribution, setLastModified, unregisterContribution
public static final ComponentName NAME
public Directory getDirectory(String name) throws DirectoryException
DirectoryFactory
getDirectory
in interface DirectoryFactory
name
- the name of the directoryDirectoryException
public String getName()
getName
in interface DirectoryFactory
public void activate(ComponentContext context)
Component
This method is called by the runtime when a component is activated.
activate
in interface Component
activate
in class DefaultComponent
context
- the runtime contextpublic void deactivate(ComponentContext context)
Component
This method is called by the runtime when a component is deactivated.
deactivate
in interface Component
deactivate
in class DefaultComponent
context
- the runtime contextpublic void registerExtension(Extension extension) throws Exception
Extensible
registerExtension
in interface Extensible
registerExtension
in class DefaultComponent
extension
- the extension to registerException
- if any error occurspublic void unregisterExtension(Extension extension) throws Exception
Extensible
unregisterExtension
in interface Extensible
unregisterExtension
in class DefaultComponent
extension
- the extension to unregisterException
- if any error occurspublic void shutdown() throws DirectoryException
shutdown
in interface DirectoryFactory
DirectoryException
public List<Directory> getDirectories() throws DirectoryException
getDirectories
in interface DirectoryFactory
DirectoryException
Copyright © 2013 Nuxeo SA. All Rights Reserved.