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, java.io.Externalizable, java.io.Serializable

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

Internal use class Proxy for 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 =

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
static java.lang.Class targetClass
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.trackinganalyst.ITxConnectorEvents
IID, IIDfdda54e7_a859_45e8_b9da_a279f0c1f192
 
Constructor Summary
  ITxConnectorEventsProxy()
          For internal use only
  ITxConnectorEventsProxy(java.lang.Object obj)
           
protected ITxConnectorEventsProxy(java.lang.Object obj, java.lang.String iid)
           
  ITxConnectorEventsProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
protected ITxConnectorEventsProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
           
 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.
 void removeListener(java.lang.String iidStr, java.lang.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

targetClass

public static final java.lang.Class targetClass

noncastable

public boolean noncastable
Constructor Detail

ITxConnectorEventsProxy

public ITxConnectorEventsProxy(java.lang.String CLSID,
                               java.lang.String host,
                               com.esri.arcgis.interop.AuthInfo authInfo)
                        throws java.net.UnknownHostException,
                               java.io.IOException
Throws:
java.net.UnknownHostException
java.io.IOException

ITxConnectorEventsProxy

public ITxConnectorEventsProxy()
For internal use only


ITxConnectorEventsProxy

public ITxConnectorEventsProxy(java.lang.Object obj)
                        throws java.io.IOException
Throws:
java.io.IOException

ITxConnectorEventsProxy

protected ITxConnectorEventsProxy(java.lang.Object obj,
                                  java.lang.String iid)
                           throws java.io.IOException
Throws:
java.io.IOException

ITxConnectorEventsProxy

protected ITxConnectorEventsProxy(java.lang.String CLSID,
                                  java.lang.String iid,
                                  java.lang.String host,
                                  com.esri.arcgis.interop.AuthInfo authInfo)
                           throws java.io.IOException
Throws:
java.io.IOException
Method Detail

addListener

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

removeListener

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

onConnectorMessage

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

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

onConnectorDisconnect

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

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

onConnectorConnect

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

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

onConnectorProperties

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

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

onEnableMessages

public void onEnableMessages()
                      throws java.io.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.

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

onDisableMessages

public void onDisableMessages()
                       throws java.io.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.

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