com.sun.enterprise.config.serverbeans
Interface Module
- All Superinterfaces:
- org.jvnet.hk2.config.ConfigBeanProxy, Named, org.jvnet.hk2.config.types.PropertyBag
public interface Module
- extends Named, org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.config.types.PropertyBag
Tag Interface for any module
- Author:
- Jerome Dochez
| Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
createChild, deepCopy, getParent, getParent |
| Methods inherited from interface org.jvnet.hk2.config.types.PropertyBag |
getProperty, getProperty, getPropertyValue, getPropertyValue |
getEngines
java.util.List<Engine> getEngines()
getResources
Resources getResources()
setResources
void setResources(Resources resources)
throws java.beans.PropertyVetoException
- Throws:
java.beans.PropertyVetoException
getEngine
@DuckTyped
Engine getEngine(java.lang.String snifferType)
Copyright © 2012 GlassFish Community. All Rights Reserved.