|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LogException | |
---|---|
com.sun.jini.reliableLog | Reliable log is used to store state in case of system crash or reboot. |
Uses of LogException in com.sun.jini.reliableLog |
---|
Methods in com.sun.jini.reliableLog that throw LogException | |
---|---|
private void |
LogInputStream.badRead(int numBytes)
Throw exception for reading past end of log record. |
private void |
ReliableLog.deleteFile(String name)
Deletes a file. |
private void |
ReliableLog.deleteLogFile(int ver)
Removes the incremental update log file. |
private void |
ReliableLog.deleteSnapshot(int ver)
Removes the snapshot file. |
int |
LogInputStream.read()
Reads a byte of data. |
int |
LogInputStream.read(byte[] b)
Reads data into an array of bytes. |
int |
LogInputStream.read(byte[] b,
int off,
int len)
Reads data into an array of bytes. |
long |
LogInputStream.skip(long n)
Skips n bytes of input. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |