Uses of Interface
org.apache.geronimo.system.serverinfo.ServerInfo

Packages that use ServerInfo
org.apache.geronimo.system.configuration   
org.apache.geronimo.system.logging.log4j   
org.apache.geronimo.system.properties   
org.apache.geronimo.system.repository   
org.apache.geronimo.system.resolver   
org.apache.geronimo.system.serverinfo   
org.apache.geronimo.system.sharedlib   
org.apache.geronimo.system.util   
 

Uses of ServerInfo in org.apache.geronimo.system.configuration
 

Constructors in org.apache.geronimo.system.configuration with parameters of type ServerInfo
LocalAttributeManager(String configFile, String configSubstitutionsFileName, String configSubstitutionsPrefix, boolean readOnly, ServerInfo serverInfo)
           
SwitchableLocalAttributeManager(String configFile, String substitutionsFile, String configSubstitutionsPrefix, boolean readOnly, ServerInfo serverInfo)
           
 

Uses of ServerInfo in org.apache.geronimo.system.logging.log4j
 

Constructors in org.apache.geronimo.system.logging.log4j with parameters of type ServerInfo
ApplicationLog4jConfigurationGBean(String log4jResource, String log4jFile, ServerInfo serverInfo, ClassLoader classloader)
           
Log4jService(String configurationFile, int refreshPeriod, ServerInfo serverInfo)
          Construct a Log4jService.
 

Uses of ServerInfo in org.apache.geronimo.system.properties
 

Constructors in org.apache.geronimo.system.properties with parameters of type ServerInfo
SystemProperties(Properties systemProperties, Properties systemPathProperties, ServerInfo serverInfo, Properties sunSystemProperties, Properties ibmSystemProperties, Properties apacheSystemProperties)
           
 

Uses of ServerInfo in org.apache.geronimo.system.repository
 

Constructors in org.apache.geronimo.system.repository with parameters of type ServerInfo
AbstractRepository(URI root, ServerInfo serverInfo, boolean resolveToServer)
           
Maven2Repository(URI root, ServerInfo serverInfo, boolean resolveToServer)
           
ServerInfoRootResolver(ServerInfo serverInfo, boolean resolveToServer)
           
 

Uses of ServerInfo in org.apache.geronimo.system.resolver
 

Constructors in org.apache.geronimo.system.resolver with parameters of type ServerInfo
ExplicitDefaultArtifactResolver(String versionMapLocation, ArtifactManager artifactManager, Collection<? extends ListableRepository> repositories, Map<String,String> additionalAliases, ServerInfo serverInfo)
           
ExplicitDefaultArtifactResolver(String versionMapLocation, ArtifactManager artifactManager, Collection<? extends ListableRepository> repositories, ServerInfo serverInfo)
           
 

Uses of ServerInfo in org.apache.geronimo.system.serverinfo
 

Classes in org.apache.geronimo.system.serverinfo that implement ServerInfo
 class BasicServerInfo
          Contains information about the server and functions for resolving pathnames.
 

Uses of ServerInfo in org.apache.geronimo.system.sharedlib
 

Constructor parameters in org.apache.geronimo.system.sharedlib with type arguments of type ServerInfo
SharedLib(ClassLoader classLoader, String[] classesDirs, String[] libDirs, Collection<ServerInfo> serverInfos)
           
 

Uses of ServerInfo in org.apache.geronimo.system.util
 

Constructors in org.apache.geronimo.system.util with parameters of type ServerInfo
ConfiguredEncryption(String path, ServerInfo serverInfo)
           
DirectoryInitializationGBean(String prefix, String path, ServerInfo serverInfo, ClassLoader classLoader)
           
 



Copyright © 2003-2011 The Apache Geronimo development community. All Rights Reserved.