|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--sharpster.common.Response | +--sharpster.common.MissingAccessResponse
A response which specifies missing file accesses.
Constructor Summary | |
MissingAccessResponse()
|
Method Summary | |
int |
getAccess()
Returns an integer identifying the access which were denied (read, write or remove). |
sharpster.common.FileCollection |
getfiles()
Returns the FileCollection with information about the files which has caused the error. |
int |
getType()
Returns the type of this response. |
void |
setAccess(int access)
Sets and integer identifying the access which were denied (read, write or remove). |
void |
setFiles(sharpster.common.FileCollection files)
Sets the FileCollection containing information about the files which has caused the error. |
java.lang.String |
toString()
|
Methods inherited from class sharpster.common.Response |
getOrigin, getUser, isError, setError, setOrigin, setUser |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public MissingAccessResponse()
Method Detail |
public int getType()
getType
in class Response
public void setAccess(int access)
public int getAccess()
public sharpster.common.FileCollection getfiles()
public void setFiles(sharpster.common.FileCollection files)
public java.lang.String toString()
toString
in class Response
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |