Package jadex.xml
Interface IContext
- 
- All Known Implementing Classes:
- AReadContext,- AWriteContext,- WriteContextDesktop
 
 public interface IContextCommon interface for read and write contexts.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ClassLoadergetClassLoader()Get the classloader.java.lang.ObjectgetRootObject()Get the root object.java.lang.ObjectgetUserContext()Get the usercontext.
 
- 
- 
- 
Method Detail- 
getRootObjectjava.lang.Object getRootObject() Get the root object.- Returns:
- The root object.
 
 - 
getUserContextjava.lang.Object getUserContext() Get the usercontext.- Returns:
- The usercontext.
 
 - 
getClassLoaderjava.lang.ClassLoader getClassLoader() Get the classloader.- Returns:
- The classloader.
 
 
- 
 
-