A C D E F G H I J L M N O P R S T

A

AbstractObjectFolder<T> - Class in cz.cuni.amis.introspection
This is wrapper class for introspectable objects.
AbstractObjectFolder(String, T) - Constructor for class cz.cuni.amis.introspection.AbstractObjectFolder
Creates a new instance of Folder and bind it with given object.
AttributeToPropertyAdapter - Class in cz.cuni.amis.introspection.jmx
Adapts a JMX Attribute to AMIS introspection Property.
AttributeToPropertyAdapter(MBeanAttributeInfo, DynamicMBean) - Constructor for class cz.cuni.amis.introspection.jmx.AttributeToPropertyAdapter
 

C

closeIntrospection() - Method in class cz.cuni.amis.introspection.python.PythonInstrospectableProxy
 
computeFolders(T) - Method in class cz.cuni.amis.introspection.AbstractObjectFolder
Computes list of introspectable children of object to be introspected.
computeFolders(Folder[]) - Method in class cz.cuni.amis.introspection.FolderUnion
 
computeFolders(Object) - Method in class cz.cuni.amis.introspection.java.ReflectionObjectFolder
All data fields of introspected object that implement Introspectable interface are added to the list of children.
computeFolders(DynamicProxy) - Method in class cz.cuni.amis.introspection.jmx.DynamicMBeanToFolderAdapter
 
computeFolders(ScriptEngine) - Method in class cz.cuni.amis.introspection.python.PythonEngineFolder
 
computeFolders(Object) - Method in class cz.cuni.amis.introspection.python.PythonInstrospectableProxy
 
computeProperties(T) - Method in class cz.cuni.amis.introspection.AbstractObjectFolder
Computes list of properties of object to be introspected.
computeProperties(Folder[]) - Method in class cz.cuni.amis.introspection.FolderUnion
 
computeProperties(Object) - Method in class cz.cuni.amis.introspection.java.ReflectionObjectFolder
All data fields which are marked by @PogProp annotation and PropertyEditorManager can find editor for them are recognized as Properties of introspectable proxy and are returned by this method.
computeProperties(DynamicProxy) - Method in class cz.cuni.amis.introspection.jmx.DynamicMBeanToFolderAdapter
 
computeProperties(ScriptEngine) - Method in class cz.cuni.amis.introspection.python.PythonEngineFolder
 
computeProperties(Object) - Method in class cz.cuni.amis.introspection.python.PythonInstrospectableProxy
 
createProperties() - Method in class cz.cuni.amis.introspection.Folder
Stores all folders and properties from this Folder to a Java Properties object that can be used for storing the values.
createProperties(String) - Method in class cz.cuni.amis.introspection.Folder
Stores all folders and properties from this Folder to a Java Properties object that can be used for storing the values.
createProxy(ScriptEngine) - Method in class cz.cuni.amis.introspection.python.PythonProxyFactory
 
createProxy(ScriptEngine) - Method in class cz.cuni.amis.introspection.ScriptProxyFactory
Create instance of Proxy for given engine, return null if this engine isn't supported by this factory.
cz.cuni.amis.introspection - package cz.cuni.amis.introspection
Introspection package uses Proxy design pattern paradigm.
cz.cuni.amis.introspection.editor - package cz.cuni.amis.introspection.editor
Editors for various data types, all editors in this package must extend PropertyEditorSupport.
cz.cuni.amis.introspection.java - package cz.cuni.amis.introspection.java
Package for introspection of Java code.
cz.cuni.amis.introspection.jmx - package cz.cuni.amis.introspection.jmx
 
cz.cuni.amis.introspection.python - package cz.cuni.amis.introspection.python
Package for introspection of Python code.

D

DummyClass - Class in cz.cuni.amis.introspection.python
Used to mark unsupported classes of introspection objects.
DummyClass() - Constructor for class cz.cuni.amis.introspection.python.DummyClass
 
DummyClassPropertyEditor - Class in cz.cuni.amis.introspection.editor
 
