org.apache.openejb.config
Class AnnotationDeployer
java.lang.Object
org.apache.openejb.config.AnnotationDeployer
- All Implemented Interfaces:
- DynamicDeployer
public class AnnotationDeployer
- extends Object
- implements DynamicDeployer
- Version:
- $Rev$ $Date$
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
public static final Logger logger
startupLogger
public static final Logger startupLogger
OPENEJB_JPA_AUTO_SCAN
public static final String OPENEJB_JPA_AUTO_SCAN
- See Also:
- Constant Field Values
OPENEJB_JPA_AUTO_SCAN_PACKAGE
public static final String OPENEJB_JPA_AUTO_SCAN_PACKAGE
- See Also:
- Constant Field Values
knownResourceEnvTypes
public static final Set<String> knownResourceEnvTypes
knownEnvironmentEntries
public static final Set<String> knownEnvironmentEntries
AnnotationDeployer
public AnnotationDeployer()
deploy
public AppModule deploy(AppModule appModule)
throws OpenEJBException
- Specified by:
deploy in interface DynamicDeployer
- Throws:
OpenEJBException
deploy
public void deploy(CdiBeanInfo beanInfo)
throws OpenEJBException
- Throws:
OpenEJBException
deploy
public WebModule deploy(WebModule webModule)
throws OpenEJBException
- Throws:
OpenEJBException
getModule
public static DeploymentModule getModule()
isKnownEnvironmentEntryType
public static boolean isKnownEnvironmentEntryType(Class type)
isShareableJNDINamespace
public static boolean isShareableJNDINamespace(String jndiName)
sortClasses
public static List<org.apache.xbean.finder.Annotated<Class<?>>> sortClasses(List<org.apache.xbean.finder.Annotated<Class<?>>> list)
sortClassesParentFirst
public static List<Class<?>> sortClassesParentFirst(List<Class<?>> list)
sortMethods
public static List<org.apache.xbean.finder.Annotated<Method>> sortMethods(List<org.apache.xbean.finder.Annotated<Method>> list)
isInstantiable
public static boolean isInstantiable(Class<?> clazz)
classLocation
public static URL classLocation(Class clazz)
getEnvEntriesPropertiesDeployer
public EnvEntriesPropertiesDeployer getEnvEntriesPropertiesDeployer()
Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.