|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.trackinganalyst.ILibraryItemProxy
public class ILibraryItemProxy
Provides access to methods and properties used by the TMS server during the storage and retrieval of configuration items within its configuration database.
The ILibraryItem interface has been superseded by ILibraryItem2.
Field Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
ILibraryItemProxy()
|
|
ILibraryItemProxy(Object obj)
|
protected |
ILibraryItemProxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
String |
getCategory()
Indicates category of library item. |
String |
getID()
ID value of library item. |
String |
getName()
Name of library item. |
ILibraryObject |
getParent()
Indicates parent of library item. |
ILibraryItem |
libClone()
Clone this object (library item). |
void |
removeListener(String iidStr,
Object theListener)
|
void |
setCategory(String pVal)
Indicates category of library item. |
void |
setName(String pVal)
Name of library item. |
void |
setParent(ILibraryObject ppiVal)
Indicates parent of library item. |
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 |
---|
public boolean noncastable
Constructor Detail |
---|
public ILibraryItemProxy()
public ILibraryItemProxy(Object obj) throws IOException
IOException
protected ILibraryItemProxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
IOException
public String getCategory() throws IOException, AutomationException
getCategory
in interface ILibraryItem
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCategory(String pVal) throws IOException, AutomationException
setCategory
in interface ILibraryItem
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getID() throws IOException, AutomationException
getID
in interface ILibraryItem
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getName() throws IOException, AutomationException
getName
in interface ILibraryItem
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setName(String pVal) throws IOException, AutomationException
setName
in interface ILibraryItem
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ILibraryObject getParent() throws IOException, AutomationException
getParent
in interface ILibraryItem
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setParent(ILibraryObject ppiVal) throws IOException, AutomationException
setParent
in interface ILibraryItem
ppiVal
- A reference to a com.esri.arcgis.trackinganalyst.ILibraryObject (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ILibraryItem libClone() throws IOException, AutomationException
libClone
in interface ILibraryItem
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 |