Uses of Class
org.codehaus.aspectwerkz.transform.inlining.deployer.DeploymentHandle

Packages that use DeploymentHandle
org.codehaus.aspectwerkz.transform.inlining.deployer   
 

Uses of DeploymentHandle in org.codehaus.aspectwerkz.transform.inlining.deployer
 

Methods in org.codehaus.aspectwerkz.transform.inlining.deployer that return DeploymentHandle
static DeploymentHandle Deployer.deploy(Class aspect)
          Deploys an annotation defined aspect.
static DeploymentHandle Deployer.deploy(Class aspect, ClassLoader deployLoader)
          Deploys an annotation defined aspect.
static DeploymentHandle Deployer.deploy(Class aspect, DeploymentScope deploymentScope)
          Deploys an annotation defined aspect in the scope defined by the prepared pointcut.
static DeploymentHandle Deployer.deploy(Class aspect, DeploymentScope deploymentScope, ClassLoader deployLoader)
          TODO allow deployment in other systems than virtual system?
static DeploymentHandle Deployer.deploy(Class aspect, String xmlDef)
          Deploys an XML defined aspect in the scope defined by the prepared pointcut.
static DeploymentHandle Deployer.deploy(Class aspect, String xmlDef, ClassLoader deployLoader)
          Deploys an XML defined aspect in the scope defined by the prepared pointcut.
static DeploymentHandle Deployer.deploy(Class aspect, String xmlDef, DeploymentScope deploymentScope)
          Deploys an XML defined aspect in the scope defined by the prepared pointcut.
static DeploymentHandle Deployer.deploy(Class aspect, String xmlDef, DeploymentScope deploymentScope, ClassLoader deployLoader)
          TODO allow deployment in other systems than virtual system?
static DeploymentHandle Deployer.deploy(String aspectClassName)
          Deploys an annotation defined aspect.
static DeploymentHandle Deployer.deploy(String aspectClassName, ClassLoader deployLoader)
          Deploys an annotation defined aspect.
static DeploymentHandle Deployer.deploy(String aspectClassName, DeploymentScope deploymentScope)
          Deploys an annotation defined aspect in the scope defined by the prepared pointcut.
static DeploymentHandle Deployer.deploy(String className, DeploymentScope deploymentScope, ClassLoader deployLoader)
          Deploys an annotation defined aspect in the scope defined by the prepared pointcut.
 

Methods in org.codehaus.aspectwerkz.transform.inlining.deployer with parameters of type DeploymentHandle
static void Deployer.undeploy(DeploymentHandle deploymentHandle)
          Undeploys an aspect in the same way that it has been deployed in in the previous deploy event defined by the deployment handle.
 



Copyright © 2002-2005 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.