|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Revision(value="$Revision: 1.7 $",
date="$Date: 2006/12/07 21:58:16 $",
tag="$Name: $")
public interface SecureSession<SP extends SecurityPrincipal>TODO: Javadoc
TODO: Unit tests, Code review, Javadoc review, Seal/Finalize TODO: equals, hashCode, toString
| Method Summary | |
|---|---|
void |
close()
TODO: Javadoc |
HostPort |
forward(HostPort hostport)
TODO: Javadoc |
boolean |
isOpen()
TODO: Javadoc |
ImmutablePairInterface<Long,InputStream> |
read(String filename,
File file)
TODO: Javadoc |
rcf.core.util.text.Text |
run(String command,
rcf.core.scientific.units.measures.Measure<?,?,rcf.core.scientific.units.quantities.Duration> timeout)
TODO: Javadoc |
SecureSystem<? extends SP> |
system()
TODO: Javadoc |
boolean |
write(String filename,
File contents)
TODO: Javadoc |
boolean |
write(String filename,
long length,
InputStream contents)
TODO: Javadoc |
boolean |
write(String filename,
String contents)
TODO: Javadoc |
| Method Detail |
|---|
void close()
HostPort forward(HostPort hostport)
hostport -
boolean isOpen()
ImmutablePairInterface<Long,InputStream> read(String filename,
File file)
filename - file -
rcf.core.util.text.Text run(String command,
rcf.core.scientific.units.measures.Measure<?,?,rcf.core.scientific.units.quantities.Duration> timeout)
command - timeout -
SecureSystem<? extends SP> system()
boolean write(String filename,
File contents)
throws FileNotFoundException
filename - contents -
FileNotFoundException
boolean write(String filename,
long length,
InputStream contents)
filename - length - contents -
boolean write(String filename,
String contents)
filename - contents -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||