|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PIDGenerator
Interface for generating Fedora PIDs.
| Method Summary | |
|---|---|
PID |
generatePID(String namespace)
Generate a new pid that is guaranteed to be unique, within the given namespace. |
PID |
getLastPID()
Get the last pid that was generated. |
void |
neverGeneratePID(String pid)
Cause the given PID to never be generated by the PID generator. |
| Method Detail |
|---|
PID generatePID(String namespace)
throws IOException
namespace -
IOException
PID getLastPID()
throws IOException
IOException
void neverGeneratePID(String pid)
throws IOException
pid -
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||