org.kuali.rice.ksb.messaging.bam.service.impl
Class BAMServiceImpl
java.lang.Object
   org.kuali.rice.ksb.messaging.bam.service.impl.BAMServiceImpl
org.kuali.rice.ksb.messaging.bam.service.impl.BAMServiceImpl
- All Implemented Interfaces: 
- BAMService
- public class BAMServiceImpl 
- extends Object- implements BAMService
 
| Method Summary | 
|  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)
 | 
|  BAMDAO | getDao()
 | 
|  boolean | isEnabled()
 | 
|  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 | setDao(BAMDAO dao)
 | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
BAMServiceImpl
public BAMServiceImpl()
recordClientInvocation
public BAMTargetEntry recordClientInvocation(ServiceConfiguration serviceConfiguration,
                                             Object target,
                                             Method method,
                                             Object[] params)
- 
- Specified by:
- recordClientInvocationin interface- BAMService
 
- 
 
recordServerInvocation
public BAMTargetEntry recordServerInvocation(Object target,
                                             ServiceDefinition serviceDefinition,
                                             Method method,
                                             Object[] params)
- 
- Specified by:
- recordServerInvocationin interface- BAMService
 
- 
 
recordClientInvocationError
public BAMTargetEntry recordClientInvocationError(Throwable throwable,
                                                  BAMTargetEntry bamTargetEntry)
- 
- Specified by:
- recordClientInvocationErrorin interface- BAMService
 
- 
 
recordServerInvocationError
public BAMTargetEntry recordServerInvocationError(Throwable throwable,
                                                  BAMTargetEntry bamTargetEntry)
- 
- Specified by:
- recordServerInvocationErrorin interface- BAMService
 
- 
 
isEnabled
public boolean isEnabled()
- 
 
- 
 
getDao
public BAMDAO getDao()
- 
 
- 
 
setDao
public void setDao(BAMDAO dao)
- 
 
- 
 
getCallsForService
public List<BAMTargetEntry> getCallsForService(QName serviceName)
- 
- Specified by:
- getCallsForServicein interface- BAMService
 
- 
 
getCallsForRemotedClasses
public List<BAMTargetEntry> getCallsForRemotedClasses(ObjectDefinition objDef)
- 
- Specified by:
- getCallsForRemotedClassesin interface- BAMService
 
- 
 
clearBAMTables
public void clearBAMTables()
- 
- Specified by:
- clearBAMTablesin interface- BAMService
 
- 
 
getCallsForService
public List<BAMTargetEntry> getCallsForService(QName serviceName,
                                               String methodName)
- 
- Specified by:
- getCallsForServicein interface- BAMService
 
- 
 
getCallsForRemotedClasses
public List<BAMTargetEntry> getCallsForRemotedClasses(ObjectDefinition objDef,
                                                      String methodName)
- 
- Specified by:
- getCallsForRemotedClassesin interface- BAMService
 
- 
 
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.