|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MethodInfoStore
Stores and provides key information about known service method implementations.
| Method Summary | |
|---|---|
void |
deleteBDefInfo(java.lang.String bDefPID)
Delete method information about the given behavior definition. |
void |
deleteBMechInfo(java.lang.String bMechPID)
Delete method information about the given behavior mechanism. |
void |
putBDefInfo(BDefReader reader)
Add or replace method information about the given behavior definition. |
void |
putBMechInfo(BMechReader reader)
Add or replace method information about the given behavior mechanism. |
| Methods inherited from interface fedora.server.resourceIndex.MethodInfoProvider |
|---|
getMethodInfo |
| Method Detail |
|---|
void putBDefInfo(BDefReader reader)
throws ResourceIndexException
reader - the behavior definition.
ResourceIndexException - if any error occurs.
void putBMechInfo(BMechReader reader)
throws ResourceIndexException
reader - the behavior mechanism.
ResourceIndexException - if any error occurs.
void deleteBDefInfo(java.lang.String bDefPID)
throws ResourceIndexException
bDefPID - the pid of the behavior definition whose information
should be deleted.
ResourceIndexException - if any error occurs.
void deleteBMechInfo(java.lang.String bMechPID)
throws ResourceIndexException
bDefPID - the pid of the behavior mechanism whose information
should be deleted.
ResourceIndexException - if any error occurs.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||