Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package ch.ethz.prose

Interface Summary
AspectManager Interface AspectManager allows weaving and unweaving of aspects.
Component Interface Component is a tagging interface.
Insertable Interface Insertable should be implemented by all elements that get inserted into PROSE and need to be notified.
JVMAspectInterfaceTest.TestInterface  
 

Class Summary
AbstractExtensionTest JUnit testcase for class DefaultAspect (Black).
Aspect Class aspect is the
DefaultAspect Class DefaultAspect provides a declarative way to define an extension.
ExtensionInsertionTest JUnit testcase// integration test for DefaultAspect,ProseSystem and Functional Crosscut.
ExtensionInsertionTest.AbstractMethodCut  
ExtensionInsertionTest.ConcreteExtension  
ExtensionInsertionTest.ConcreteExtension1  
ExtensionInsertionTest.ConcreteMethodCut1  
ExtensionInsertionTest.ConcreteMethodCut2  
ExtensionInsertionTest.ModParExtension  
ExtensionInsertionTest.NonPubExtension  
ExtensionInsertionTest.SimpleExtension  
ExtensionInsertionTest.SimpleExtension.Crosscut1  
ExtensionInsertionTest.SimpleExtension.Crosscut2  
ExtensionInsertionTest.TestClass  
ExtensionInsertionTest.TestClassWithInt  
ExtensionSystemTest JUnit testcase for class ProseSystem.
ExtensionSystemTest.ExampleExtensionManager  
ExtensionSystemTest.ExampleExtensionSystem  
FieldEventIntegrationTest JUnit testcase.
FieldEventIntegrationTest.FieldListener  
FieldEventIntegrationTest.TestClass  
FieldNotificationTest FieldNotificationTest.
FieldNotificationTest.TestClass  
FieldNotificationTest.TestExtension  
FieldNotificationTestWithOutput FieldNotificationTestWithOutput.
FieldNotificationTestWithOutput.TestClass  
FieldNotificationTestWithOutput.TestExtension  
JVMAITests JUnit testcase for all jvmai-relevant aspects
JVMAspectInterfaceTest JUnit testcase for class JVMAspectInterface.
JVMAspectInterfaceTest.TestAbstractClass  
JVMAspectInterfaceTest.TestCatch  
JVMAspectInterfaceTest.TestClass1  
JVMAspectInterfaceTest.TestClass2  
JVMAspectInterfaceTest.TestClass3  
JVMAspectInterfaceTest.TestClass4  
JVMAspectInterfaceTest.TestClass5  
JVMAspectInterfaceTest.TestHook  
JVMAspectInterfaceTest.TestThread  
JVMInfoInterfaceTest JUnit testcase for class JVMInfoInterface.
JVMInfoInterfaceTest.TestClass1  
JVMInfoInterfaceTest.TestClass2  
LocalAspectManager Class LocalAspectManager extends AspectManager and implements a local extension manager.
LocalAspectManager.TransactionGroup  
LocalExtensionManagerTest JUnit testcase for class tests the correctness of the Local Aspect Manager implementation.
LocalExtensionManagerTest.Extension1  
LocalExtensionManagerTest.Extension2  
LocalExtensionManagerTest.Extension3  
ProsePermission The class ProsePermission is used for access control of critical parts in the RUNES system.
ProseSystem Class ProseSystem represents the user view of the system.
ProviderTest JUnit testcase for class JikesRVMProvider.
RootComponent Class RootComponent looks for properties called "ch.ethz.prose.ESSystem.X", where X is 0,1,2,..; If this property is defined and represents a class name which has two static methods with no parameters called startup and teardown then the startup method is called for this class.
SecureLocalAspectManager Class SecureLocalAspectManager extends LocalAspectManager.
SignedAspect Class SignedAspect is a wrapper for an Aspect contained in a SignedObject.
UnreferencedTestClass Class UnreferencedTestClass is used to test class load notification
 

Exception Summary
AspectInsertionException Exception class AspectInsertionException signals that an extension could not be inserted into a VM, or is not compatible with the current state of a VM.
AspectManagerException Exception class AspectManagerException signals that an extension manager does not support the insertion or withdrawal of a given extension.
IllegalAspectException Exception class IllegalAspectException signals that XXX
JVMAspectInterfaceTest.TestException  
JVMAspectInterfaceTest.TestException2  
JVMAspectInterfaceTest.TestException3  
JVMAspectInterfaceTest.TestException4  
JVMInfoInterfaceTest.TestException  
SystemStartupException Exception class SystemStartupException signals that XXX
SystemTeardownException Exception class SystemTeardownException signals that XXX