|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfedora.server.journal.managementmethods.ManagementMethod
fedora.server.journal.managementmethods.PutTempStreamMethod
public class PutTempStreamMethod
Title: PutTempStreamMethod.java
Description: Adapter class for Management.putTempStream()
| Field Summary |
|---|
| Fields inherited from class fedora.server.journal.managementmethods.ManagementMethod |
|---|
parent |
| Constructor Summary | |
|---|---|
PutTempStreamMethod(JournalEntry parent)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
invoke(ManagementDelegate delegate)
Each concrete sub-class should use this method to pull the necessary arguments from the map of the parent JournalEntry, call the appropriate method on the ManagementDelegate, and perhaps store the result in the context of the parent JournalEntry (depends on the sub-class). |
| Methods inherited from class fedora.server.journal.managementmethods.ManagementMethod |
|---|
getInstance |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PutTempStreamMethod(JournalEntry parent)
| Method Detail |
|---|
public java.lang.Object invoke(ManagementDelegate delegate)
throws ServerException,
JournalException
ManagementMethod
invoke in class ManagementMethodServerException
JournalException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||