|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IIMSAxlRequest
Provides access to members that control AXL requests to IMS server.
Method Summary | |
---|---|
String |
getServerVersion(ITrackCancel trackCancel,
boolean showConnectingAVI,
boolean processMessages)
The ArcIMS server version. |
String |
sendAxlRequest(String axl,
boolean queryRequest,
ITrackCancel trackCancel,
boolean showConnectingAVI,
boolean processMessages)
Sends an Axl request. |
IStream |
sendAxlRequestStream(String axl,
boolean queryRequest,
ITrackCancel trackCancel,
boolean showConnectingAVI,
boolean processMessages)
Sends an Axl request and returns a stream. |
String |
sendCommandRequest(String command,
ITrackCancel trackCancel,
boolean showConnectingAVI,
boolean processMessages)
Sends a command request,i.e.: ConnectorPing. |
Method Detail |
---|
String sendAxlRequest(String axl, boolean queryRequest, ITrackCancel trackCancel, boolean showConnectingAVI, boolean processMessages) throws IOException, AutomationException
axl
- The axl (in)queryRequest
- The queryRequest (in)trackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)showConnectingAVI
- The showConnectingAVI (in)processMessages
- The processMessages (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IStream sendAxlRequestStream(String axl, boolean queryRequest, ITrackCancel trackCancel, boolean showConnectingAVI, boolean processMessages) throws IOException, AutomationException
axl
- The axl (in)queryRequest
- The queryRequest (in)trackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)showConnectingAVI
- The showConnectingAVI (in)processMessages
- The processMessages (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String sendCommandRequest(String command, ITrackCancel trackCancel, boolean showConnectingAVI, boolean processMessages) throws IOException, AutomationException
command
- The command (in)trackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)showConnectingAVI
- The showConnectingAVI (in)processMessages
- The processMessages (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getServerVersion(ITrackCancel trackCancel, boolean showConnectingAVI, boolean processMessages) throws IOException, AutomationException
trackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)showConnectingAVI
- The showConnectingAVI (in)processMessages
- The processMessages (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 |