org.apache.geronimo.deployment.plugin
Class DeploymentConfigurationImpl
java.lang.Object
  
org.apache.geronimo.deployment.plugin.DeploymentConfigurationImpl
- All Implemented Interfaces: 
 - DeploymentConfiguration
 
public class DeploymentConfigurationImpl
- extends Object
- implements DeploymentConfiguration
  
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
DeploymentConfigurationImpl
public DeploymentConfigurationImpl(DeployableObject deployable)
getDeployableObject
public DeployableObject getDeployableObject()
- Specified by:
 getDeployableObject in interface DeploymentConfiguration
 
 
getDConfigBeanRoot
public DConfigBeanRoot getDConfigBeanRoot(DDBeanRoot bean)
                                   throws ConfigurationException
- Specified by:
 getDConfigBeanRoot in interface DeploymentConfiguration
 
- Throws:
 ConfigurationException
 
removeDConfigBean
public void removeDConfigBean(DConfigBeanRoot bean)
                       throws BeanNotFoundException
- Specified by:
 removeDConfigBean in interface DeploymentConfiguration
 
- Throws:
 BeanNotFoundException
 
save
public void save(OutputStream outputArchive)
          throws ConfigurationException
- Specified by:
 save in interface DeploymentConfiguration
 
- Throws:
 ConfigurationException
 
restore
public void restore(InputStream inputArchive)
             throws ConfigurationException
- Specified by:
 restore in interface DeploymentConfiguration
 
- Throws:
 ConfigurationException
 
saveDConfigBean
public void saveDConfigBean(OutputStream outputArchive,
                            DConfigBeanRoot bean)
                     throws ConfigurationException
- Specified by:
 saveDConfigBean in interface DeploymentConfiguration
 
- Throws:
 ConfigurationException
 
restoreDConfigBean
public DConfigBeanRoot restoreDConfigBean(InputStream inputArchive,
                                          DDBeanRoot bean)
                                   throws ConfigurationException
- Specified by:
 restoreDConfigBean in interface DeploymentConfiguration
 
- Throws:
 ConfigurationException
 
Copyright © 2006 Apache Software Foundation. All Rights Reserved.