Interface BAMService
- All Known Implementing Classes:
BAMServiceImpl
public interface BAMService
Service for recording and accessing entries in the BAM.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Method Summary
Modifier and TypeMethodDescriptionvoidgetCallsForRemotedClasses(ObjectDefinition objDef, String methodName) getCallsForService(QName serviceName) getCallsForService(QName serviceName, String methodName) recordClientInvocation(ServiceConfiguration serviceConfiguration, Object target, Method method, Object[] params) recordClientInvocationError(Throwable throwable, BAMTargetEntry bamTargetEntry) recordServerInvocation(Object target, ServiceDefinition serviceDefinition, Method method, Object[] params) recordServerInvocationError(Throwable throwable, BAMTargetEntry bamTargetEntry)
-
Method Details
-
getCallsForService
-
getCallsForRemotedClasses
-
recordClientInvocation
BAMTargetEntry recordClientInvocation(ServiceConfiguration serviceConfiguration, Object target, Method method, Object[] params) -
recordClientInvocationError
-
recordServerInvocation
BAMTargetEntry recordServerInvocation(Object target, ServiceDefinition serviceDefinition, Method method, Object[] params) -
recordServerInvocationError
-
clearBAMTables
void clearBAMTables() -
getCallsForService
-
getCallsForRemotedClasses
-