|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fcrepo.server.messaging.FedoraMethod
public class FedoraMethod
Representation of a Fedora API Method.
| Constructor Summary | |
|---|---|
FedoraMethod(Method method,
Object[] args,
Object returnVal)
|
|
| Method Summary | |
|---|---|
Context |
getContext()
Get the Context of the API method. |
Date |
getDate()
Get the Date of the API method invocation. |
Method |
getMethod()
|
String |
getName()
|
String[] |
getParameterNames()
|
Object[] |
getParameters()
|
PID |
getPID()
Get the PID of this method. |
Object |
getReturnValue()
Get the return value of the API method invocation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FedoraMethod(Method method,
Object[] args,
Object returnVal)
| Method Detail |
|---|
public Method getMethod()
public Object[] getParameters()
public Object getReturnValue()
null.public String getName()
public Context getContext()
Context of the API method.
Context or null.public PID getPID()
PID of this method.
PID or null.public Date getDate()
Date of the API method invocation.
Date or null if not available.public String[] getParameterNames()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||