org.jboss.aop
Class Deployment

java.lang.Object
  extended by org.jboss.aop.Deployment

public class Deployment
extends Object

Comment

Version:
$Revision: 77493 $
Author:
Bill Burke

Field Summary
static boolean searchClasspath
           
 
Constructor Summary
Deployment()
           
 
Method Summary
static void deploy()
           
static void deployThroughClassAnnotations()
          Load XML files through a system property value jboss.aop.path
static void preconfigThroughClassPath()
          This is for running standalone.
static void preconfigThroughSystemProperty()
          Load XML files through a system property value jboss.aop.path
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

searchClasspath

public static boolean searchClasspath
Constructor Detail

Deployment

public Deployment()
Method Detail

deploy

public static void deploy()

preconfigThroughClassPath

public static void preconfigThroughClassPath()
This is for running standalone. AspectManager will automatically search classpath for resources of jboss-aop.xml and load them. The AspectManagerService will turn this off if you are running from within JBoss.


deployThroughClassAnnotations

public static void deployThroughClassAnnotations()
Load XML files through a system property value jboss.aop.path


preconfigThroughSystemProperty

public static void preconfigThroughSystemProperty()
Load XML files through a system property value jboss.aop.path



Copyright © 2008 JBoss, a division of Red Hat, Inc.. All Rights Reserved.