Interface | Description |
---|---|
TaskNameManager |
The TaskNameManager is the programmatic interface to the Application profiling function.
|
Exception | Description |
---|---|
ApplicationProfilingServiceUnavailable | |
AppProfileInternalException | |
IllegalTaskNameException |
The IllegalTaskNameException is thrown when
a) a string passed to TaskNameManager.setName(String taskName) that has not
been configured properly in the deployment descriptor;
b) a null reference is passed to TaskNameManager.setName(String taskName)
|