|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ITxConnectorEvents
Provides access to methods that provide notification about tracking connection events.
| Method Summary | |
|---|---|
void |
onConnectorConnect(String bstrUserName,
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. |
| Method Detail |
|---|
void onConnectorMessage(IMessage piMessage)
throws IOException,
AutomationException
piMessage - A reference to a com.esri.arcgis.trackinganalyst.IMessage (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void onConnectorDisconnect()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void onConnectorConnect(String bstrUserName,
String bstrPassword)
throws IOException,
AutomationException
bstrUserName - The bstrUserName (in)bstrPassword - The bstrPassword (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void onConnectorProperties(boolean bvarSetProperties,
IPropSet piConnectionProperties)
throws IOException,
AutomationException
bvarSetProperties - The bvarSetProperties (in)piConnectionProperties - A reference to a com.esri.arcgis.trackinganalyst.IPropSet (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void onEnableMessages()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void onDisableMessages()
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 | ||||||||