public interface InvocationDao
| Modifier and Type | Method and Description |
|---|---|
void |
addInvocation(Invocation invocation) |
void |
clear() |
void |
deleteInvocation(String serviceGridId,
String serviceId,
String invocationName) |
List<Invocation> |
listInvocation(String serviceGridId,
String serviceId) |
void clear()
throws DaoException
DaoExceptionvoid addInvocation(Invocation invocation) throws DaoException
DaoExceptionList<Invocation> listInvocation(String serviceGridId, String serviceId) throws DaoException
DaoExceptionvoid deleteInvocation(String serviceGridId, String serviceId, String invocationName) throws DaoException
DaoException