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

Nested Class Summary
static class Module.Duck
           
 
Method Summary
 Engine getEngine(java.lang.String snifferType)
           
 java.util.List<Engine> getEngines()
           
 Resources getResources()
           
 void setResources(Resources resources)
           
 
Methods inherited from interface org.glassfish.api.admin.config.Named
getName, setName
 
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
 

Method Detail

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.