com.esri.arcgis.trackinganalyst
Interface ITxConnectionMessages

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GeneralTrackingConnector, InternetConnection, ITxConnectionMessagesProxy, ServerConnection

public interface ITxConnectionMessages
extends java.io.Serializable

COM Interface 'ITxConnectionMessages'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'

Description: 'Provides access to the methods and properties for a connector object to retrieve messages from a live data source.' 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 IID07e7567e_20bd_4a55_a9ae_a9acf1dfa2fc
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IID07e7567e_20bd_4a55_a9ae_a9acf1dfa2fc

static final int IID07e7567e_20bd_4a55_a9ae_a9acf1dfa2fc
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

getMessageCount

int getMessageCount()
                    throws java.io.IOException,
                           AutomationException
The count of messages ready to retrieve.

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

getEventReadyHandle

int getEventReadyHandle()
                        throws java.io.IOException,
                               AutomationException
The handle to the event that is signaled when a message is ready to be received.

Returns:
The phReadyEvent (A COM typedef)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

nextMessage

IMessage nextMessage()
                     throws java.io.IOException,
                            AutomationException
Retrieves a message from the server connection.

Returns:
A reference to a com.esri.arcgis.trackinganalyst.IMessage
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.