| java.lang.Object edu.iu.uis.eden.messaging.bam.BAMServiceImpl
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 BAMConfigDAO | getConfigDao() | public BAMDAO | getDao() | public boolean | isEnabled() | public BAMTargetEntry | recordClientInvocation(ServiceInfo serviceDefinition, 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) | public void | setConfigDao(BAMConfigDAO configDao) | public void | setDao(BAMDAO dao) |
clearBAMTables | public void clearBAMTables()(Code) | | |
isEnabled | public boolean isEnabled()(Code) | | |
|
|