Uses of Class
org.abstracthorizon.extend.server.deployment.ModuleId

Packages that use ModuleId
org.abstracthorizon.extend.repository.maven   
org.abstracthorizon.extend.repository.maven.pom   
org.abstracthorizon.extend.server.deployment   
org.abstracthorizon.extend.server.deployment.danube   
org.abstracthorizon.extend.server.deployment.support   
org.abstracthorizon.extend.server.deployment.tomcat   
org.abstracthorizon.extend.server.dynamic   
org.abstracthorizon.extend.server.dynamic.secondstage   
org.abstracthorizon.extend.support.spring.deployment   
org.abstracthorizon.extend.support.spring.service   
org.abstracthorizon.spring.server.deployment.jetty   
 

Uses of ModuleId in org.abstracthorizon.extend.repository.maven
 

Methods in org.abstracthorizon.extend.repository.maven that return ModuleId
 ModuleId MavenRepoModuleLoader.toModuleId(URI uri)
           
 

Methods in org.abstracthorizon.extend.repository.maven with parameters of type ModuleId
 Module MavenRepoModuleLoader.loadAs(URI uri, ModuleId moduleId)
          Loads a file from maven style repository
 

Uses of ModuleId in org.abstracthorizon.extend.repository.maven.pom
 

Subclasses of ModuleId in org.abstracthorizon.extend.repository.maven.pom
 class Artifact
           
 class Dependency
           
 class Exclusion
           
 class Parent
           
 class POM
          This class represents project
 

Constructors in org.abstracthorizon.extend.repository.maven.pom with parameters of type ModuleId
Artifact(ModuleId copy)
           
 

Uses of ModuleId in org.abstracthorizon.extend.server.deployment
 

Fields in org.abstracthorizon.extend.server.deployment with type parameters of type ModuleId
protected  DeploymentManagerImpl.DeployedModules<ModuleId,Module> DeploymentManagerImpl.deployedModules
          Map of deployed modules
 

Methods in org.abstracthorizon.extend.server.deployment that return ModuleId
static ModuleId ModuleId.createModuleIdFromFileName(File file)
           
static ModuleId ModuleId.createModuleIdFromFileName(String name)
           
 ModuleId Module.getModuleId()
          Return's module's name.
static ModuleId ModuleId.parseModuleIdString(ModuleId moduleId, String s)
           
static ModuleId ModuleId.parseModuleIdString(String moduleId)
           
 ModuleId DeploymentManagerImpl.toModuleId(URI uri)
          Translates URI to moduleId
 ModuleId ModuleLoader.toModuleId(URI uri)
          Translates URI to moduleId
 ModuleId ModuleId.toNonSnapshotArtifact()
           
 ModuleId ModuleId.toSnapshotArtifact()
           
 

Methods in org.abstracthorizon.extend.server.deployment that return types with arguments of type ModuleId
 Set<ModuleId> DeploymentManagerImpl.findAliases(Module module)
          Returns all aliases module is known under
 EnhancedMap<ModuleId,Module> DeploymentManager.getDeployedModules()
          Returns map of deployed modules.
 EnhancedMap<ModuleId,Module> DeploymentManagerImpl.getDeployedModules()
          Returns map of deployed modules.
 

Methods in org.abstracthorizon.extend.server.deployment with parameters of type ModuleId
 void DeploymentManager.deploy(ModuleId moduleId, Module module)
          Deploys given module.
 void DeploymentManagerImpl.deploy(ModuleId moduleId, Module module)
          Deploys given module.
 Module DeploymentManagerImpl.loadAs(URI uri, ModuleId moduleId)
          Loads module from given URI.
 Module ModuleLoader.loadAs(URI uri, ModuleId moduleId)
          Loads module from given URI.
static ModuleId ModuleId.parseModuleIdString(ModuleId moduleId, String s)
           
 void DeploymentManagerImpl.redeploy(ModuleId moduleId)
          Utility method
 

Constructors in org.abstracthorizon.extend.server.deployment with parameters of type ModuleId
ModuleId(ModuleId copy)
           
 

Uses of ModuleId in org.abstracthorizon.extend.server.deployment.danube
 

Constructors in org.abstracthorizon.extend.server.deployment.danube with parameters of type ModuleId
DanubeWebApplicationContext(ModuleId moduleId)
          Empty constructor.
 

Uses of ModuleId in org.abstracthorizon.extend.server.deployment.support
 

Fields in org.abstracthorizon.extend.server.deployment.support declared as ModuleId
protected  ModuleId AbstractModule.moduleId
          Module's name
protected  ModuleId DeploymentDirectoryModule.moduleId
          Module name
protected  ModuleId ProvisionalModule.moduleId
          Modules name
protected  ModuleId UnknownLoaderModule.moduleId
          Modules name
 

Methods in org.abstracthorizon.extend.server.deployment.support that return ModuleId
 ModuleId AbstractModule.getModuleId()
          Returns module's module id
 ModuleId DeploymentDirectoryModule.getModuleId()
          Returns module's id
 ModuleId ProvisionalModule.getModuleId()
          Returns module's id
 ModuleId UnknownLoaderModule.getModuleId()
          Returns name as "_not_deployed_" + location.toString();
 ModuleId DirectoryModuleLoader.toModuleId(URI uri)
          Translates URI to moduleId
 ModuleId DeploymentDirectoryModuleLoader.toModuleId(URI uri)
          Translates URI to moduleId
 ModuleId BulkDeploy.toModuleId(URI uri)
          Translates URI to moduleId.
 ModuleId JarModuleLoader.toModuleId(URI uri)
          Translates URI to moduleId
 

