|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ITxConnectorEvents
COM Interface 'ITxConnectorEvents'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'
Description: 'Provides access to methods that provide notification about tracking connection events.' 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 |
IIDfdda54e7_a859_45e8_b9da_a279f0c1f192
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
void |
onConnectorConnect(java.lang.String bstrUserName,
java.lang.String bstrPassword)
Notification that the Connect method has been called. |
void |
onConnectorDisconnect()
Notification that the Disconnect method has been called. |
void |
onConnectorMessage(IMessage piMessage)
Notification that a Request has been issued to send a Message provided in the Argument. |
void |
onConnectorProperties(boolean bvarSetProperties,
IPropSet piConnectionProperties)
Requests that the Connector Properties are to be set or retrieved depending on whether SetProperties argument is true or false. |
void |
onDisableMessages()
Notification that a change has been made to dis-allow a message definition. |
void |
onEnableMessages()
Notification that a change has been made to allow a new message definition. |
| Field Detail |
|---|
static final int IIDfdda54e7_a859_45e8_b9da_a279f0c1f192
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
void onConnectorMessage(IMessage piMessage)
throws java.io.IOException,
AutomationException
piMessage - A reference to a com.esri.arcgis.trackinganalyst.IMessage (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void onConnectorDisconnect()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void onConnectorConnect(java.lang.String bstrUserName,
java.lang.String bstrPassword)
throws java.io.IOException,
AutomationException
bstrUserName - The bstrUserName (in)bstrPassword - The bstrPassword (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void onConnectorProperties(boolean bvarSetProperties,
IPropSet piConnectionProperties)
throws java.io.IOException,
AutomationException
bvarSetProperties - The bvarSetProperties (in)piConnectionProperties - A reference to a com.esri.arcgis.trackinganalyst.IPropSet (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void onEnableMessages()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void onDisableMessages()
throws java.io.IOException,
AutomationException
java.io.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 | ||||||||