|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jafer.sru.bridge.V1Bridge
public class V1Bridge
class that provides standard methods to all operation bridges
Constructor Summary | |
---|---|
V1Bridge()
|
Method Summary | |
---|---|
private gov.loc.www.zing.srw.diagnostic.DiagnosticType[] |
createDiagnostics(java.lang.String code,
java.lang.String message,
java.lang.String details,
java.lang.Exception exc)
Creates a diagnostic response type |
java.lang.String |
createExplainDiagnosticResponse(java.lang.String code,
java.lang.String message,
java.lang.String details,
java.lang.Exception exc)
Creates a diagnostic response for the explain record for fatal errors |
java.lang.String |
createScanDiagnosticResponse(java.lang.String code,
java.lang.String message,
java.lang.String details,
java.lang.Exception exc)
Creates a diagnostic response for the scan record for fatal errors |
java.lang.String |
createSearchDiagnosticResponse(java.lang.String code,
java.lang.String message,
java.lang.String details,
java.lang.Exception exc)
Creates a diagnostic response for the search record for fatal errors |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public V1Bridge()
Method Detail |
---|
public java.lang.String createExplainDiagnosticResponse(java.lang.String code, java.lang.String message, java.lang.String details, java.lang.Exception exc)
code
- The diagnostic codemessage
- The diagnostic messagedetails
- The diagnostic details (null will extract stack trace from
exception)exc
- The exception that caused the error
public java.lang.String createSearchDiagnosticResponse(java.lang.String code, java.lang.String message, java.lang.String details, java.lang.Exception exc)
code
- The diagnostic codemessage
- The diagnostic messagedetails
- The diagnostic details (null will extract stack trace from
exception)exc
- The exception that caused the error
public java.lang.String createScanDiagnosticResponse(java.lang.String code, java.lang.String message, java.lang.String details, java.lang.Exception exc)
code
- The diagnostic codemessage
- The diagnostic messagedetails
- The diagnostic details (null will extract stack trace from
exception)exc
- The exception that caused the error
private gov.loc.www.zing.srw.diagnostic.DiagnosticType[] createDiagnostics(java.lang.String code, java.lang.String message, java.lang.String details, java.lang.Exception exc)
code
- The diagnostic codemessage
- The diagnostic messagedetails
- The diagnostic details (null will extract stack trace from
exception)exc
- The exception that caused the error
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |