org.apache.ace.deployment.deploymentadmin
Class DeploymentAdminDeployer
java.lang.Object
org.apache.ace.deployment.deploymentadmin.DeploymentAdminDeployer
- All Implemented Interfaces:
- org.apache.ace.deployment.Deployment
public class DeploymentAdminDeployer
- extends Object
- implements org.apache.ace.deployment.Deployment
Implementation of the DeploymentService
interface that uses the DeploymentAdmin
to deploy components.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeploymentAdminDeployer
public DeploymentAdminDeployer()
getName
public String getName(Object object)
throws IllegalArgumentException
- Specified by:
getName
in interface org.apache.ace.deployment.Deployment
- Throws:
IllegalArgumentException
getVersion
public org.osgi.framework.Version getVersion(Object object)
throws IllegalArgumentException
- Specified by:
getVersion
in interface org.apache.ace.deployment.Deployment
- Throws:
IllegalArgumentException
install
public Object install(InputStream inputStream)
throws Exception
- Specified by:
install
in interface org.apache.ace.deployment.Deployment
- Throws:
Exception
list
public Object[] list()
- Specified by:
list
in interface org.apache.ace.deployment.Deployment
Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.