Contents | Package | Class | Tree | Deprecated | Index | Help | Java 1.2 Beta 3 | ||
PREV | NEXT | SHOW LISTS | HIDE LISTS |
The BeanContext acts a logical heirarchical container for JavaBeans.
Method Summary | |
void | addBeanContextMembershipListener(BeanContextMembershipListener bcml)
|
URL | getResource(String name,
BeanContextChild bcc)
|
InputStream | getResourceAsStream(String name,
BeanContextChild bcc)
|
Object | instantiateChild(String beanName)
|
void | removeBeanContextMembershipListener(BeanContextMembershipListener bcml)
|
Method Detail |
public Object instantiateChild(String beanName) throws IOException, ClassNotFoundException
beanName
- The name of the JavaBean to instantiate as a child of this BeanContext
public InputStream getResourceAsStream(String name, BeanContextChild bcc) throws IllegalArgumentException
public URL getResource(String name, BeanContextChild bcc) throws IllegalArgumentException
public void addBeanContextMembershipListener(BeanContextMembershipListener bcml)
public void removeBeanContextMembershipListener(BeanContextMembershipListener bcml)
Contents | Package | Class | Tree | Deprecated | Index | Help | Java 1.2 Beta 3 | ||
PREV | NEXT | SHOW LISTS | HIDE LISTS |