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
DaoException
void addInvocation(Invocation invocation) throws DaoException
DaoException
List<Invocation> listInvocation(String serviceGridId, String serviceId) throws DaoException
DaoException
void deleteInvocation(String serviceGridId, String serviceId, String invocationName) throws DaoException
DaoException