Package org.schmant.tpm

This package contains the TaskPackageManager class.

See:
          Description

Interface Summary
TaskPackageEnableCallback This interface defines a callback that is called by a TaskPackage just before and just after it enables itself.
 

Class Summary
IsolatedTaskPackageClassLoader This is the TaskPackageClassLoader for the isolated class loader strategy.
SharedTaskPackageClassLoader This is the TaskPackageClassLoader for the (default) shared class loader strategy.
TaskPackage This object contains information on a task package.
TaskPackageClassLoader The TaskPackageClassLoader is the class loader used to load classes from task packages.
TaskPackageManager The TaskPackageManager handles the enabled task packages.
 

Exception Summary
NoSuchEnabledTaskPackageException This exception is thrown when the client requests operations on task packages that have not been enabled yet.
TaskPackageNotFoundException This exception is thrown to signal that a task package could not be found.
 

Package org.schmant.tpm Description

This package contains the TaskPackageManager class.

Since:
0.5
Author:
Karl Gustafsson