|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITxConnectionMessages
Provides access to the methods and properties for a connector object to retrieve messages from a live data source.
This interface is new at ArcGIS 9.3.
Method Summary | |
---|---|
int |
getEventReadyHandle()
The handle to the event that is signaled when a message is ready to be received. |
int |
getMessageCount()
The count of messages ready to retrieve. |
IMessage |
nextMessage()
Retrieves a message from the server connection. |
Method Detail |
---|
int getMessageCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getEventReadyHandle() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IMessage nextMessage() throws IOException, AutomationException
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 |