org.apache.ace.deployment.deploymentadmin
Class DeploymentAdminDeployer

java.lang.Object
  extended by 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.


Constructor Summary
DeploymentAdminDeployer()
           
 
Method Summary
 String getName(Object object)
           
 org.osgi.framework.Version getVersion(Object object)
           
 Object install(InputStream inputStream)
           
 Object[] list()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentAdminDeployer

public DeploymentAdminDeployer()
Method Detail

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.