|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.security.microcontainer.beans.metadata.BaseModuleMetaData
org.jboss.security.microcontainer.beans.metadata.StackRefModuleMetaData
public class StackRefModuleMetaData
This class extends the BaseModuleMetaData
to add the metadata needed to build a StackRefPolicyModule
.
Field Summary |
---|
Fields inherited from class org.jboss.security.microcontainer.beans.metadata.BaseModuleMetaData |
---|
code, moduleOptions |
Constructor Summary | |
---|---|
StackRefModuleMetaData()
|
Method Summary | |
---|---|
org.jboss.beans.metadata.spi.BeanMetaData |
getBean(String moduleName)
Overrides the superclass method to create a BeanMetaDataObject that will be used by the microcontainer to
generate an instance of StackRefPolicyModule . |
String |
getStackRef()
Obtains the name of the stack referred by the module. |
void |
setStackRef(String stackRef)
Sets the name of the stack referred by the module. |
Methods inherited from class org.jboss.security.microcontainer.beans.metadata.BaseModuleMetaData |
---|
getCode, getModuleOptions, setCode, setModuleOptions |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StackRefModuleMetaData()
Method Detail |
---|
public String getStackRef()
Obtains the name of the stack referred by the module.
String
representing the stack name.public void setStackRef(String stackRef)
Sets the name of the stack referred by the module.
stackRef
- a String
representing the name to be set.public org.jboss.beans.metadata.spi.BeanMetaData getBean(String moduleName)
Overrides the superclass method to create a BeanMetaDataObject
that will be used by the microcontainer to
generate an instance of StackRefPolicyModule
.
getBean
in class BaseModuleMetaData
moduleName
- the name of the module bean to be created.
BeanMetaData
object containing the metadata needed to create the module bean.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |