All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.beans.mb.ManagedBeanFactory

java.lang.Object
   |
   +----com.ibm.beans.mb.ManagedBeanFactory

public class ManagedBeanFactory
extends Object
implements Serializable
This class defines the default factory object used to obtain a ManagedBean when one is needed. A ManagedBeanFactory should be acquired from the RepositoryModel using the getManagedBeanFactory() method. This class may be subclassed to create custom ManagedBeans. When subclassed, the new ManagedBeanFactory should register with the RepositoryModel using the registerManagedBeanFactory() method.

See Also:
RepositoryModel, ManagedBean

Constructor Index

 o ManagedBeanFactory()

Method Index

 o createManagedBean(RepositoryModel)
Creates a new ManagedBean.

Constructors

 o ManagedBeanFactory
 public ManagedBeanFactory()

Methods

 o createManagedBean
 public synchronized ManagedBean createManagedBean(RepositoryModel r)
Creates a new ManagedBean.

Parameters:
r - The RepositoryModel of which this ManagedBean will be a part. This parameter can be null.
Returns:
A new ManagedBean.
See Also:
ManagedBean, RepositoryModel

All Packages  Class Hierarchy  This Package  Previous  Next  Index