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

A

addLifecycleListener(LifecycleListener) - Method in class org.alfresco.catalina.loader.AVMWebappClassLoader
Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - Method in class org.alfresco.catalina.loader.AVMWebappLoader
Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - Method in class org.alfresco.catalina.valve.AVMUrlValve
 
addPermission(String) - Method in class org.alfresco.catalina.loader.AVMWebappClassLoader
If there is a Java SecurityManager create a read FilePermission or JndiPermission for the file directory path.
addPermission(URL) - Method in class org.alfresco.catalina.loader.AVMWebappClassLoader
If there is a Java SecurityManager create a read FilePermission or JndiPermission for URL.
addPermission(Permission) - Method in class org.alfresco.catalina.loader.AVMWebappClassLoader
If there is a Java SecurityManager create a Permission.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.alfresco.catalina.loader.AVMWebappLoader
Add a property change listener to this component.
addRepository(String) - Method in class org.alfresco.catalina.loader.AVMWebappClassLoader
Add a new repository to the set of places this ClassLoader can look for classes to be loaded.
addRepository(String) - Method in class org.alfresco.catalina.loader.AVMWebappLoader
Add a new repository to the set of repositories for this class loader.
addURL(URL) - Method in class org.alfresco.catalina.loader.AVMWebappClassLoader
Add the specified URL to the classloader.
addWatchedResources(AVMHostConfig.AVMDeployedApplication, String, Context) - Method in class org.alfresco.catalina.host.AVMHostConfig
 
allPermission - Variable in class org.alfresco.catalina.loader.AVMWebappClassLoader
All permission.
AVMHost - Class in org.alfresco.catalina.host
This class implements a Catalina virtual Host; it can be specified as a 'className' within a Catalina <Host> node in order to fetch data from Alfresco's virtual repository, rather than from the file system.
AVMHost() - Constructor for class org.alfresco.catalina.host.AVMHost
 
AVMHostConfig - Class in org.alfresco.catalina.host
Configures an AVMHost at startup time.
Note: applications never use AVMHostConfig directly.
AVMHostConfig(String) - Constructor for class org.alfresco.catalina.host.AVMHostConfig
Creates an object that initializes an AVMHost
AVMHostMatch - Class in org.alfresco.catalina.host
 
AVMHostMatch(AVMHost, Matcher) - Constructor for class org.alfresco.catalina.host.AVMHostMatch
 
AVMRemote_ - Static variable in class org.alfresco.catalina.host.AVMHostConfig
 
AVMRemote_ - Static variable in class org.alfresco.catalina.host.DefaultAVMResourceBinding
 
AVMRequestDumperValve - Class in org.alfresco.catalina.valve
This class is nearly identical to Catalina's "RequestDumperValve";
it provides information in a slightly nicer format.
AVMRequestDumperValve() - Constructor for class org.alfresco.catalina.valve.AVMRequestDumperValve
 
AVMResourceBinding - Interface in org.alfresco.catalina.host
Inteface for classes that use data collected from the AVMHost's reverseProxyBinding to calculate parameters for resource lookup within AVMService (e.g.: the version number and virtual repository name).
AVMStandardContext - Class in org.alfresco.catalina.context
 
AVMStandardContext() - Constructor for class org.alfresco.catalina.context.AVMStandardContext
Create a new StandardContext component with the default basic Valve.
AVMUrlValve - Class in org.alfresco.catalina.valve
Rewrites requests to make them easy for Alfresco to virtualize.
AVMUrlValve() - Constructor for class org.alfresco.catalina.valve.AVMUrlValve
 
AVMUrlValve_invoked_ - Static variable in class org.alfresco.catalina.valve.AVMUrlValve
 
AVMWebappClassLoader - Class in org.alfresco.catalina.loader
Specialized web application class loader.
AVMWebappClassLoader() - Constructor for class org.alfresco.catalina.loader.AVMWebappClassLoader
Construct a new ClassLoader with no defined repositories and no parent ClassLoader.
AVMWebappClassLoader(ClassLoader) - Constructor for class org.alfresco.catalina.loader.AVMWebappClassLoader
Construct a new ClassLoader with no defined repositories and no parent ClassLoader.
AVMWebappClassLoader.PrivilegedFindResource - Class in org.alfresco.catalina.loader
 
AVMWebappLoader - Class in org.alfresco.catalina.loader
Classloader implementation which is specialized for handling web applications in the most efficient way, while being Catalina aware (all accesses to resources are made through the DirContext interface).
AVMWebappLoader() - Constructor for class org.alfresco.catalina.loader.AVMWebappLoader
Construct a new AVMWebappLoader with no defined parent class loader (so that the actual parent will be the system class loader).
AVMWebappLoader(ClassLoader, Map<String, ClassLoader>, String, String, int, String) - Constructor for class org.alfresco.catalina.loader.AVMWebappLoader
Construct a new AVMWebappLoader with the specified class loader to be defined as the parent of the ClassLoader we ultimately create.

B

backgroundProcess() - Method in class org.alfresco.catalina.loader.AVMWebappLoader
Execute a periodic task, such as reloading, etc.

C

check() - Method in class org.alfresco.catalina.host.AVMHostConfig
The autoDepoy="true" option is a performance killer because it triggers a lot of needless calls to checkResources() and deployApps(); therefore, this null check implementation removes all possibility of this occuring.
checkResources(HostConfig.DeployedApplication) - Method in class org.alfresco.catalina.host.AVMHostConfig
 
clearReferences() - Method in class org.alfresco.catalina.loader.AVMWebappClassLoader
Clear references.
closeJARs(boolean) - Method in class org.alfresco.catalina.loader.AVMWebappClassLoader
Used to periodically signal to the classloader to release JAR resources.
closeJARs(boolean) - Method in class org.alfresco.catalina.loader.AVMWebappLoader
Used to periodically signal to the classloader to release JAR resources.
context_classloader_registry_ - Variable in class org.alfresco.catalina.host.AVMHostConfig
 
contextClass - Variable in class org.alfresco.catalina.host.AVMHostConfig
 

D

DefaultAVMResourceBinding - Class in org.alfresco.catalina.host
 
DefaultAVMResourceBinding() - Constructor for class org.alfresco.catalina.host.DefaultAVMResourceBinding
 
