org.jboss.test.security.interfaces
Interface IOSession
- All Superinterfaces:
- EJBObject (src) , java.rmi.Remote
- public interface IOSession
- extends EJBObject (src)
Method Summary |
java.lang.String |
read(java.lang.String path)
|
java.lang.String |
retryableRead(java.lang.String path)
|
void |
write(java.lang.String path)
|
read
public java.lang.String read(java.lang.String path)
throws java.io.IOException,
java.rmi.RemoteException
- Throws:
java.io.IOException
java.rmi.RemoteException
retryableRead
public java.lang.String retryableRead(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