com.esri.arcgis.trackinganalyst
Class ITAProtectedNames2Proxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.trackinganalyst.ITAProtectedNames2Proxy
All Implemented Interfaces:
ITAProtectedNames2, java.io.Externalizable, java.io.Serializable

public class ITAProtectedNames2Proxy
extends com.esri.arcgis.interop.Dispatch
implements ITAProtectedNames2, java.io.Serializable

Internal use class Proxy for COM Interface 'ITAProtectedNames2'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'

Description: 'Provides access to properties of an internally used object.' 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.ITAProtectedNames2
IID, IID88d6c8f0_823c_11d7_b877_00010265adc5
 
Constructor Summary
  ITAProtectedNames2Proxy()
          For internal use only
  ITAProtectedNames2Proxy(java.lang.Object obj)
           
protected ITAProtectedNames2Proxy(java.lang.Object obj, java.lang.String iid)
           
  ITAProtectedNames2Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
protected ITAProtectedNames2Proxy(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)
           
 int connect()
          The protected names dummy connect indicator.
 int count()
          The protected names dummy count value.
 int disconnect()
          The protected names dummy disconnect indicator.
 int hWnd()
          The protected names dummy window handle.
 int plugIn()
          The protected names dummy plug-in identifier.
 int postMessage()
          The protected names dummy post message ID.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
           
 int reset()
          The protected names dummy reset status.
 int type()
          The protected names dummy type value.
 int update()
          The protected names dummy update value.
 int value()
          The protected names dummy integer value.
 
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

ITAProtectedNames2Proxy

public ITAProtectedNames2Proxy(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

ITAProtectedNames2Proxy

public ITAProtectedNames2Proxy()
For internal use only


ITAProtectedNames2Proxy

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

ITAProtectedNames2Proxy

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

ITAProtectedNames2Proxy

protected ITAProtectedNames2Proxy(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

plugIn

public int plugIn()
           throws java.io.IOException,
                  AutomationException
The protected names dummy plug-in identifier.

Specified by:
plugIn in interface ITAProtectedNames2
Returns:
The pnDummyArgument
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

reset

public int reset()
          throws java.io.IOException,
                 AutomationException
The protected names dummy reset status.

Specified by:
reset in interface ITAProtectedNames2
Returns:
The pnDummyArgument
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

connect

public int connect()
            throws java.io.IOException,
                   AutomationException
The protected names dummy connect indicator.

Specified by:
connect in interface ITAProtectedNames2
Returns:
The pnDummyArgument
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

postMessage

public int postMessage()
                throws java.io.IOException,
                       AutomationException
The protected names dummy post message ID.

Specified by:
postMessage in interface ITAProtectedNames2
Returns:
The pnDummyArgument
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

disconnect

public int disconnect()
               throws java.io.IOException,
                      AutomationException
The protected names dummy disconnect indicator.

Specified by:
disconnect in interface ITAProtectedNames2
Returns:
The pnDummyArgument
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

update

public int update()
           throws java.io.IOException,
                  AutomationException
The protected names dummy update value.

Specified by:
update in interface ITAProtectedNames2
Returns:
The pnDummyArgument
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

hWnd

public int hWnd()
         throws java.io.IOException,
                AutomationException
The protected names dummy window handle.

Specified by:
hWnd in interface ITAProtectedNames2
Returns:
The pnDummyArgument
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

type

public int type()
         throws java.io.IOException,
                AutomationException
The protected names dummy type value.

Specified by:
type in interface ITAProtectedNames2
Returns:
The pnDummyArgument
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

value

public int value()
          throws java.io.IOException,
                 AutomationException
The protected names dummy integer value.

Specified by:
value in interface ITAProtectedNames2
Returns:
The pnDummyArgument
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

count

public int count()
          throws java.io.IOException,
                 AutomationException
The protected names dummy count value.

Specified by:
count in interface ITAProtectedNames2
Returns:
The pnDummyArgument
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.