Methods in org.abstracthorizon.extend.server.deployment.support with parameters of type ModuleId
 Module DirectoryModuleLoader.loadAs(URI uri, ModuleId moduleId)
          Creates DirectoryModule and returns it.
 Module DeploymentDirectoryModuleLoader.loadAs(URI uri, ModuleId moduleId)
          Obtains bean named "DirectoryModule" (DeploymentDirectoryModule) from the application context, sets location and name and returns it.
 Module BulkDeploy.loadAs(URI uri, ModuleId moduleId)
          This method is not supported here.
 Module JarModuleLoader.loadAs(URI uri, ModuleId moduleId)
          Loads Jar as a module
 void AbstractModule.setModuleId(ModuleId moduleId)
          Sets module's module id
 void DeploymentDirectoryModule.setModuleId(ModuleId moduleId)
          Sets module's id
 

Constructors in org.abstracthorizon.extend.server.deployment.support with parameters of type ModuleId
AbstractModule(ModuleId moduleId)
          Constructor
JarModule(ModuleId moduleId)
          Constructor
ProvisionalModule(URI uri, ModuleId moduleId)
          Constructor.
 

Uses of ModuleId in org.abstracthorizon.extend.server.deployment.tomcat
 

Constructors in org.abstracthorizon.extend.server.deployment.tomcat with parameters of type ModuleId
TomcatWebApplicationContext(ModuleId moduleId)
          Empty constructor
 

Uses of ModuleId in org.abstracthorizon.extend.server.dynamic
 

Fields in org.abstracthorizon.extend.server.dynamic with type parameters of type ModuleId
protected  EnhancedMap<ModuleId,Module> Bootstrap.DeploymentManagerStub.deployedModules
           
 

Methods in org.abstracthorizon.extend.server.dynamic that return ModuleId
 ModuleId Bootstrap.DeploymentManagerStub.toModuleId(URI uri)
          Translates URI to moduleId
 

Methods in org.abstracthorizon.extend.server.dynamic that return types with arguments of type ModuleId
 EnhancedMap<ModuleId,Module> Bootstrap.DeploymentManagerStub.getDeployedModules()
           
 

Methods in org.abstracthorizon.extend.server.dynamic with parameters of type ModuleId
 void Bootstrap.DeploymentManagerStub.deploy(ModuleId moduleId, Module module)
           
 Module Bootstrap.DeploymentManagerStub.loadAs(URI uri, ModuleId moduleId)
           
 

Uses of ModuleId in org.abstracthorizon.extend.server.dynamic.secondstage
 

Fields in org.abstracthorizon.extend.server.dynamic.secondstage declared as ModuleId
protected  ModuleId Bootstrap.BootstrapModule.moduleId
           
 

Fields in org.abstracthorizon.extend.server.dynamic.secondstage with type parameters of type ModuleId
protected  EnhancedMap<ModuleId,Module> Bootstrap.DeploymentManagerStub.deployedModules
           
 

Methods in org.abstracthorizon.extend.server.dynamic.secondstage that return ModuleId
 ModuleId Bootstrap.BootstrapModule.getModuleId()
           
 ModuleId Bootstrap.DeploymentManagerStub.toModuleId(URI uri)
          Translates URI to moduleId
 

Methods in org.abstracthorizon.extend.server.dynamic.secondstage that return types with arguments of type ModuleId
 EnhancedMap<ModuleId,Module> Bootstrap.DeploymentManagerStub.getDeployedModules()
           
 

Methods in org.abstracthorizon.extend.server.dynamic.secondstage with parameters of type ModuleId
 void Bootstrap.DeploymentManagerStub.deploy(ModuleId moduleId, Module module)
           
 Module Bootstrap.DeploymentManagerStub.loadAs(URI uri, ModuleId moduleId)
           
 

Constructors in org.abstracthorizon.extend.server.dynamic.secondstage with parameters of type ModuleId
Bootstrap.BootstrapModule(ModuleId moduleId, ClassLoader classLoader)
           
 

Uses of ModuleId in org.abstracthorizon.extend.support.spring.deployment
 

Fields in org.abstracthorizon.extend.support.spring.deployment declared as ModuleId
protected  ModuleId AbstractApplicationContextModule.moduleId
          Module id
 

Methods in org.abstracthorizon.extend.support.spring.deployment that return ModuleId
 ModuleId AbstractApplicationContextModule.getModuleId()
          Returns module's id
 

Methods in org.abstracthorizon.extend.support.spring.deployment with parameters of type ModuleId
 void AbstractApplicationContextModule.setModuleId(ModuleId moduleId)
          Sets module's name
 

Constructors in org.abstracthorizon.extend.support.spring.deployment with parameters of type ModuleId
AbstractApplicationContextModule(ModuleId moduleId)
          Constructor that creates overall class loader (context's class loader).
 

Uses of ModuleId in org.abstracthorizon.extend.support.spring.service
 

Methods in org.abstracthorizon.extend.support.spring.service that return ModuleId
 ModuleId ServiceModuleLoader.toModuleId(URI uri)
          Translates URI to moduleId
 

Methods in org.abstracthorizon.extend.support.spring.service with parameters of type ModuleId
 Module ServiceModuleLoader.loadAs(URI uri, ModuleId moduleId)
          Creates ServiceApplicationContextModule and initialises it.
 

Constructors in org.abstracthorizon.extend.support.spring.service with parameters of type ModuleId
ServiceApplicationContextModule(ModuleId moduleId)
          Empty constructor
 

Uses of ModuleId in org.abstracthorizon.spring.server.deployment.jetty
 

Constructors in org.abstracthorizon.spring.server.deployment.jetty with parameters of type ModuleId
JettyWebApplicationContext(ModuleId moduleId)
          Empty constructor
 



Copyright © 2005-2009 Abstract Horizon. All Rights Reserved.