| |
|
| java.lang.Object org.hammurapi.InspectorBase org.hammurapi.inspectors.LoadNativeLibrariesInEjbRule
LoadNativeLibrariesInEjbRule | public class LoadNativeLibrariesInEjbRule extends InspectorBase (Code) | | ER-077
Avoid loading native libraries in a Bean class
author: Pavel Vlasov version: $Revision: 1.2 $ |
Method Summary | |
public void | visit(com.pavelvlasov.jsel.Class clazz) Reviews the type definition if it is an Entity Bean and in that case
if it has a method definition with the modifier "native" for using JNI. |
visit | public void visit(com.pavelvlasov.jsel.Class clazz)(Code) | | Reviews the type definition if it is an Entity Bean and in that case
if it has a method definition with the modifier "native" for using JNI.
Parameters: type - the type definition to be reviewed. Parameters: clazz - the class object of the type definition |
|
|
|