| |
|
| java.lang.Object org.hammurapi.InspectorBase org.hammurapi.inspectors.ManageThreadsFromEjbRule
ManageThreadsFromEjbRule | public class ManageThreadsFromEjbRule extends InspectorBase (Code) | | ER-085
Avoid starting, stopping, or managing threads in any way
author: Janos Czako version: $Revision: 1.3 $ |
Method Summary | |
public void | visit(com.pavelvlasov.jsel.Class clazz) Reviews the type definition if it is an Enterprise Bean and in that case
if it violates against the rule. |
visit | public void visit(com.pavelvlasov.jsel.Class clazz)(Code) | | Reviews the type definition if it is an Enterprise Bean and in that case
if it violates against the rule.
Parameters: clazz - the class object of the type definition |
|
|
|