|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DeploymentException | |
org.apache.geronimo.deployment | |
org.apache.geronimo.deployment.service | |
org.apache.geronimo.deployment.util |
Uses of DeploymentException in org.apache.geronimo.deployment |
Methods in org.apache.geronimo.deployment that throw DeploymentException | |
ClassLoader |
DeploymentContext.getClassLoader(org.apache.geronimo.kernel.repository.Repository repository)
|
void |
DeploymentContext.close()
|
URI |
Deployer.deploy(File moduleFile,
File deploymentPlan)
|
void |
ConfigurationBuilder.buildConfiguration(File outfile,
Manifest manifest,
File module,
org.apache.xmlbeans.XmlObject plan)
Build a configuration from a local file |
void |
ConfigurationBuilder.buildConfiguration(File outfile,
Manifest manifest,
InputStream module,
org.apache.xmlbeans.XmlObject plan)
Build a configuration from an arbitrary input stream |
Constructors in org.apache.geronimo.deployment that throw DeploymentException | |
DeploymentContext(JarOutputStream jos,
URI id,
org.apache.geronimo.kernel.config.ConfigurationModuleType type,
URI parentID,
org.apache.geronimo.kernel.Kernel kernel)
|
Uses of DeploymentException in org.apache.geronimo.deployment.service |
Methods in org.apache.geronimo.deployment.service that throw DeploymentException | |
void |
ServiceConfigBuilder.buildConfiguration(File outfile,
Manifest manifest,
File module,
org.apache.xmlbeans.XmlObject plan)
|
void |
ServiceConfigBuilder.buildConfiguration(File outfile,
Manifest manifest,
InputStream ignored,
org.apache.xmlbeans.XmlObject plan)
|
void |
ServiceConfigBuilder.buildConfiguration(JarOutputStream os,
org.apache.xmlbeans.XmlObject plan)
|
static void |
GBeanHelper.addGbean(GBeanAdapter gbean,
ClassLoader cl,
DeploymentContext context)
|
void |
GBeanBuilder.setAttribute(String name,
String type,
String text)
|
void |
GBeanBuilder.setReference(String name,
String pattern)
|
void |
GBeanBuilder.setReference(String name,
String[] patterns)
|
Constructors in org.apache.geronimo.deployment.service that throw DeploymentException | |
GBeanBuilder(String name,
ClassLoader classLoader,
String className)
|
Uses of DeploymentException in org.apache.geronimo.deployment.util |
Constructors in org.apache.geronimo.deployment.util that throw DeploymentException | |
DeploymentHelper(URLInfo urlInfo,
String j2eeDDName,
String geronimoDDName)
Create an helper related to the specified deployment URL with META-INF as the directory with the given files |
|
DeploymentHelper(URLInfo urlInfo,
String j2eeDDName,
String geronimoDDName,
String infDir)
Creates an helper related to the specified deployment URL. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |