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, Externalizable, Serializable

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

Provides access to properties of an internally used object.

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
  ITAProtectedNames2Proxy()
           
  ITAProtectedNames2Proxy(Object obj)
           
protected ITAProtectedNames2Proxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, 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(String iidStr, 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

noncastable

public boolean noncastable
Constructor Detail

ITAProtectedNames2Proxy

public ITAProtectedNames2Proxy()

ITAProtectedNames2Proxy

public ITAProtectedNames2Proxy(Object obj)
                        throws IOException
Throws:
IOException

ITAProtectedNames2Proxy

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

plugIn

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

Product Availability

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

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

reset

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

Product Availability

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

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

connect

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

Product Availability

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

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

postMessage

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

Product Availability

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

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

disconnect

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

Product Availability

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

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

update

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

Product Availability

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

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

hWnd

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

Product Availability

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

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

type

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

Product Availability

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

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

value

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

Product Availability

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

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

count

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

Product Availability

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

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