com.esri.arcgis.framework
Interface IAppROT

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AppROT, IAppROTProxy

public interface IAppROT
extends java.io.Serializable

COM Interface 'IAppROT'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriFramework.olb'

Description: 'Provides access to members that manipulate the Esri application running object table, AppROT.' 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDfabc30f9_d273_11d2_9f36_00c04f6bc61a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int add(IApplication pApp)
          Adds an application reference to the running object table.
 int getCount()
          The count of application references within the running object table.
 IApplication getItem(int index)
          The application reference at the specified index in the running object table.
 void remove(int cookie)
          Removes an application reference from the running object table.
 

Field Detail

IIDfabc30f9_d273_11d2_9f36_00c04f6bc61a

static final int IIDfabc30f9_d273_11d2_9f36_00c04f6bc61a
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

add

int add(IApplication pApp)
        throws java.io.IOException,
               AutomationException
Adds an application reference to the running object table.

Parameters:
pApp - A reference to a com.esri.arcgis.framework.IApplication (in)
Returns:
The cookie
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

remove

void remove(int cookie)
            throws java.io.IOException,
                   AutomationException
Removes an application reference from the running object table.

Parameters:
cookie - The cookie (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCount

int getCount()
             throws java.io.IOException,
                    AutomationException
The count of application references within the running object table.

Returns:
The count
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getItem

IApplication getItem(int index)
                     throws java.io.IOException,
                            AutomationException
The application reference at the specified index in the running object table.

Parameters:
index - The index (in)
Returns:
A reference to a com.esri.arcgis.framework.IApplication
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.