|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.framework.AppROT
public class AppROT
COM Class 'AppROT'. Generated 3/19/2015 1:20:50 PM from 'C:\ArcGIS\COM\esriFramework.olb'
Description 'Esri application running object table.' 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 |
---|
Fields inherited from interface com.esri.arcgis.framework.IAppROT |
---|
IID, IIDfabc30f9_d273_11d2_9f36_00c04f6bc61a, xxDummy |
Fields inherited from interface com.esri.arcgis.display.IConnectionPointContainer |
---|
IID, IIDb196b284_bab4_101a_b69c_00aa00341d07, xxDummy |
Constructor Summary | |
---|---|
AppROT()
Constructs a AppROT using ArcGIS Engine. |
|
AppROT(java.lang.Object obj)
Construct a AppROT using a reference to such an object returned from ArcGIS Engine or Server. |
Method Summary | |
---|---|
int |
add(IApplication pApp)
Adds an application reference to the running object table. |
void |
addIAppROTEventsListener(IAppROTEvents theListener)
addIAppROTEventsListener. |
void |
enumConnectionPoints(IEnumConnectionPoints[] ppEnum)
enumConnectionPoints |
boolean |
equals(java.lang.Object o)
Compare this object with another |
void |
findConnectionPoint(GUID riid,
IConnectionPoint[] ppCP)
findConnectionPoint |
static java.lang.String |
getClsid()
getClsid. |
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. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
int |
hashCode()
the hashcode for this object |
void |
release()
Release a AppROT. |
void |
remove(int cookie)
Removes an application reference from the running object table. |
void |
removeIAppROTEventsListener(IAppROTEvents theListener)
removeIAppROTEventsListener. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AppROT() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic AppROT(java.lang.Object obj) throws java.io.IOException
obj
to AppROT
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problems
AppROT theAppROT = (AppROT) obj;
Method Detail |
---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void addIAppROTEventsListener(IAppROTEvents theListener) throws java.io.IOException
theListener
- An object that implements the com.esri.arcgis.framework.IAppROTEvents interface.
java.io.IOException
- If there are communications problems.public void removeIAppROTEventsListener(IAppROTEvents theListener) throws java.io.IOException
theListener
- An object that implements the com.esri.arcgis.framework.IAppROTEvents interface.
java.io.IOException
- If there are communications problems.public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public int add(IApplication pApp) throws java.io.IOException, AutomationException
add
in interface IAppROT
pApp
- A reference to a com.esri.arcgis.framework.IApplication (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void remove(int cookie) throws java.io.IOException, AutomationException
remove
in interface IAppROT
cookie
- The cookie (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getCount() throws java.io.IOException, AutomationException
getCount
in interface IAppROT
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IApplication getItem(int index) throws java.io.IOException, AutomationException
getItem
in interface IAppROT
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void enumConnectionPoints(IEnumConnectionPoints[] ppEnum) throws java.io.IOException, AutomationException
enumConnectionPoints
in interface IConnectionPointContainer
ppEnum
- A reference to a com.esri.arcgis.display.IEnumConnectionPoints (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void findConnectionPoint(GUID riid, IConnectionPoint[] ppCP) throws java.io.IOException, AutomationException
findConnectionPoint
in interface IConnectionPointContainer
riid
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)ppCP
- A reference to a com.esri.arcgis.display.IConnectionPoint (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |