Java security option to prevent calling Thread.sleep (...)

Is there a way (for example through Java security policy) to prevent the "codebase" from referring directly to Thread.sleep (...)?

Oracle's current listing http://docs.oracle.com/javase/7/docs/technotes/guides/security/permissions.html doesn't seem to point anything to this ...

+3


source to share





All Articles