| edu.iu.uis.eden.messaging.bam.BAMService
All known Subclasses: edu.iu.uis.eden.messaging.bam.BAMServiceImpl,
BAMService | public interface BAMService (Code) | | Service for recording and accessing entries in the BAM.
author: Kuali Rice Team (kuali-rice@googlegroups.com) |
Method Summary | |
public void | clearBAMTables() | public List<BAMTargetEntry> | getCallsForRemotedClasses(ObjectDefinition objDef) | public List<BAMTargetEntry> | getCallsForRemotedClasses(ObjectDefinition objDef, String methodName) | public List<BAMTargetEntry> | getCallsForService(QName serviceName) | public List<BAMTargetEntry> | getCallsForService(QName serviceName, String methodName) | public BAMTargetEntry | recordClientInvocation(ServiceInfo serviceInfo, Object target, Method method, Object[] params) | public BAMTargetEntry | recordClientInvocationError(Throwable throwable, BAMTargetEntry bamTargetEntry) | public BAMTargetEntry | recordServerInvocation(Object target, ServiceInfo entry, Method method, Object[] params) | public BAMTargetEntry | recordServerInvocationError(Throwable throwable, BAMTargetEntry bamTargetEntry) |
clearBAMTables | public void clearBAMTables()(Code) | | |
|
|