org.kuali.ole.serviceimpl
Class OleExplainOperationServiceImpl

java.lang.Object
  extended by org.kuali.ole.serviceimpl.OleExplainOperationServiceImpl
All Implemented Interfaces:
OleExplainOperationService

public class OleExplainOperationServiceImpl
extends Object
implements OleExplainOperationService

Created with IntelliJ IDEA. User: ? Date: 7/9/12 Time: 6:53 PM To change this template use File | Settings | File Templates.


Field Summary
 OleDiagnosticsService oleDiagnosticsService
           
 OleSRUExplainOperationHandler oleSRUExplainOperationHandler
           
 
Constructor Summary
OleExplainOperationServiceImpl()
           
 
Method Summary
 OleSRUExplainConfigurationInfo getExplainConfigInfo()
          will fetch the values from the property file
 OleSRUExplainDatabaseInfo getExplainDatabaseInfo()
          will fetch the values from the property file
 OleSRUExplainIndexInfo getExplainIndexInfo()
          will fetch the values from the property file
 OleSRUExplainRecord getExplainRecord(Map reqParamMap)
          will fetch the values from the property file
 OleSRUExplainRecordData getExplainRecordData(Map reqParamMap)
          will fetch the values from the property file
 String getExplainResponse(Map reqParamMap)
          will generate the explain service response xml
 OleSRUExplainSchemaInfo getExplainSchemaInfo()
          will fetch the values from the property file
 OleSRUExplainServerInfo getExplainServerInfo()
          will fetch the values from the property file
 String getExtraReqDataInfo(Map reqParamMap)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

oleSRUExplainOperationHandler

public OleSRUExplainOperationHandler oleSRUExplainOperationHandler

oleDiagnosticsService

public OleDiagnosticsService oleDiagnosticsService
Constructor Detail

OleExplainOperationServiceImpl

public OleExplainOperationServiceImpl()
Method Detail

getExplainResponse

public String getExplainResponse(Map reqParamMap)
will generate the explain service response xml

Specified by:
getExplainResponse in interface OleExplainOperationService
Parameters:
reqParamMap -
Returns:
explain xml response as a string

getExplainRecord

public OleSRUExplainRecord getExplainRecord(Map reqParamMap)
will fetch the values from the property file

Returns:
OleSRUExplainRecord object

getExplainRecordData

public OleSRUExplainRecordData getExplainRecordData(Map reqParamMap)
will fetch the values from the property file

Returns:
OleSRUExplainRecordData object

getExplainServerInfo

public OleSRUExplainServerInfo getExplainServerInfo()
will fetch the values from the property file

Returns:
oleSRUExplainServerInfo object

getExplainDatabaseInfo

public OleSRUExplainDatabaseInfo getExplainDatabaseInfo()
will fetch the values from the property file

Returns:
oleSRUExplainDatabaseInfo object

getExplainIndexInfo

public OleSRUExplainIndexInfo getExplainIndexInfo()
will fetch the values from the property file

Returns:
oleSRUExplainIndexInfo object

getExplainSchemaInfo

public OleSRUExplainSchemaInfo getExplainSchemaInfo()
will fetch the values from the property file

Returns:
oleSRUExplainSchemaInfo object

getExplainConfigInfo

public OleSRUExplainConfigurationInfo getExplainConfigInfo()
will fetch the values from the property file

Returns:
OleSRUExplainConfigurationInfo object

getExtraReqDataInfo

public String getExtraReqDataInfo(Map reqParamMap)


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.