DummyClassPropertyEditor() - Constructor for class cz.cuni.amis.introspection.editor.DummyClassPropertyEditor
Creates a new instance of DummyClassPropertyEditor
DynamicMBeanToFolderAdapter - Class in cz.cuni.amis.introspection.jmx
Adapts arbitrary MBean (packed in DynamicProxy object) to Folder object.
DynamicMBeanToFolderAdapter(DynamicProxy) - Constructor for class cz.cuni.amis.introspection.jmx.DynamicMBeanToFolderAdapter
Creates new Folder whose name would be folderMBean.getObjectName().getKeyProperty("name").
DynamicMBeanToFolderAdapter(DynamicProxy, String) - Constructor for class cz.cuni.amis.introspection.jmx.DynamicMBeanToFolderAdapter
Creates new Folder with custom name.
DynamicProxy - Class in cz.cuni.amis.introspection.jmx
Proxy object of remote DynamicMBean exposing this object through the same interface.
DynamicProxy(ObjectName, MBeanServerConnection) - Constructor for class cz.cuni.amis.introspection.jmx.DynamicProxy
Create proxy for DynamicMBean registered under the objectName on mbsc server.

E

exportFolderHierarchy(Folder, MBeanServer, String, String) - Static method in class cz.cuni.amis.introspection.jmx.FolderMBean
 

F

Feature - Class in cz.cuni.amis.introspection
 
Feature(String) - Constructor for class cz.cuni.amis.introspection.Feature
 
field - Variable in class cz.cuni.amis.introspection.java.JavaProperty
Field to be changed.
filterObject(Object, boolean) - Method in class cz.cuni.amis.introspection.python.PythonInstrospectableProxy
Filters children of the proxy according to 'hasChildren' parameter.
Folder - Class in cz.cuni.amis.introspection
Interface for introspection of internal properties of object.
Folder(String) - Constructor for class cz.cuni.amis.introspection.Folder
 
folder - Variable in class cz.cuni.amis.introspection.jmx.FolderMBean
 
FolderMBean - Class in cz.cuni.amis.introspection.jmx
Adapter exposing the Folder as a DynamicMBean.
FolderMBean(Folder) - Constructor for class cz.cuni.amis.introspection.jmx.FolderMBean
 
FolderShadow - Class in cz.cuni.amis.introspection
Used for caching state and changes on a folder.
FolderShadow(Folder) - Constructor for class cz.cuni.amis.introspection.FolderShadow
 
FolderUnion - Class in cz.cuni.amis.introspection
Union of properties and children of two introspectable proxies.
FolderUnion(Folder, Folder, String) - Constructor for class cz.cuni.amis.introspection.FolderUnion
Creates a new instance of FolderUnion

G

get(String) - Static method in class cz.cuni.amis.introspection.jmx.PrimitiveTypeToClassTranslator
 
get() - Method in class cz.cuni.amis.introspection.python.PyObjectPlace
This should get the Object from the place.
getAsText() - Method in class cz.cuni.amis.introspection.editor.DummyClassPropertyEditor
 
getAttribute(String) - Method in class cz.cuni.amis.introspection.jmx.DynamicProxy
 
getAttribute(String) - Method in class cz.cuni.amis.introspection.jmx.FolderMBean
 
getAttributes(String[]) - Method in class cz.cuni.amis.introspection.jmx.DynamicProxy
 
getAttributes(String[]) - Method in class cz.cuni.amis.introspection.jmx.FolderMBean
 
getChildren(Object) - Method in class cz.cuni.amis.introspection.python.PyDictionaryWrapper
 
getChildren(Object) - Method in class cz.cuni.amis.introspection.python.PyFloatWrapper
 
getChildren(Object) - Method in class cz.cuni.amis.introspection.python.PyInstanceWrapper
 
getChildren(Object) - Method in class cz.cuni.amis.introspection.python.PyIntegerWrapper
 
getChildren(Object) - Method in class cz.cuni.amis.introspection.python.PyListWrapper
 
