|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITxDiagnostics
Provides access to diagnostic logs and error messages.
This interface provides methods to access activity log, last internet server connection error message and code.
Method Summary | |
---|---|
String |
getActivityLog()
Indicates error code value for the last Internet server connection. |
int |
getLastConnectionErrorCode()
Indicates error code value for the last Internet server connection. |
String |
getLastConnectionErrorMessage()
Indicates error code value for the last Internet server connection. |
Method Detail |
---|
int getLastConnectionErrorCode() throws IOException, AutomationException
This property indicates error code value for the last internet server connection.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getLastConnectionErrorMessage() throws IOException, AutomationException
This property indicates error message for the last internet server connection.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getActivityLog() throws IOException, AutomationException
This property indicates the activity log for the internet server connection.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |