[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: Property replacement
adrian@jboss.org
do-not-reply at jboss.com
Tue Jan 23 11:13:08 EST 2007
Sorry that would of course need to be :-)
| protected SecurityManager suspendSecurity()
| {
| return AccessController.doPrivileged(new PrivilegedAction<SecurityManager>
| {
| SecurityManager result = System.getSecurityManager();
| System.setSecurityManager(null);
| return result;
| });
| }
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4005372#4005372
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4005372
More information about the jboss-dev-forums
mailing list