org.jboss.test.securitymgr.interfaces
Interface IOSession
- All Superinterfaces:
- EJBObject (src) , java.rmi.Remote
- public interface IOSession
- extends EJBObject (src)
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