- 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.
- 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.
- 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
-
- 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
-
- 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.