Uses of Class
cz.cuni.amis.introspection.IntrospectionException

Packages that use IntrospectionException
cz.cuni.amis.introspection Introspection package uses Proxy design pattern paradigm. 
cz.cuni.amis.introspection.java Package for introspection of Java code. 
cz.cuni.amis.introspection.jmx   
cz.cuni.amis.introspection.python Package for introspection of Python code. 
 

Uses of IntrospectionException in cz.cuni.amis.introspection
 

Methods in cz.cuni.amis.introspection that throw IntrospectionException
protected  Folder[] FolderUnion.computeFolders(Folder[] object)
           
protected abstract  Folder[] AbstractObjectFolder.computeFolders(T object)
          Computes list of introspectable children of object to be introspected.
protected  Property[] FolderUnion.computeProperties(Folder[] object)
           
protected abstract  Property[] AbstractObjectFolder.computeProperties(T object)
          Computes list of properties of object to be introspected.
 Properties Folder.createProperties()
          Stores all folders and properties from this Folder to a Java Properties object that can be used for storing the values.
protected  Properties Folder.createProperties(String prefix)
          Stores all folders and properties from this Folder to a Java Properties object that can be used for storing the values.
 Folder Folder.getFolder(String name)
           
 Folder[] FolderShadow.getFolders()
           
abstract  Folder[] Folder.getFolders()
           
 Folder[] AbstractObjectFolder.getFolders()
          Returns lazy initialized list of children.
 Property[] FolderShadow.getProperties()
           
abstract  Property[] Folder.getProperties()
           
 Property[] AbstractObjectFolder.getProperties()
          Returns lazy initialized list of properties.
 Property Folder.getProperty(String name)
          Return property of the given name, null if no such property exists.
 Class PropertyShadow.getType()
           
abstract  Class Property.getType()
           
 Object PropertyShadow.getValue()
           
abstract  Object Property.getValue()
          Get value of property.
 void Folder.loadFromProperties(Properties props)
          Initializes folder from the properties object.
protected  void Folder.loadFromProperties(Properties props, String prefix)
          Initializes folder from the properties object.
 void PropertyShadow.setValue(Object newValue)
           
abstract  void Property.setValue(Object newValue)
          Set value of property.
 void PropertyShadow.synchronize()
          Updates shadowed value with current property value.
 void FolderShadow.synchronize()
          Synchronizes state of this shadow folder with the real folder.
 

Constructors in cz.cuni.amis.introspection that throw IntrospectionException
FolderShadow(Folder folder)
           
PropertyShadow(Property prop)
           
 

Uses of IntrospectionException in cz.cuni.amis.introspection.java
 

Methods in cz.cuni.amis.introspection.java that throw IntrospectionException
 Object JavaProperty.getValue()
           
 void JavaProperty.setValue(Object newValue)
           
 

Uses of IntrospectionException in cz.cuni.amis.introspection.jmx
 

Methods in cz.cuni.amis.introspection.jmx that throw IntrospectionException
protected  Folder[] DynamicMBeanToFolderAdapter.computeFolders(DynamicProxy object)
           
static void FolderMBean.exportFolderHierarchy(Folder folder, MBeanServer mBeanServer, String domain, String rootName)
           
 Class AttributeToPropertyAdapter.getType()
           
 Object AttributeToPropertyAdapter.getValue()
           
 void FolderMBean.registerFolderHierarchyInJMX(MBeanServer mBeanServer, String domain, String path)
          Export this folder to a JMX MBeanServer.
 void AttributeToPropertyAdapter.setValue(Object newValue)
           
 

Uses of IntrospectionException in cz.cuni.amis.introspection.python
 

Methods in cz.cuni.amis.introspection.python that throw IntrospectionException
 Object PythonProperty.getValue()
           
 void PythonProperty.setValue(Object newValue)
           
 



Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.