Package jadex.commons.beans.beancontext
Interface BeanContext
- 
- All Superinterfaces:
- BeanContextChild,- java.util.Collection,- DesignMode,- java.lang.Iterable,- Visibility
 - All Known Subinterfaces:
- BeanContextServices
 - All Known Implementing Classes:
- BeanContextServicesSupport,- BeanContextSupport
 
 public interface BeanContext extends BeanContextChild, java.util.Collection, DesignMode, Visibility 
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.ObjectglobalHierarchyLockTODO: find out what it should be initialized to- 
Fields inherited from interface jadex.commons.beans.DesignModePROPERTYNAME
 
- 
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddBeanContextMembershipListener(BeanContextMembershipListener bcml)java.net.URLgetResource(java.lang.String name, BeanContextChild bcc)java.io.InputStreamgetResourceAsStream(java.lang.String name, BeanContextChild bcc)java.lang.ObjectinstantiateChild(java.lang.String beanName)voidremoveBeanContextMembershipListener(BeanContextMembershipListener bcml)- 
Methods inherited from interface jadex.commons.beans.beancontext.BeanContextChildaddPropertyChangeListener, addVetoableChangeListener, getBeanContext, removePropertyChangeListener, removeVetoableChangeListener, setBeanContext
 - 
Methods inherited from interface java.util.Collectionadd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArray, toArray
 - 
Methods inherited from interface jadex.commons.beans.DesignModeisDesignTime, setDesignTime
 - 
Methods inherited from interface jadex.commons.beans.VisibilityavoidingGui, dontUseGui, needsGui, okToUseGui
 
- 
 
- 
- 
- 
Method Detail- 
addBeanContextMembershipListenervoid addBeanContextMembershipListener(BeanContextMembershipListener bcml) 
 - 
getResourcejava.net.URL getResource(java.lang.String name, BeanContextChild bcc) throws java.lang.IllegalArgumentException- Throws:
- java.lang.IllegalArgumentException
 
 - 
getResourceAsStreamjava.io.InputStream getResourceAsStream(java.lang.String name, BeanContextChild bcc) throws java.lang.IllegalArgumentException- Throws:
- java.lang.IllegalArgumentException
 
 - 
instantiateChildjava.lang.Object instantiateChild(java.lang.String beanName) throws java.io.IOException, java.lang.ClassNotFoundException- Throws:
- java.io.IOException
- java.lang.ClassNotFoundException
 
 - 
removeBeanContextMembershipListenervoid removeBeanContextMembershipListener(BeanContextMembershipListener bcml) 
 
- 
 
-