com.esri.arcgis.server
Interface IServerErrorReports

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IServerErrorReportsProxy, ServerObjectAdmin

public interface IServerErrorReports
extends java.io.Serializable

COM Interface 'IServerErrorReports'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriServer.olb'

Description: 'Provides access to Server error reporting settings.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDa0c0005d_c630_4a08_9805_5b3e4c446dbb
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getErrorReportCacheSize()
          Maximum number of stored crash dumps.
 java.lang.String getErrorReportDir()
          Crash dump directory.
 java.lang.String getErrorReportEmailAddress()
          E-mail address of server administrator.
 int getErrorReportInterval()
          Interval at which SOM checks crash dumps and uploads error reports.
 int getErrorReportMode()
          Exception handling mode of SOC processes.
 int getErrorReportModeSOM()
          Exception handling mode of SOM process.
 int getErrorReportType()
          Crash dump type.
 boolean isErrorReportEnableUpload()
          Indicates whether error reporting is enabled.
 void reportErrors()
          Uploads stored error reports to the reporting web service.
 void setErrorReportCacheSize(int pVal)
          Maximum number of stored crash dumps.
 void setErrorReportDir(java.lang.String pVal)
          Crash dump directory.
 void setErrorReportEmailAddress(java.lang.String pVal)
          E-mail address of server administrator.
 void setErrorReportEnableUpload(boolean pVal)
          Indicates whether error reporting is enabled.
 void setErrorReportInterval(int pVal)
          Interval at which SOM checks crash dumps and uploads error reports.
 void setErrorReportMode(int pVal)
          Exception handling mode of SOC processes.
 void setErrorReportModeSOM(int pVal)
          Exception handling mode of SOM process.
 void setErrorReportType(int pVal)
          Crash dump type.
 

Field Detail

IIDa0c0005d_c630_4a08_9805_5b3e4c446dbb

static final int IIDa0c0005d_c630_4a08_9805_5b3e4c446dbb
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setErrorReportMode

void setErrorReportMode(int pVal)
                        throws java.io.IOException,
                               AutomationException
Exception handling mode of SOC processes.

Parameters:
pVal - A com.esri.arcgis.server.esriServerExceptionHandlingMode constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getErrorReportMode

int getErrorReportMode()
                       throws java.io.IOException,
                              AutomationException
Exception handling mode of SOC processes.

Returns:
A com.esri.arcgis.server.esriServerExceptionHandlingMode constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setErrorReportModeSOM

void setErrorReportModeSOM(int pVal)
                           throws java.io.IOException,
                                  AutomationException
Exception handling mode of SOM process.

Parameters:
pVal - A com.esri.arcgis.server.esriServerExceptionHandlingMode constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getErrorReportModeSOM

int getErrorReportModeSOM()
                          throws java.io.IOException,
                                 AutomationException
Exception handling mode of SOM process.

Returns:
A com.esri.arcgis.server.esriServerExceptionHandlingMode constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setErrorReportType

void setErrorReportType(int pVal)
                        throws java.io.IOException,
                               AutomationException
Crash dump type.

Parameters:
pVal - The pVal (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getErrorReportType

int getErrorReportType()
                       throws java.io.IOException,
                              AutomationException
Crash dump type.

Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setErrorReportDir

void setErrorReportDir(java.lang.String pVal)
                       throws java.io.IOException,
                              AutomationException
Crash dump directory.

Parameters:
pVal - The pVal (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getErrorReportDir

java.lang.String getErrorReportDir()
                                   throws java.io.IOException,
                                          AutomationException
Crash dump directory.

Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setErrorReportCacheSize

void setErrorReportCacheSize(int pVal)
                             throws java.io.IOException,
                                    AutomationException
Maximum number of stored crash dumps.

Parameters:
pVal - The pVal (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getErrorReportCacheSize

int getErrorReportCacheSize()
                            throws java.io.IOException,
                                   AutomationException
Maximum number of stored crash dumps.

Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setErrorReportEnableUpload

void setErrorReportEnableUpload(boolean pVal)
                                throws java.io.IOException,
                                       AutomationException
Indicates whether error reporting is enabled.

Parameters:
pVal - The pVal (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isErrorReportEnableUpload

boolean isErrorReportEnableUpload()
                                  throws java.io.IOException,
                                         AutomationException
Indicates whether error reporting is enabled.

Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setErrorReportEmailAddress

void setErrorReportEmailAddress(java.lang.String pVal)
                                throws java.io.IOException,
                                       AutomationException
E-mail address of server administrator.

Parameters:
pVal - The pVal (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getErrorReportEmailAddress

java.lang.String getErrorReportEmailAddress()
                                            throws java.io.IOException,
                                                   AutomationException
E-mail address of server administrator.

Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setErrorReportInterval

void setErrorReportInterval(int pVal)
                            throws java.io.IOException,
                                   AutomationException
Interval at which SOM checks crash dumps and uploads error reports.

Parameters:
pVal - The pVal (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getErrorReportInterval

int getErrorReportInterval()
                           throws java.io.IOException,
                                  AutomationException
Interval at which SOM checks crash dumps and uploads error reports.

Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

reportErrors

void reportErrors()
                  throws java.io.IOException,
                         AutomationException
Uploads stored error reports to the reporting web service.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.