com.esri.arcgis.trackinganalyst
Class ITxConnectorEventsProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.trackinganalyst.ITxConnectorEventsProxy
All Implemented Interfaces:
ITxConnectorEvents, Externalizable, Serializable

public class ITxConnectorEventsProxy
extends com.esri.arcgis.interop.Dispatch
implements ITxConnectorEvents, Serializable

Provides access to methods that provide notification about tracking connection events.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Constructor Summary
  ITxConnectorEventsProxy()
           
  ITxConnectorEventsProxy(Object obj)
           
protected ITxConnectorEventsProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 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.
 void removeListener(String iidStr, Object theListener)
           
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

noncastable

public boolean noncastable
Constructor Detail

ITxConnectorEventsProxy

public ITxConnectorEventsProxy()

ITxConnectorEventsProxy

public ITxConnectorEventsProxy(Object obj)
                        throws IOException
Throws:
IOException

ITxConnectorEventsProxy

protected ITxConnectorEventsProxy(Object obj,
                                  String iid)
                           throws IOException
Throws:
IOException
Method Detail

addListener

public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

onConnectorMessage

public void onConnectorMessage(IMessage piMessage)
                        throws IOException,
                               AutomationException
Notification that a Request has been issued to send a Message provided in the Argument.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

Specified by:
onConnectorMessage in interface ITxConnectorEvents
Parameters:
piMessage - A reference to a com.esri.arcgis.trackinganalyst.IMessage (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onConnectorDisconnect

public void onConnectorDisconnect()
                           throws IOException,
                                  AutomationException
Notification that the Disconnect method has been called.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

Specified by:
onConnectorDisconnect in interface ITxConnectorEvents
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onConnectorConnect

public void onConnectorConnect(String bstrUserName,
                               String bstrPassword)
                        throws IOException,
                               AutomationException
Notification that the Connect method has been called.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

Specified by:
onConnectorConnect in interface ITxConnectorEvents
Parameters:
bstrUserName - The bstrUserName (in)
bstrPassword - The bstrPassword (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onConnectorProperties

public void onConnectorProperties(boolean bvarSetProperties,
                                  IPropSet piConnectionProperties)
                           throws IOException,
                                  AutomationException
Requests that the Connector Properties are to be set or retrieved depending on whether SetProperties argument is true or false.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

Specified by:
onConnectorProperties in interface ITxConnectorEvents
Parameters:
bvarSetProperties - The bvarSetProperties (in)
piConnectionProperties - A reference to a com.esri.arcgis.trackinganalyst.IPropSet (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onEnableMessages

public void onEnableMessages()
                      throws IOException,
                             AutomationException
Notification that a change has been made to allow a new message definition. Essentially this lets the parent object know that the data filtering has changed.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

Specified by:
onEnableMessages in interface ITxConnectorEvents
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onDisableMessages

public void onDisableMessages()
                       throws IOException,
                              AutomationException
Notification that a change has been made to dis-allow a message definition. Essentially this lets the parent object know that the data filtering has changed.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

Specified by:
onDisableMessages in interface ITxConnectorEvents
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.