|
Authentication API v8.1 SP2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ACEServerDataObject
This Interface class forms the base of the hierarchy of classes that communicate with Data Resource. It provided a commom set of methods for reading and writing ACE data in Data Repository.
| Method Summary | |
|---|---|
byte[] |
getData()
This method reads bytes form a ACE Resource and stores them into a caller supplied buffer. |
int |
getData(byte[] b)
This method reads bytes form a ACE Resource and stores them into a caller supplied buffer. |
long |
getTimeStamp()
This method return the time that the data resource was last modified |
void |
writeData(byte[] b)
This method writes bytes from the passed array to the data resource |
| Method Detail |
|---|
byte[] getData()
throws DataAccessorException
DataAccessorException - if the Data Resource is not found
or the Data Resource is not able to read because of security violation
int getData(byte[] b)
throws DataAccessorException
DataAccessorException - if the Data Resource is not found
or the Data Resource is not able to read because of security violation
void writeData(byte[] b)
throws DataAccessorException
b - The array of bytes to write
DataAccessorException - if the Data Resource is not found
or the Data Resource is not able to write because of security violationlong getTimeStamp()
|
Authentication API v8.1 SP2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||