getChildren(Object) - Method in class cz.cuni.amis.introspection.python.PyLongWrapper
 
getChildren() - Method in class cz.cuni.amis.introspection.python.PyObjectAdapter
Returns array list of childrens.
getChildren(Object) - Method in class cz.cuni.amis.introspection.python.PyObjectWrapper
If the PyObject contains children (e.g.
getChildren(Object) - Method in class cz.cuni.amis.introspection.python.PyStringWrapper
 
getChildren(Object) - Method in class cz.cuni.amis.introspection.python.PyTupleWrapper
 
getChildren(Object) - Method in class cz.cuni.amis.introspection.python.PyUnsupportedWrapper
 
getDeclaredProperties(Class, Object) - Method in class cz.cuni.amis.introspection.java.ReflectionObjectFolder
Get all Properties from given class.
getDeclaredProxies(Class, Object) - Method in class cz.cuni.amis.introspection.java.ReflectionObjectFolder
Get all IntrospectableProxies from given class.
getDescription(PyObject) - Method in class cz.cuni.amis.introspection.python.PyUnsupportedWrapper
 
getFolder(String) - Method in class cz.cuni.amis.introspection.Folder
 
getFolder(String) - Method in interface cz.cuni.amis.introspection.java.Introspectable
Returns Folder representing this object.
getFolder(Field, Object) - Static method in class cz.cuni.amis.introspection.java.Introspector
 
getFolder(String, Object) - Static method in class cz.cuni.amis.introspection.java.Introspector
 
getFolders() - Method in class cz.cuni.amis.introspection.AbstractObjectFolder
Returns lazy initialized list of children.
getFolders() - Method in class cz.cuni.amis.introspection.Folder
 
getFolders() - Method in class cz.cuni.amis.introspection.FolderShadow
 
getFolders() - Method in class cz.cuni.amis.introspection.ScriptProxyManager.EmptyFolder
 
getInstance() - Static method in class cz.cuni.amis.introspection.ScriptProxyManager
 
getJavaClass() - Method in class cz.cuni.amis.introspection.python.PyObjectWrapper
Returns class which PyObject represents and whose instance is expected in the set() method as parameter
getJavaObject(Object) - Method in class cz.cuni.amis.introspection.python.PyDictionaryWrapper
 
getJavaObject(Object) - Method in class cz.cuni.amis.introspection.python.PyFloatWrapper
Returns Double instance of the stored value.
getJavaObject(Object) - Method in class cz.cuni.amis.introspection.python.PyInstanceWrapper
Unsupported! Returns null.
getJavaObject(Object) - Method in class cz.cuni.amis.introspection.python.PyIntegerWrapper
Returns Integer instance of the stored value.
getJavaObject(Object) - Method in class cz.cuni.amis.introspection.python.PyListWrapper
 
getJavaObject(Object) - Method in class cz.cuni.amis.introspection.python.PyLongWrapper
Returns Long instance of the stored value.
getJavaObject() - Method in class cz.cuni.amis.introspection.python.PyObjectAdapter
Returns java representation of the object.
getJavaObject(Object) - Method in class cz.cuni.amis.introspection.python.PyObjectWrapper
Returns java representation of the object.
getJavaObject(Object) - Method in class cz.cuni.amis.introspection.python.PyStringWrapper
Returns String instance of the stored value.
getJavaObject(Object) - Method in class cz.cuni.amis.introspection.python.PyTupleWrapper
 
getJavaObject(Object) - Method in class cz.cuni.amis.introspection.python.PyUnsupportedWrapper
 
getMBeanInfo() - Method in class cz.cuni.amis.introspection.jmx.DynamicProxy
 
getMBeanInfo() - Method in class cz.cuni.amis.introspection.jmx.FolderMBean
 
getMBeanServerConnection() - Method in class cz.cuni.amis.introspection.jmx.DynamicProxy
 
getName() - Method in class cz.cuni.amis.introspection.Feature
 
getName() - Method in class cz.cuni.amis.introspection.FolderUnion
 
getName() - Method in class cz.cuni.amis.introspection.python.PyObjectAdapter
 
getName() - Method in class cz.cuni.amis.introspection.python.PythonInstrospectableProxy
 
getName() - Method in class cz.cuni.amis.introspection.python.PythonProperty
 
getNewValue(Object) - Method in class cz.cuni.amis.introspection.python.PyDictionaryWrapper
Accepts Map as newValue.
getNewValue(Object) - Method in class cz.cuni.amis.introspection.python.PyFloatWrapper
Returns PyFloat instance of the value newValue.
getNewValue(Object) - Method in class cz.cuni.amis.introspection.python.PyInstanceWrapper
Unsupported! Returns null.
getNewValue(Object) - Method in class cz.cuni.amis.introspection.python.PyIntegerWrapper
Returns PyInteger instance of the value newValue.
getNewValue(Object) - Method in class cz.cuni.amis.introspection.python.PyListWrapper
Accepts Collection as parameter of newValue.
getNewValue(Object) - Method in class cz.cuni.amis.introspection.python.PyLongWrapper
Returns PyLong instance of the value newValue.
getNewValue(Object) - Method in class cz.cuni.amis.introspection.python.PyObjectWrapper
Creates instance of correct descendant of the PyObject according to the type of wrapper from newValue.
getNewValue(Object) - Method in class cz.cuni.amis.introspection.python.PyStringWrapper
Returns PyString instance of the value newValue.
getNewValue(Object) - Method in class cz.cuni.amis.introspection.python.PyTupleWrapper
Accepts List as parameter of newValue.
getNewValue(Object) - Method in class cz.cuni.amis.introspection.python.PyUnsupportedWrapper
 
getObject() - Method in class cz.cuni.amis.introspection.python.PyObjectAdapter
Returns wrapped object.
getObjectName() - Method in class cz.cuni.amis.introspection.jmx.DynamicProxy
 
getProperties() - Method in class cz.cuni.amis.introspection.AbstractObjectFolder
Returns lazy initialized list of properties.
getProperties() - Method in class cz.cuni.amis.introspection.Folder
 
getProperties() - Method in class cz.cuni.amis.introspection.FolderShadow
 
getProperties() - Method in class cz.cuni.amis.introspection.ScriptProxyManager.EmptyFolder
 
getProperty(String) - Method in class cz.cuni.amis.introspection.Folder
Return property of the given name, null if no such property exists.
getProperty(Field, Object) - Static method in class cz.cuni.amis.introspection.java.Introspector
 
getProxiedObject() - Method in class cz.cuni.amis.introspection.AbstractObjectFolder
Return object proxied by this Folder.
getProxyForScriptEngine(ScriptEngine) - Method in class cz.cuni.amis.introspection.ScriptProxyManager
Get proxy for given engine.
getType() - Method in class cz.cuni.amis.introspection.java.JavaProperty
 
getType() - Method in class cz.cuni.amis.introspection.jmx.AttributeToPropertyAdapter
 
getType() - Method in class cz.cuni.amis.introspection.Property
 
getType() - Method in class cz.cuni.amis.introspection.PropertyShadow
 
getType() - Method in class cz.cuni.amis.introspection.python.PythonProperty
 
getValue() - Method in class cz.cuni.amis.introspection.java.JavaProperty
 
getValue() - Method in class cz.cuni.amis.introspection.jmx.AttributeToPropertyAdapter
 
getValue() - Method in class cz.cuni.amis.introspection.Property
Get value of property.
getValue() - Method in class cz.cuni.amis.introspection.PropertyShadow
 
getValue() - Method in class cz.cuni.amis.introspection.python.PythonProperty
 
getWrapper(Object) - Method in class cz.cuni.amis.introspection.python.PyObjectAdapter
The problem with Python introspection is, that we can't rely on the information about the wrapper of the object in stored place as it can change between two calls of PyObjectAdapter methods.
getWrapper(Class) - Static method in class cz.cuni.amis.introspection.python.PyObjectWrappersManager
 

H

hasChildren(Object) - Method in class cz.cuni.amis.introspection.python.PyDictionaryWrapper
 
hasChildren(Object) - Method in class cz.cuni.amis.introspection.python.PyFloatWrapper
 
hasChildren(Object) - Method in class cz.cuni.amis.introspection.python.PyInstanceWrapper
 
hasChildren(Object) - Method in class cz.cuni.amis.introspection.python.PyIntegerWrapper
 
hasChildren(Object) - Method in class cz.cuni.amis.introspection.python.PyListWrapper
 
hasChildren(Object) - Method in class cz.cuni.amis.introspection.python.PyLongWrapper
 
hasChildren() - Method in class cz.cuni.amis.introspection.python.PyObjectAdapter
Whether the object has children ...
hasChildren(Object) - Method in class cz.cuni.amis.introspection.python.PyObjectWrapper
Whether the wrapper may have children (e.g.
hasChildren(Object) - Method in class cz.cuni.amis.introspection.python.PyStringWrapper
 
hasChildren(Object) - Method in class cz.cuni.amis.introspection.python.PyTupleWrapper
 
hasChildren(Object) - Method in class cz.cuni.amis.introspection.python.PyUnsupportedWrapper
 

I

Introspectable - Interface in cz.cuni.amis.introspection.java
All objects that want to provide hierarchical view of their structure to the IDE must implement this interface.
IntrospectionException - Exception in cz.cuni.amis.introspection
 
IntrospectionException() - Constructor for exception cz.cuni.amis.introspection.IntrospectionException
Creates a new instance of IntrospectionException without detail message.
IntrospectionException(String) - Constructor for exception cz.cuni.amis.introspection.IntrospectionException
Constructs an instance of IntrospectionException with the specified detail message.
IntrospectionException(Throwable) - Constructor for exception cz.cuni.amis.introspection.IntrospectionException
 
Introspector - Class in cz.cuni.amis.introspection.java
 
Introspector() - Constructor for class cz.cuni.amis.introspection.java.Introspector
 
invoke(String, Object[], String[]) - Method in class cz.cuni.amis.introspection.jmx.DynamicProxy
 
invoke(String, Object[], String[]) - Method in class cz.cuni.amis.introspection.jmx.FolderMBean
 
invokeNoException(String, Object[], String[]) - Method in class cz.cuni.amis.introspection.jmx.DynamicProxy
 

J

JavaProperty - Class in cz.cuni.amis.introspection.java
Wrapps JavaReflection way of manipulating with fields of objects.
JavaProperty(Object, Field) - Constructor for class cz.cuni.amis.introspection.java.JavaProperty
Creates a new instance of JavaProperty
JFolder - Annotation Type in cz.cuni.amis.introspection.java
Anotation denoting objects containing other properties.
JProp - Annotation Type in cz.cuni.amis.introspection.java
Annotation denoting introspectable property of an agent.

L

loadFromProperties(Properties) - Method in class cz.cuni.amis.introspection.Folder
Initializes folder from the properties object.
loadFromProperties(Properties, String) - Method in class cz.cuni.amis.introspection.Folder
Initializes folder from the properties object.

M

main(String[]) - Static method in class cz.cuni.amis.introspection.python.PythonEngineFolder
 

N

name - Variable in class cz.cuni.amis.introspection.Feature
 

O

object - Variable in class cz.cuni.amis.introspection.java.JavaProperty
Object where is the field.
objectName - Variable in class cz.cuni.amis.introspection.jmx.DynamicProxy
Name of the wrapped object.

P

PrimitiveTypeToClassTranslator - Class in cz.cuni.amis.introspection.jmx
Translates primitive type to corresponding wrapper type class.
PrimitiveTypeToClassTranslator() - Constructor for class cz.cuni.amis.introspection.jmx.PrimitiveTypeToClassTranslator
 
Property - Class in cz.cuni.amis.introspection
Interface for property models.
Property(String) - Constructor for class cz.cuni.amis.introspection.Property
 
PropertyShadow - Class in cz.cuni.amis.introspection
Used for caching value of given property.
PropertyShadow(Property) - Constructor for class cz.cuni.amis.introspection.PropertyShadow
 
PyDictionaryWrapper - Class in cz.cuni.amis.introspection.python
 
PyDictionaryWrapper() - Constructor for class cz.cuni.amis.introspection.python.PyDictionaryWrapper
 
PyFloatWrapper - Class in cz.cuni.amis.introspection.python
 
PyFloatWrapper() - Constructor for class cz.cuni.amis.introspection.python.PyFloatWrapper
 
PyInstanceWrapper - Class in cz.cuni.amis.introspection.python
 
PyInstanceWrapper() - Constructor for class cz.cuni.amis.introspection.python.PyInstanceWrapper
 
PyIntegerWrapper - Class in cz.cuni.amis.introspection.python
 
PyIntegerWrapper() - Constructor for class cz.cuni.amis.introspection.python.PyIntegerWrapper
 
PyListWrapper - Class in cz.cuni.amis.introspection.python
 
PyListWrapper() - Constructor for class cz.cuni.amis.introspection.python.PyListWrapper
 
PyLongWrapper - Class in cz.cuni.amis.introspection.python
 
PyLongWrapper() - Constructor for class cz.cuni.amis.introspection.python.PyLongWrapper
 
PyObjectAdapter - Class in cz.cuni.amis.introspection.python
This class is wrapper for PyObject which probes the PyObject for it's type and accessibility and provides methods neccessary for introspection of the PyObject If you want to extend the number of classes the Python introspection accepts, than simply create class PyNewClassWrapper extends PyObjectWrapper and add it to a PyObjectAdapater.probeObject() body.
PyObjectAdapter(String, PyObjectPlace) - Constructor for class cz.cuni.amis.introspection.python.PyObjectAdapter
Initialize the read-write adapter for wrapped PyObject.
PyObjectPlace - Class in cz.cuni.amis.introspection.python
This absract class is used for anonymous classes which decribes where the PyObject lies (it's owner), when we do set() on the property we have to know where to write the new value.
PyObjectPlace() - Constructor for class cz.cuni.amis.introspection.python.PyObjectPlace
 
PyObjectWrapper - Class in cz.cuni.amis.introspection.python
 
PyObjectWrapper(Class) - Constructor for class cz.cuni.amis.introspection.python.PyObjectWrapper
 
PyObjectWrappersManager - Class in cz.cuni.amis.introspection.python
Here is a class which manages wrappers for Jython classes.
PyObjectWrappersManager() - Constructor for class cz.cuni.amis.introspection.python.PyObjectWrappersManager
 
PyStringWrapper - Class in cz.cuni.amis.introspection.python
 
PyStringWrapper() - Constructor for class cz.cuni.amis.introspection.python.PyStringWrapper
 
PythonEngineFolder - Class in cz.cuni.amis.introspection.python
 
PythonEngineFolder(ScriptEngine) - Constructor for class cz.cuni.amis.introspection.python.PythonEngineFolder
 
PythonInstrospectableProxy - Class in cz.cuni.amis.introspection.python
 
PythonInstrospectableProxy(String, PyObjectPlace) - Constructor for class cz.cuni.amis.introspection.python.PythonInstrospectableProxy
 
PythonInstrospectableProxy(PyObjectAdapter) - Constructor for class cz.cuni.amis.introspection.python.PythonInstrospectableProxy
 
PythonProperty - Class in cz.cuni.amis.introspection.python
 
PythonProperty(String, PyObjectPlace) - Constructor for class cz.cuni.amis.introspection.python.PythonProperty
 
PythonProperty(PyObjectAdapter) - Constructor for class cz.cuni.amis.introspection.python.PythonProperty
 
PythonProxyFactory - Class in cz.cuni.amis.introspection.python
Factory object that is registered through SPI standard and creates PythonEngineScriptProxy if it is asked to create proxy for com.sun.script.jython.JythonScriptEngine engine.
PythonProxyFactory() - Constructor for class cz.cuni.amis.introspection.python.PythonProxyFactory
Creates a new instance of PythonProxyFactory
PyTupleWrapper - Class in cz.cuni.amis.introspection.python
 
PyTupleWrapper() - Constructor for class cz.cuni.amis.introspection.python.PyTupleWrapper
 
PyUnsupportedWrapper - Class in cz.cuni.amis.introspection.python
 
PyUnsupportedWrapper() - Constructor for class cz.cuni.amis.introspection.python.PyUnsupportedWrapper
 

R

ReflectionObjectFolder - Class in cz.cuni.amis.introspection.java
Implementation of automatic object introspection using Java Reflection API.
ReflectionObjectFolder(String, Object) - Constructor for class cz.cuni.amis.introspection.java.ReflectionObjectFolder
Creates a new instance of JavaReflectionProxy
registerFolderHierarchyInJMX(MBeanServer, String, String) - Method in class cz.cuni.amis.introspection.jmx.FolderMBean
Export this folder to a JMX MBeanServer.
registerWrapper(Class, PyObjectWrapper) - Static method in class cz.cuni.amis.introspection.python.PyObjectWrappersManager
 

S

ScriptFolder - Class in cz.cuni.amis.introspection
Interface for all IntrospectableProxies of ScriptEngines
ScriptFolder(String, ScriptEngine) - Constructor for class cz.cuni.amis.introspection.ScriptFolder
 
ScriptProxyFactory - Class in cz.cuni.amis.introspection
Factory class for ScriptProxy objects.
ScriptProxyFactory() - Constructor for class cz.cuni.amis.introspection.ScriptProxyFactory
Creates a new instance of ScriptProxyFactory
ScriptProxyManager - Class in cz.cuni.amis.introspection
SPI manager for getting ScriptProxies for ScriptEngines.
ScriptProxyManager() - Constructor for class cz.cuni.amis.introspection.ScriptProxyManager
This class cannot be instanciated.
ScriptProxyManager.EmptyFolder - Class in cz.cuni.amis.introspection
Introspection proxy doing nothing.
ScriptProxyManager.EmptyFolder() - Constructor for class cz.cuni.amis.introspection.ScriptProxyManager.EmptyFolder
 
set(PyObjectWrapper, Object) - Method in class cz.cuni.amis.introspection.python.PyObjectAdapter
This accepts java class instance which is proper for the object it wrappes - it uses wrapper.getNewValue() for obtaining the PyObject representation of the java object and then it uses place.set() to insert the new value to it's correct place in another python object.
set(PyObject) - Method in class cz.cuni.amis.introspection.python.PyObjectPlace
This should set the PyObject to the right place.
setAttribute(Attribute) - Method in class cz.cuni.amis.introspection.jmx.DynamicProxy
 
setAttribute(Attribute) - Method in class cz.cuni.amis.introspection.jmx.FolderMBean
 
setAttributes(AttributeList) - Method in class cz.cuni.amis.introspection.jmx.DynamicProxy
 
setAttributes(AttributeList) - Method in class cz.cuni.amis.introspection.jmx.FolderMBean
 
setValue(Object) - Method in class cz.cuni.amis.introspection.java.JavaProperty
 
setValue(Object) - Method in class cz.cuni.amis.introspection.jmx.AttributeToPropertyAdapter
 
setValue(Object) - Method in class cz.cuni.amis.introspection.Property
Set value of property.
setValue(Object) - Method in class cz.cuni.amis.introspection.PropertyShadow
 
setValue(Object) - Method in class cz.cuni.amis.introspection.python.PythonProperty
 
synchronize() - Method in class cz.cuni.amis.introspection.FolderShadow
Synchronizes state of this shadow folder with the real folder.
synchronize() - Method in class cz.cuni.amis.introspection.PropertyShadow
Updates shadowed value with current property value.

T

toString() - Method in class cz.cuni.amis.introspection.python.PyObjectAdapter
 

A C D E F G H I J L M N O P R S T

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