Class BAMServiceImpl
java.lang.Object
org.kuali.rice.ksb.messaging.bam.service.impl.BAMServiceImpl
- All Implemented Interfaces:
BAMService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgetCallsForRemotedClasses(ObjectDefinition objDef, String methodName) getCallsForService(QName serviceName) getCallsForService(QName serviceName, String methodName) booleanrecordClientInvocation(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) voidsetDataObjectService(DataObjectService dataObjectService)
-
Constructor Details
-
BAMServiceImpl
public BAMServiceImpl()
-
-
Method Details
-
recordClientInvocation
public BAMTargetEntry recordClientInvocation(ServiceConfiguration serviceConfiguration, Object target, Method method, Object[] params) - Specified by:
recordClientInvocationin interfaceBAMService
-
recordServerInvocation
public BAMTargetEntry recordServerInvocation(Object target, ServiceDefinition serviceDefinition, Method method, Object[] params) - Specified by:
recordServerInvocationin interfaceBAMService
-
recordClientInvocationError
public BAMTargetEntry recordClientInvocationError(Throwable throwable, BAMTargetEntry bamTargetEntry) - Specified by:
recordClientInvocationErrorin interfaceBAMService
-
recordServerInvocationError
public BAMTargetEntry recordServerInvocationError(Throwable throwable, BAMTargetEntry bamTargetEntry) - Specified by:
recordServerInvocationErrorin interfaceBAMService
-
isEnabled
public boolean isEnabled() -
getCallsForService
- Specified by:
getCallsForServicein interfaceBAMService
-
getCallsForService
- Specified by:
getCallsForServicein interfaceBAMService
-
getCallsForRemotedClasses
- Specified by:
getCallsForRemotedClassesin interfaceBAMService
-
getCallsForRemotedClasses
- Specified by:
getCallsForRemotedClassesin interfaceBAMService
-
clearBAMTables
public void clearBAMTables()- Specified by:
clearBAMTablesin interfaceBAMService
-
getDataObjectService
-
setDataObjectService
-