| |
|
| java.lang.Object org.jboss.test.securitymgr.ejb.IOStatelessSessionBean
IOStatelessSessionBean | public class IOStatelessSessionBean implements SessionBean(Code) | | A session bean that attempts operations not allowed by the EJB 2.0
spec as a test of running JBoss with a security manager.
author: Scott.Stark@jboss.org version: $Revision: 57211 $ |
Field Summary | |
final static Category | log |
log | final static Category log(Code) | | |
changeSystemErr | public void changeSystemErr()(Code) | | |
changeSystemOut | public void changeSystemOut()(Code) | | |
createClassLoader | public void createClassLoader()(Code) | | |
createSecurityMgr | public void createSecurityMgr()(Code) | | |
createThread | public void createThread()(Code) | | |
ejbActivate | public void ejbActivate()(Code) | | |
ejbCreate | public void ejbCreate() throws CreateException(Code) | | |
ejbPassivate | public void ejbPassivate()(Code) | | |
ejbRemove | public void ejbRemove()(Code) | | |
getContextClassLoader | public void getContextClassLoader()(Code) | | |
loadLibrary | public void loadLibrary()(Code) | | |
renameThread | public void renameThread()(Code) | | This will only be disallowed if the current thread belongs to the
root thread group and this is rarely true as even the thread that
starts main() is not in this group.
|
setContextClassLoader | public void setContextClassLoader()(Code) | | |
setSessionContext | public void setSessionContext(SessionContext context)(Code) | | |
systemExit | public void systemExit(int status)(Code) | | |
useReflection | public void useReflection()(Code) | | This test will only fail if reflection is used on a class that
has not been loaded by the same class loader as the IOStatelessSessionBean
|
|
|
|