|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DiagnosticHandler
Method Summary | |
---|---|
DiagnosticContext |
createDiagnosticContext(CLLException cllException,
CentraSiteRegistryObject regObject,
java.util.Properties properties)
Instantiate the DiagnosticContext with the given exception and properties |
DiagnosticContext |
createDiagnosticContext(CLLException cllException,
java.util.Properties properties)
Instantiate the DiagnosticContext with the given exception and properties. |
void |
sendDiagnostics(DiagnosticContext dContext)
This method send the diagnostic content to the configured email recipients |
Method Detail |
---|
void sendDiagnostics(DiagnosticContext dContext)
dContext
- The diagnostic content to the configured email recipientsDiagnosticContext createDiagnosticContext(CLLException cllException, java.util.Properties properties) throws CLLException
cllException
- exception that need to send to user.properties
-
DiagnosticContext
CLLException
- in case of failed to instantiate the DiagnosticContext.DiagnosticContext createDiagnosticContext(CLLException cllException, CentraSiteRegistryObject regObject, java.util.Properties properties) throws CLLException
cllException
- exception that need to send to user.regObject
- properties
-
DiagnosticContext
CLLException
- in case of failed to instantiate the DiagnosticContext.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |