public class ManagedBeanBean extends FeatureBean implements ListEntriesHolder, MapEntriesHolder
Configuration bean for <managed-bean> element.
Constructor and Description |
---|
ManagedBeanBean() |
Modifier and Type | Method and Description |
---|---|
void |
addManagedProperty(ManagedPropertyBean descriptor) |
ListEntriesBean |
getListEntries()
Return the current
listEntries object
for this configuration bean. |
java.lang.String |
getManagedBeanClass() |
java.lang.String |
getManagedBeanName() |
java.lang.String |
getManagedBeanScope() |
ManagedPropertyBean[] |
getManagedProperties() |
ManagedPropertyBean |
getManagedProperty(java.lang.String name) |
MapEntriesBean |
getMapEntries()
Return the current
mapEntries object
for this configuration bean. |
void |
removeManagedProperty(ManagedPropertyBean descriptor) |
void |
setListEntries(ListEntriesBean listEntries)
Set the current
listEntries object
for this configuration bean. |
void |
setManagedBeanClass(java.lang.String managedBeanClass) |
void |
setManagedBeanName(java.lang.String managedBeanName) |
void |
setManagedBeanScope(java.lang.String managedBeanScope) |
void |
setMapEntries(MapEntriesBean mapEntries)
Set the current
mapEntries object
for this configuration bean. |
addDescription, addDisplayName, addIcon, getDescription, getDescriptions, getDisplayName, getDisplayNames, getIcon, getIcons, removeDescription, removeDisplayName, removeIcon
public java.lang.String getManagedBeanClass()
public void setManagedBeanClass(java.lang.String managedBeanClass)
public java.lang.String getManagedBeanName()
public void setManagedBeanName(java.lang.String managedBeanName)
public java.lang.String getManagedBeanScope()
public void setManagedBeanScope(java.lang.String managedBeanScope)
public ListEntriesBean getListEntries()
ListEntriesHolder
Return the current listEntries
object
for this configuration bean.
getListEntries
in interface ListEntriesHolder
public void setListEntries(ListEntriesBean listEntries)
ListEntriesHolder
Set the current listEntries
object
for this configuration bean.
setListEntries
in interface ListEntriesHolder
listEntries
- The new listEntries
objectpublic void addManagedProperty(ManagedPropertyBean descriptor)
public ManagedPropertyBean getManagedProperty(java.lang.String name)
public ManagedPropertyBean[] getManagedProperties()
public void removeManagedProperty(ManagedPropertyBean descriptor)
public MapEntriesBean getMapEntries()
MapEntriesHolder
Return the current mapEntries
object
for this configuration bean.
getMapEntries
in interface MapEntriesHolder
public void setMapEntries(MapEntriesBean mapEntries)
MapEntriesHolder
Set the current mapEntries
object
for this configuration bean.
setMapEntries
in interface MapEntriesHolder
mapEntries
- The new mapEntries
objectCopyright ? 2002-2006 Sun Microsystems, Inc. All Rights Reserved.