|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
DataSink is implemented by the database to allow "raw" modification of the database.
| Method Summary | |
void |
delete(java.lang.String serviceName,
java.util.ArrayList keyVal)
Delete an entry from the service database. |
void |
insert(java.lang.String serviceName,
java.util.ArrayList attribs)
Insert an entry into the service database. |
void |
update(java.lang.String serviceName,
java.util.ArrayList keyVal,
java.util.ArrayList attribs)
Update an entry's attributes in the service database. |
| Method Detail |
public void update(java.lang.String serviceName,
java.util.ArrayList keyVal,
java.util.ArrayList attribs)
throws ServiceException,
java.rmi.RemoteException
serviceName - name of the service to updatekeyVal - key value of the entry to updateattribs - updated attributes
ServiceException
java.rmi.RemoteException
public void insert(java.lang.String serviceName,
java.util.ArrayList attribs)
throws ServiceException,
java.rmi.RemoteException
serviceName - name of the service to insert intoattribs - updated attributes
ServiceException
java.rmi.RemoteException
public void delete(java.lang.String serviceName,
java.util.ArrayList keyVal)
throws ServiceException,
java.rmi.RemoteException
serviceName - name of the service to delete fromkeyVal - key value of entry to delete
ServiceException
java.rmi.RemoteException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||