|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGatewayStatistics
Manages requests of gateway statistics.
| Method Summary | |
|---|---|
IPropSet |
getGatewayConnectionStatistics()
Retrieves the connection portion of the gateway statistics. |
IPropSet |
getGatewayProcessStatistics()
Retrieves the process portion of the gateway statistics. |
IStringArray |
getGatewayServiceNames()
Retrieves a list of service names from the gateway statistics. |
IPropSet |
getGatewayServiceStatistics(String serviceName)
Retrieves the services portion of the gateway statistics. |
int |
getGatewayStatisticsRate()
The time in milliseconds between requests made to get the latest gateway statistics. |
void |
setGatewayStatisticsRate(int requestRate)
The time in milliseconds between requests made to get the latest gateway statistics. |
void |
startGatewayStatistics()
Start making periodic requests for statistics from the gateway. |
void |
stopGatewayStatistics()
Stop making periodic requests for statistics from the gateway. |
| Method Detail |
|---|
void startGatewayStatistics()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void stopGatewayStatistics()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setGatewayStatisticsRate(int requestRate)
throws IOException,
AutomationException
requestRate - The requestRate (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getGatewayStatisticsRate()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IPropSet getGatewayConnectionStatistics()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IPropSet getGatewayProcessStatistics()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IStringArray getGatewayServiceNames()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IPropSet getGatewayServiceStatistics(String serviceName)
throws IOException,
AutomationException
serviceName - The serviceName (in)
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 | ||||||||