public interface BAMService
| Modifier and Type | Method and Description | 
|---|---|
| void | clearBAMTables() | 
| List<BAMTargetEntry> | getCallsForRemotedClasses(ObjectDefinition objDef) | 
| List<BAMTargetEntry> | getCallsForRemotedClasses(ObjectDefinition objDef,
                                                  String methodName) | 
| List<BAMTargetEntry> | getCallsForService(QName serviceName) | 
| List<BAMTargetEntry> | getCallsForService(QName serviceName,
                                    String methodName) | 
| BAMTargetEntry | recordClientInvocation(ServiceConfiguration serviceConfiguration,
                                            Object target,
                                            Method method,
                                            Object[] params) | 
| BAMTargetEntry | recordClientInvocationError(Throwable throwable,
                                                      BAMTargetEntry bamTargetEntry) | 
| BAMTargetEntry | recordServerInvocation(Object target,
                                            ServiceDefinition serviceDefinition,
                                            Method method,
                                            Object[] params) | 
| BAMTargetEntry | recordServerInvocationError(Throwable throwable,
                                                      BAMTargetEntry bamTargetEntry) | 
List<BAMTargetEntry> getCallsForService(QName serviceName)
List<BAMTargetEntry> getCallsForRemotedClasses(ObjectDefinition objDef)
BAMTargetEntry recordClientInvocation(ServiceConfiguration serviceConfiguration, Object target, Method method, Object[] params)
BAMTargetEntry recordClientInvocationError(Throwable throwable, BAMTargetEntry bamTargetEntry)
BAMTargetEntry recordServerInvocation(Object target, ServiceDefinition serviceDefinition, Method method, Object[] params)
BAMTargetEntry recordServerInvocationError(Throwable throwable, BAMTargetEntry bamTargetEntry)
void clearBAMTables()
List<BAMTargetEntry> getCallsForService(QName serviceName, String methodName)
List<BAMTargetEntry> getCallsForRemotedClasses(ObjectDefinition objDef, String methodName)
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.