delegate - Variable in class org.alfresco.catalina.loader.AVMWebappClassLoader
Should this class loader delegate to the parent class loader before searching its own repositories (i.e.
deleteDir(File) - Static method in class org.alfresco.catalina.loader.AVMWebappClassLoader
Delete the specified directory, including all of its contents and subdirectories recursively.
deployAllAVMwebappsInRepository() - Method in class org.alfresco.catalina.host.AVMHostConfig
 
deployApps() - Method in class org.alfresco.catalina.host.AVMHostConfig
Deploy applications for any directories or WAR files that are found in our "application root" directory.
deployAVMdirectory(int, String, String, String, String) - Method in class org.alfresco.catalina.host.AVMHostConfig
Deploys AVM directory.
deployAVMWebapp(int, String, String, String, String) - Method in class org.alfresco.catalina.host.AVMHostConfig
Deploy an AVM-based webapp.
deployAVMWebappDescriptorTree(AVMHostConfig.AVMWebappDescriptor) - Method in class org.alfresco.catalina.host.AVMHostConfig
 
deployAVMWebappsInDependencyOrder(HashMap<String, AVMHostConfig.AVMWebappDescriptor>) - Method in class org.alfresco.catalina.host.AVMHostConfig
 
destroy() - Method in class org.alfresco.catalina.loader.AVMWebappLoader
 

F

file - Variable in class org.alfresco.catalina.loader.AVMWebappClassLoader.PrivilegedFindResource
 
files - Variable in class org.alfresco.catalina.loader.AVMWebappClassLoader
Repositories translated as path in the work directory (for Jasper originally), but which is used to generate fake URLs should getURLs be called.
filter(String) - Method in class org.alfresco.catalina.loader.AVMWebappClassLoader
Filter classes.
findClass(String) - Method in class org.alfresco.catalina.loader.AVMWebappClassLoader
Find the specified class in our local repositories, if possible.
findClassInternal(String) - Method in class org.alfresco.catalina.loader.AVMWebappClassLoader
Find specified class in local repositories.
findLifecycleListeners() - Method in class org.alfresco.catalina.loader.AVMWebappClassLoader
Get the lifecycle listeners associated with this lifecycle.
findLifecycleListeners() - Method in class org.alfresco.catalina.loader.AVMWebappLoader
Get the lifecycle listeners associated with this lifecycle.
findLifecycleListeners() - Method in class org.alfresco.catalina.valve.AVMUrlValve
 
findLoadedClass0(String) - Method in class org.alfresco.catalina.loader.AVMWebappClassLoader
Finds the class with the given name if it has previously been loaded and cached by this class loader, and return the Class object.
findLoadedResource(String) - Method in class org.alfresco.catalina.loader.AVMWebappClassLoader
Finds the resource with the given name if it has previously been loaded and cached by this class loader, and return an input stream to the resource data.
findRepositories() - Method in class org.alfresco.catalina.loader.AVMWebappClassLoader
Return a String array of the current repositories for this class loader.
findRepositories() - Method in class org.alfresco.catalina.loader.AVMWebappLoader
Return the set of repositories defined for this class loader.
findResource(String) - Method in class org.alfresco.catalina.loader.AVMWebappClassLoader
Find the specified resource in our local repository, and return a URL refering to it, or null if this resource cannot be found.
findResourceInternal(File, String) - Method in class org.alfresco.catalina.loader.AVMWebappClassLoader
Find specified resource in local repositories.
findResourceInternal(String, String) - Method in class org.alfresco.catalina.loader.AVMWebappClassLoader
Find specified resource in local repositories.
findResources(String) - Method in class org.alfresco.catalina.loader.AVMWebappClassLoader
Return an enumeration of URLs representing all of the resources with the given name.

G

getAlfrescoJmxRmiHost() - Method in class org.alfresco.mbeans.VirtServerInfo
 
getAlfrescoJmxRmiHost() - Method in interface org.alfresco.mbeans.VirtServerInfoMBean
 
getAlfrescoJmxRmiPort() - Method in class org.alfresco.mbeans.VirtServerInfo
 
getAlfrescoJmxRmiPort() - Method in interface org.alfresco.mbeans.VirtServerInfoMBean
 
getAlfrescoServerPassword() - Method in class org.alfresco.mbeans.VirtServerInfo
 
getAlfrescoServerUser() - Method in class org.alfresco.mbeans.VirtServerInfo
 
getAntiJARLocking() - Method in class org.alfresco.catalina.loader.AVMWebappClassLoader
 
getAppBase() - Method in class org.alfresco.catalina.host.AVMHost
Return the (virtual) application root for this Host.
getAVMHostConfig() - Method in class org.alfresco.catalina.host.AVMHost
 
getAVMHostMatch(String) - Static method in class org.alfresco.catalina.host.AVMHost
 
getClassLoader() - Method in class org.alfresco.catalina.loader.AVMWebappLoader
Return the Java class loader to be used by this Container.
getClasspath() - Method in class org.alfresco.catalina.loader.AVMWebappLoader
Classpath, as set in org.apache.catalina.jsp_classpath context property
getContainer() - Method in class org.alfresco.catalina.loader.AVMWebappLoader
Return the Container with which this AVMWebappLoader has been associated (i.e.: an AVMStandardContext).
GetContextNameFromStoreName(int, String, String) - Static method in class org.alfresco.catalina.valve.AVMUrlValve
Transforms a version (e.g.: -1), a storeName (e.g.: "mysite--alice"), and a webappName (e.g.: "ROOT") into a virtualized context name (e.g.: "/$-1$mysite--alice$ROOT")
GetContextNameFromStorePath(int, String) - Static method in class org.alfresco.catalina.valve.AVMUrlValve
Transforms a version (e.g.: -1), and a storePath (e.g.: "mysite--alice:/www/avm_webapps/ROOT") into a virtualized context name (e.g.: "/$-1$mysite--alice$ROOT").
getController() - Method in class org.alfresco.catalina.loader.AVMWebappLoader
 
getDelegate() - Method in class org.alfresco.catalina.loader.AVMWebappClassLoader
Return the "delegate first" flag for this class loader.
getDelegate() - Method in class org.alfresco.catalina.loader.AVMWebappLoader
Return the "follow standard delegation model" flag used to configure our ClassLoader.
getDependentWebappStores(String) - Method in class org.alfresco.catalina.host.AVMHostConfig
Fetches an array of lists of stores that are dependent upon 'store_name'.
getDone() - Method in class org.alfresco.mbeans.VirtServerRegistrationThread
Called within this thread's run() method to determine if it's time to end gracefully.
getEncodedPath() - Method in class org.alfresco.catalina.context.AVMStandardContext
Returns the URL-encoded path of this context, stripping away any context path mangling created within a virtualized subrequest.
getHost() - Method in class org.alfresco.catalina.host.AVMHostMatch
 
getHostAppBase() - Method in class org.alfresco.catalina.host.AVMHost
Returns the non-virtualized appBase value specified for this host within $CATALINA_HOME/conf/server.xml.
getInfo() - Method in class org.alfresco.catalina.host.AVMHost
Return descriptive information about this Container implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.alfresco.catalina.loader.AVMWebappLoader
Return descriptive information about this Loader implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.alfresco.catalina.valve.AVMRequestDumperValve
Return descriptive information about this Valve implementation.
getJarPath() - Method in class org.alfresco.catalina.loader.AVMWebappClassLoader
Return the JAR path.
getLazyDeploy() - Method in class org.alfresco.catalina.host.AVMHost
 
getLoaderClass() - Method in class org.alfresco.catalina.loader.AVMWebappLoader
Return the ClassLoader class name.
getLoaderRepositories() - Method in class org.alfresco.catalina.loader.AVMWebappLoader
 
getLoaderRepositoriesString() - Method in class org.alfresco.catalina.loader.AVMWebappLoader
 
getMatch() - Method in class org.alfresco.catalina.host.AVMHostMatch
 
getPermissions(CodeSource) - Method in class org.alfresco.catalina.loader.AVMWebappClassLoader
Get the Permissions for a CodeSource.
getReloadable() - Method in class org.alfresco.catalina.loader.AVMWebappLoader
Return the reloadable flag for this Loader.
getRepositories() - Method in class org.alfresco.catalina.loader.AVMWebappLoader
 
getRepositoriesString() - Method in class org.alfresco.catalina.loader.AVMWebappLoader
Extra repositories for this loader
getRepositoryName(Matcher) - Method in interface org.alfresco.catalina.host.AVMResourceBinding
Fetch the name of the virtual repository indicated by data obtained when the reverseProxyBinding regex was matched within the AVMUrlValve.
getRepositoryName(Matcher) - Method in class org.alfresco.catalina.host.DefaultAVMResourceBinding
Fetch the name of the virtual repository indicated by data obtained when the reverseProxyBinding regex was matched within the AVMUrlValve.
getResource(String) - Method in class org.alfresco.catalina.loader.AVMWebappClassLoader
Find the resource with the given name.
getResourceAsStream(String) - Method in class org.alfresco.catalina.loader.AVMWebappClassLoader
Find the resource with the given name, and return an input stream that can be used for reading it.
getResourceBinding() - Method in class org.alfresco.catalina.host.AVMHost
 
getResourceBindingClassName() - Method in class org.alfresco.catalina.host.AVMHost
 
getResources() - Method in class org.alfresco.catalina.loader.AVMWebappClassLoader
Get associated resources.
getReverseProxyBinding() - Method in class org.alfresco.catalina.host.AVMHost
 
GetSpringApplicationContext() - Static method in class org.alfresco.catalina.host.AVMHost
 
getURI(File) - Method in class org.alfresco.catalina.loader.AVMWebappClassLoader
Get URL.
getURL(File) - Method in class org.alfresco.catalina.loader.AVMWebappClassLoader
Get URL.
getURLs() - Method in class org.alfresco.catalina.loader.AVMWebappClassLoader
Returns the search path of URLs for loading classes and resources.
getVersion(Matcher) - Method in interface org.alfresco.catalina.host.AVMResourceBinding
Fetch the version of the resource indicated by data obtained when the reverseProxyBinding regex was matched within the AVMUrlValve.
getVersion(Matcher) - Method in class org.alfresco.catalina.host.DefaultAVMResourceBinding
Fetch the version of the resource indicated by data obtained when the reverseProxyBinding regex was matched within the AVMUrlValve.
getVirtServerCifsAvmVersionTreeUnix() - Method in class org.alfresco.mbeans.VirtServerInfo
 
getVirtServerCifsAvmVersionTreeUnix() - Method in interface org.alfresco.mbeans.VirtServerInfoMBean
Get the CIFS version tree automount path on UNIX-style platforms.
getVirtServerCifsAvmVersionTreeUnixAutomount() - Method in class org.alfresco.mbeans.VirtServerInfo
 
getVirtServerCifsAvmVersionTreeUnixAutomount() - Method in interface org.alfresco.mbeans.VirtServerInfoMBean
True if attempt is made to automount CIFS on UNIX-style platforms..
getVirtServerCifsAvmVersionTreeWin() - Method in class org.alfresco.mbeans.VirtServerInfo
 
getVirtServerCifsAvmVersionTreeWin() - Method in interface org.alfresco.mbeans.VirtServerInfoMBean
Get the CIFS version tree automount path on Windows-based platforms.
getVirtServerCifsAvmVersionTreeWinAutomount() - Method in class org.alfresco.mbeans.VirtServerInfo
 
getVirtServerCifsAvmVersionTreeWinAutomount() - Method in interface org.alfresco.mbeans.VirtServerInfoMBean
True if attempt is made to automount CIFS on Windows.
getVirtServerConnectionRetryInterval() - Method in class org.alfresco.mbeans.VirtServerInfo
 
getVirtServerConnectionRetryInterval() - Method in interface org.alfresco.mbeans.VirtServerInfoMBean
Get the number of milliseconds the virtualization server will wait before retrying a failed connection to the Alfresco server.
getVirtServerDomain() - Method in class org.alfresco.mbeans.VirtServerInfo
 
getVirtServerDomain() - Method in interface org.alfresco.mbeans.VirtServerInfoMBean
 
getVirtServerHttpPort() - Method in class org.alfresco.mbeans.VirtServerInfo
 
getVirtServerHttpPort() - Method in interface org.alfresco.mbeans.VirtServerInfoMBean
 
getVirtServerJmxRmiPort() - Method in class org.alfresco.mbeans.VirtServerInfo
 
getVirtServerJmxRmiPort() - Method in interface org.alfresco.mbeans.VirtServerInfoMBean
 
getVirtServerOsName() - Method in class org.alfresco.mbeans.VirtServerInfo
Fetches the value of os.name on the Virtualization server.
getVirtServerOsName() - Method in interface org.alfresco.mbeans.VirtServerInfoMBean
Fetches the value of os.name on the Virtualization server.
getVirtWebapps() - Method in class org.alfresco.mbeans.VirtWebappRegistry
 
getVirtWebapps() - Method in interface org.alfresco.mbeans.VirtWebappRegistryMBean
 

H

hasExternalRepositories - Variable in class org.alfresco.catalina.loader.AVMWebappClassLoader
Has external repositories.
host_ - Variable in class org.alfresco.catalina.host.AVMHostMatch
 

I

init() - Method in class org.alfresco.catalina.host.AVMHost
 
init() - Method in class org.alfresco.catalina.loader.AVMWebappLoader
 
invoke(MethodInvocation) - Method in class org.alfresco.catalina.host.ReauthenticatingAdvice
 
invoke(Request, Response) - Method in class org.alfresco.catalina.valve.AVMRequestDumperValve
Log the interesting request parameters, invoke the next Valve in the sequence, and log the interesting response parameters.
invoke(Request, Response) - Method in class org.alfresco.catalina.valve.AVMUrlValve
This method is called by Tomcat's pipeline mechanism on every new request.
isPackageSealed(String, Manifest) - Method in class org.alfresco.catalina.loader.AVMWebappClassLoader
Returns true if the specified package name is sealed according to the given manifest.

J

jarFiles - Variable in class org.alfresco.catalina.loader.AVMWebappClassLoader
The list of JARs, in the order they should be searched for locally loaded classes or resources.
jarNames - Variable in class org.alfresco.catalina.loader.AVMWebappClassLoader
The list of JARs, in the order they should be searched for locally loaded classes or resources.
jarPath - Variable in class org.alfresco.catalina.loader.AVMWebappClassLoader
The path which will be monitored for added Jar files.
jarRealFiles - Variable in class org.alfresco.catalina.loader.AVMWebappClassLoader
The list of JARs, in the order they should be searched for locally loaded classes or resources.
jdkCompat - Static variable in class org.alfresco.catalina.loader.AVMWebappClassLoader
Jdk Compatibility Support.

L

lastJarAccessed - Variable in class org.alfresco.catalina.loader.AVMWebappClassLoader
Last time a JAR was accessed.
lastModifiedDates - Variable in class org.alfresco.catalina.loader.AVMWebappClassLoader
The list of JARs last modified dates, in the order they should be searched for locally loaded classes or resources.
lifecycle - Variable in class org.alfresco.catalina.loader.AVMWebappLoader
The lifecycle event support for this component.
lifecycle - Variable in class org.alfresco.catalina.valve.AVMUrlValve
Lifecycle event support.
loadClass(String) - Method in class org.alfresco.catalina.loader.AVMWebappClassLoader
Load the class with the specified name.
loadClass(String, boolean) - Method in class org.alfresco.catalina.loader.AVMWebappClassLoader
Load the class with the specified name, searching using the following algorithm until it finds and returns the class.
loadedByThisOrChild(Class) - Method in class org.alfresco.catalina.loader.AVMWebappClassLoader
Determine whether a class was loaded by this class loader or one of its child class loaders.
loaderDir - Variable in class org.alfresco.catalina.loader.AVMWebappClassLoader
Path where resources loaded from JARs will be extracted.
loaderPC - Variable in class org.alfresco.catalina.loader.AVMWebappClassLoader
The PermissionCollection for each CodeSource for a web application context.
log - Static variable in class org.alfresco.catalina.host.AVMHostConfig
 
log - Static variable in class org.alfresco.catalina.loader.AVMWebappClassLoader
 
log - Static variable in class org.alfresco.catalina.valve.AVMUrlValve
 

M

match_ - Variable in class org.alfresco.catalina.host.AVMHostMatch
 
modified() - Method in class org.alfresco.catalina.loader.AVMWebappClassLoader
Have one or more classes or resources been modified so that a reload is appropriate?
modified() - Method in class org.alfresco.catalina.loader.AVMWebappLoader
Has the internal repository associated with this Loader been modified, such that the loaded classes should be reloaded?

N

needConvert - Variable in class org.alfresco.catalina.loader.AVMWebappClassLoader
need conversion for properties files
notFoundResources - Variable in class org.alfresco.catalina.loader.AVMWebappClassLoader
The list of not found resources.
nullInstance(Object) - Method in class org.alfresco.catalina.loader.AVMWebappClassLoader
 

O

openJARs() - Method in class org.alfresco.catalina.loader.AVMWebappClassLoader
Used to periodically signal to the classloader to release JAR resources.
org.alfresco.catalina.context - package org.alfresco.catalina.context
 
org.alfresco.catalina.host - package org.alfresco.catalina.host
 
org.alfresco.catalina.loader - package org.alfresco.catalina.loader
 
org.alfresco.catalina.valve - package org.alfresco.catalina.valve
 
org.alfresco.mbeans - package org.alfresco.mbeans
 

P

packageTriggers - Static variable in class org.alfresco.catalina.loader.AVMWebappClassLoader
Set of package names which are not allowed to be loaded from a webapp class loader without delegating first.
parent - Variable in class org.alfresco.catalina.loader.AVMWebappClassLoader
The parent class loader.
path - Variable in class org.alfresco.catalina.loader.AVMWebappClassLoader.PrivilegedFindResource
 
paths - Variable in class org.alfresco.catalina.loader.AVMWebappClassLoader
The list of resources which should be checked when checking for modifications.
permissionList - Variable in class org.alfresco.catalina.loader.AVMWebappClassLoader
A list of read File and Jndi Permission's required if this loader is for a web application context.
postDeregister() - Method in class org.alfresco.catalina.loader.AVMWebappLoader
 
postRegister(Boolean) - Method in class org.alfresco.catalina.loader.AVMWebappLoader
 
preDeregister() - Method in class org.alfresco.catalina.loader.AVMWebappLoader
 
preRegister(MBeanServer, ObjectName) - Method in class org.alfresco.catalina.loader.AVMWebappLoader
 
propertyChange(PropertyChangeEvent) - Method in class org.alfresco.catalina.loader.AVMWebappLoader
Process property change events from our associated Context.

R

ReauthenticatingAdvice - Class in org.alfresco.catalina.host
This is an interceptor that continuosly tries to reauthenticate when a method call results in an AuthenticationException.
ReauthenticatingAdvice() - Constructor for class org.alfresco.catalina.host.ReauthenticatingAdvice
Default constructor.
refreshPolicy() - Method in class org.alfresco.catalina.loader.AVMWebappClassLoader
Refresh the system policy file, to pick up eventual changes.
registrationThread_ - Variable in class org.alfresco.catalina.host.AVMHost
 
reload() - Method in class org.alfresco.catalina.context.AVMStandardContext
Reload this web application, if reloading is supported.
removeAllVirtualWebapps(int, String, boolean) - Method in class org.alfresco.catalina.host.AVMHostConfig
Removes all virtual webapps from the store, and removes the corresponding work directory.
removeAllVirtualWebapps(Integer, String, Boolean) - Method in class org.alfresco.mbeans.VirtWebappRegistry
 
removeAllVirtualWebapps(Integer, String, Boolean) - Method in interface org.alfresco.mbeans.VirtWebappRegistryMBean
 
removeLifecycleListener(LifecycleListener) - Method in class org.alfresco.catalina.loader.AVMWebappClassLoader
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.alfresco.catalina.loader.AVMWebappLoader
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.alfresco.catalina.valve.AVMUrlValve
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.alfresco.catalina.loader.AVMWebappLoader
Remove a property change listener from this component.
removeVirtualWebapp(int, String, boolean) - Method in class org.alfresco.catalina.host.AVMHostConfig
Removes virtual webapp from the store, and removes the corresponding work directory.
removeVirtualWebapp(Integer, String, Boolean) - Method in class org.alfresco.mbeans.VirtWebappRegistry
 
removeVirtualWebapp(Integer, String, Boolean) - Method in interface org.alfresco.mbeans.VirtWebappRegistryMBean
 
repositories - Variable in class org.alfresco.catalina.loader.AVMWebappClassLoader
The list of local repositories, in the order they should be searched for locally loaded classes or resources.
repositoryURLs - Variable in class org.alfresco.catalina.loader.AVMWebappClassLoader
Repositories URLs, used to cache the result of getURLs.
resourceEntries - Variable in class org.alfresco.catalina.loader.AVMWebappClassLoader
The cache of ResourceEntry for classes and resources we have loaded, keyed by resource name.
resources - Variable in class org.alfresco.catalina.loader.AVMWebappClassLoader
Associated directory context giving access to the resources in this webapp.
run() - Method in class org.alfresco.catalina.loader.AVMWebappClassLoader.PrivilegedFindResource
 
run() - Method in class org.alfresco.mbeans.VirtServerRegistrationThread.JMXConnectorCloseThread
 
run() - Method in class org.alfresco.mbeans.VirtServerRegistrationThread
 

S

securityManager - Variable in class org.alfresco.catalina.loader.AVMWebappClassLoader
Instance of the SecurityManager installed.
setAlfrescoJmxRmiHost(String) - Method in class org.alfresco.mbeans.VirtServerInfo
 
setAlfrescoJmxRmiHost(String) - Method in interface org.alfresco.mbeans.VirtServerInfoMBean
 
setAlfrescoJmxRmiPort(int) - Method in class org.alfresco.mbeans.VirtServerInfo
 
setAlfrescoJmxRmiPort(int) - Method in interface org.alfresco.mbeans.VirtServerInfoMBean
 
setAlfrescoServerPassword(String) - Method in class org.alfresco.mbeans.VirtServerInfo
 
setAlfrescoServerUser(String) - Method in class org.alfresco.mbeans.VirtServerInfo
 
setAntiJARLocking(boolean) - Method in class org.alfresco.catalina.loader.AVMWebappClassLoader
 
setAuthenticationService(AuthenticationService) - Method in class org.alfresco.catalina.host.ReauthenticatingAdvice
Setter.
setClientTicketHolder(ClientTicketHolder) - Method in class org.alfresco.catalina.host.ReauthenticatingAdvice
Setter.
setContainer(Container) - Method in class org.alfresco.catalina.loader.AVMWebappLoader
Set the Container with which this Logger has been associated.
setController(ObjectName) - Method in class org.alfresco.catalina.loader.AVMWebappLoader
 
setDelegate(boolean) - Method in class org.alfresco.catalina.loader.AVMWebappClassLoader
Set the "delegate first" flag for this class loader.
setDelegate(boolean) - Method in class org.alfresco.catalina.loader.AVMWebappLoader
Set the "follow standard delegation model" flag used to configure our ClassLoader.
setDeployer(AVMHostConfig) - Method in class org.alfresco.mbeans.VirtWebappRegistry
Sets AVMHostConfig webapp deployer The deployer handles the actual load/reload/unload of webapps
setDeployer(AVMHostConfig) - Method in interface org.alfresco.mbeans.VirtWebappRegistryMBean
 
setDone() - Method in class org.alfresco.mbeans.VirtServerRegistrationThread
Called by org.alfresco.catalina.host.AVMHost.stop() so that the registration thread exists and the server can shut down cleanly.
setJarPath(String) - Method in class org.alfresco.catalina.loader.AVMWebappClassLoader
Change the Jar path.
setLazyDeploy(boolean) - Method in class org.alfresco.catalina.host.AVMHost
 
setLazyDeployExperimentalOnly(boolean) - Method in class org.alfresco.catalina.host.AVMHost
Deprecated.
setLoaderClass(String) - Method in class org.alfresco.catalina.loader.AVMWebappLoader
Set the ClassLoader class name.
setPassword(String) - Method in class org.alfresco.catalina.host.ReauthenticatingAdvice
Setter.
setReloadable(boolean) - Method in class org.alfresco.catalina.loader.AVMWebappLoader
Set the reloadable flag for this Loader.
setResourceBindingClassName(String) - Method in class org.alfresco.catalina.host.AVMHost
 
setResources(DirContext) - Method in class org.alfresco.catalina.loader.AVMWebappClassLoader
Set associated resources.
setRetryInterval(long) - Method in class org.alfresco.catalina.host.ReauthenticatingAdvice
Setter.
setReverseProxyBinding(String) - Method in class org.alfresco.catalina.host.AVMHost
 
setUser(String) - Method in class org.alfresco.catalina.host.ReauthenticatingAdvice
Setter.
setVirtServerCifsAvmVersionTreeUnix(String) - Method in class org.alfresco.mbeans.VirtServerInfo
 
setVirtServerCifsAvmVersionTreeUnix(String) - Method in interface org.alfresco.mbeans.VirtServerInfoMBean
Set the CIFS version tree automount path on UNIX-style platforms.
setVirtServerCifsAvmVersionTreeUnixAutomount(boolean) - Method in class org.alfresco.mbeans.VirtServerInfo
 
setVirtServerCifsAvmVersionTreeUnixAutomount(boolean) - Method in interface org.alfresco.mbeans.VirtServerInfoMBean
Set whether attempt is made to automount CIFS on UNIX-style platforms..
setVirtServerCifsAvmVersionTreeWin(String) - Method in class org.alfresco.mbeans.VirtServerInfo
 
setVirtServerCifsAvmVersionTreeWin(String) - Method in interface org.alfresco.mbeans.VirtServerInfoMBean
Set the CIFS version tree automount path on Windows-based platforms.
setVirtServerCifsAvmVersionTreeWinAutomount(boolean) - Method in class org.alfresco.mbeans.VirtServerInfo
 
setVirtServerCifsAvmVersionTreeWinAutomount(boolean) - Method in interface org.alfresco.mbeans.VirtServerInfoMBean
Set whether attempt is made to automount CIFS on Windows.
setVirtServerConnectionRetryInterval(int) - Method in class org.alfresco.mbeans.VirtServerInfo
 
setVirtServerConnectionRetryInterval(int) - Method in interface org.alfresco.mbeans.VirtServerInfoMBean
Set the number of milliseconds the virtualization server will wait before retrying a failed connection to the Alfresco server.
setVirtServerDomain(String) - Method in class org.alfresco.mbeans.VirtServerInfo
 
setVirtServerDomain(String) - Method in interface org.alfresco.mbeans.VirtServerInfoMBean
 
setVirtServerHttpPort(int) - Method in class org.alfresco.mbeans.VirtServerInfo
 
setVirtServerHttpPort(int) - Method in interface org.alfresco.mbeans.VirtServerInfoMBean
 
setVirtServerJmxRmiPort(int) - Method in class org.alfresco.mbeans.VirtServerInfo
 
setVirtServerJmxRmiPort(int) - Method in interface org.alfresco.mbeans.VirtServerInfoMBean
 
setVirtServerOsName(String) - Method in class org.alfresco.mbeans.VirtServerInfo
Sets virtualization server's exposed value for OS name.
setVirtServerOsName(String) - Method in interface org.alfresco.mbeans.VirtServerInfoMBean
Sets the OS name of the machine hosting the virtualization server
setWorkDir(File) - Method in class org.alfresco.catalina.loader.AVMWebappClassLoader
Change the work directory.
sm - Static variable in class org.alfresco.catalina.loader.AVMWebappClassLoader
The string manager for this package.
sm - Static variable in class org.alfresco.catalina.loader.AVMWebappLoader
The string manager for this package.
sm - Static variable in class org.alfresco.catalina.valve.AVMRequestDumperValve
The StringManager for this package.
start() - Method in class org.alfresco.catalina.context.AVMStandardContext
Start this Context component.
start() - Method in class org.alfresco.catalina.host.AVMHost
Start this host.
start() - Method in class org.alfresco.catalina.host.AVMHostConfig
 
start() - Method in class org.alfresco.catalina.loader.AVMWebappClassLoader
Start the class loader.
start() - Method in class org.alfresco.catalina.loader.AVMWebappLoader
Start this component, initializing our associated class loader.
start() - Method in class org.alfresco.catalina.valve.AVMUrlValve
 
started - Variable in class org.alfresco.catalina.loader.AVMWebappClassLoader
Has this component been started?
stop() - Method in class org.alfresco.catalina.context.AVMStandardContext
Stop this Context component.
stop() - Method in class org.alfresco.catalina.host.AVMHost
 
stop() - Method in class org.alfresco.catalina.host.AVMHostConfig
 
stop() - Method in class org.alfresco.catalina.loader.AVMWebappClassLoader
Stop the class loader.
stop() - Method in class org.alfresco.catalina.loader.AVMWebappLoader
Stop this component, finalizing our associated class loader.
stop() - Method in class org.alfresco.catalina.valve.AVMUrlValve
 
support - Variable in class org.alfresco.catalina.loader.AVMWebappLoader
The property change support for this component.
system - Variable in class org.alfresco.catalina.loader.AVMWebappClassLoader
The system class loader.

T

toString() - Method in class org.alfresco.catalina.context.AVMStandardContext
Return a String representation of this component.
toString() - Method in class org.alfresco.catalina.host.AVMHost
Return a String representation of this component.
toString() - Method in class org.alfresco.catalina.loader.AVMWebappClassLoader
Render a String representation of this object.
toString() - Method in class org.alfresco.catalina.loader.AVMWebappLoader
Return a String representation of this component.
toString() - Method in class org.alfresco.catalina.valve.AVMRequestDumperValve
Return a String rendering of this object.
triggers - Static variable in class org.alfresco.catalina.loader.AVMWebappClassLoader
The set of trigger classes that will cause a proposed repository not to be added if this class is visible to the class loader that loaded this factory class.

U

undeployApps() - Method in class org.alfresco.catalina.host.AVMHostConfig
Does a soft webapp undeploy (removes webapp entries from host).
unMangleAVMuri(String) - Static method in class org.alfresco.catalina.valve.AVMUrlValve
Returns an un AVM-mangled version of uri.
updateAllVirtualWebapps(int, String, boolean) - Method in class org.alfresco.catalina.host.AVMHostConfig
Updates all virtual webapps within an AVM store; if the isRecursive flat is set, all dependent webapps are also updated (i.e.: webapps that use the one being updated as their "background" via transparency).
updateAllVirtualWebapps(Integer, String, Boolean) - Method in class org.alfresco.mbeans.VirtWebappRegistry
 
updateAllVirtualWebapps(Integer, String, Boolean) - Method in interface org.alfresco.mbeans.VirtWebappRegistryMBean
 
updateVirtualWebapp(int, String, boolean) - Method in class org.alfresco.catalina.host.AVMHostConfig
Updates a virtual webapps; if the isRecursive flag is set, all dependent webapps are also updated (i.e.: webapps that use the one being updated as their "background" via transparency).
updateVirtualWebapp(Integer, String, Boolean) - Method in class org.alfresco.mbeans.VirtWebappRegistry
 
updateVirtualWebapp(Integer, String, Boolean) - Method in interface org.alfresco.mbeans.VirtWebappRegistryMBean
 

V

validate(String) - Method in class org.alfresco.catalina.loader.AVMWebappClassLoader
Validate a classname.
validateJarFile(File) - Method in class org.alfresco.catalina.loader.AVMWebappClassLoader
Check the specified JAR file, and return true if it does not contain any of the trigger classes.
VirtServerInfo - Class in org.alfresco.mbeans
 
VirtServerInfo() - Constructor for class org.alfresco.mbeans.VirtServerInfo
 
VirtServerInfoMBean - Interface in org.alfresco.mbeans
Interface for helper bean containing information used to create peer-to-peer registration of virtualization server with remote Alfresco server.
VirtServerRegistrationThread - Class in org.alfresco.mbeans
Registers virtualization server with an AVM server.
VirtServerRegistrationThread() - Constructor for class org.alfresco.mbeans.VirtServerRegistrationThread
 
VirtServerRegistrationThread.JMXConnectorCloseThread - Class in org.alfresco.mbeans
Allow the close operation on a thread to be async; closing a connection is a potentially slow operation.
VirtServerRegistrationThread.JMXConnectorCloseThread(JMXConnector) - Constructor for class org.alfresco.mbeans.VirtServerRegistrationThread.JMXConnectorCloseThread
 
VirtWebappRegistry - Class in org.alfresco.mbeans
 
VirtWebappRegistry() - Constructor for class org.alfresco.mbeans.VirtWebappRegistry
 
VirtWebappRegistryMBean - Interface in org.alfresco.mbeans
 
A B C D F G H I J L M N O P R S T U V 

Copyright © 2005–2014 Alfresco Software. All rights reserved.