org.jboss.test.securitymgr.interfaces
Interface IOSession

All Superinterfaces:
EJBObject (src) , java.rmi.Remote

public interface IOSession
extends EJBObject (src)


Method Summary
 void changeSystemErr()
           
 void changeSystemOut()
           
 void connect(java.lang.String host, int port)
           
 void createClassLoader()
           
 void createSecurityMgr()
           
 void createThread()
           
 void getContextClassLoader()
           
 void listen(int port)
           
 void loadLibrary()
           
 java.lang.String read(java.lang.String path)
           
 void renameThread()
           
 void setContextClassLoader()
           
 void systemExit(int status)
           
 void useReflection()
           
 void write(java.lang.String path)
           
 
Methods inherited from interface javax.ejb.EJBObject (src)
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

read

public java.lang.String read(java.lang.String path)
                      throws java.io.IOException,
                             java.rmi.RemoteException
Throws:
java.io.IOException
java.rmi.RemoteException

write

public void write(java.lang.String path)
           throws java.io.IOException,
                  java.rmi.RemoteException
Throws:
java.io.IOException
java.rmi.RemoteException

listen

public void listen(int port)
            throws java.io.IOException,
                   java.rmi.RemoteException
Throws:
java.io.IOException
java.rmi.RemoteException

connect

public void connect(java.lang.String host,
                    int port)
             throws java.io.IOException,
                    java.rmi.RemoteException
Throws:
java.io.IOException
java.rmi.RemoteException

createClassLoader

public void createClassLoader()
                       throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getContextClassLoader

public void getContextClassLoader()
                           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

setContextClassLoader

public void setContextClassLoader()
                           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

renameThread

public void renameThread()
                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

createThread

public void createThread()
                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

useReflection

public void useReflection()
                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

loadLibrary

public void loadLibrary()
                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

createSecurityMgr

public void createSecurityMgr()
                       throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

changeSystemOut

public void changeSystemOut()
                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

changeSystemErr

public void changeSystemErr()
                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

systemExit

public void systemExit(int status)
                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException