|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.arcweb.IArcWebTableProxy
public class IArcWebTableProxy
Provides access to members that describe and constitute the ArcWebTable.
| Field Summary |
|---|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, E |
| Constructor Summary | |
|---|---|
|
IArcWebTableProxy()
|
|
IArcWebTableProxy(Object obj)
|
protected |
IArcWebTableProxy(Object obj,
String iid)
|
| Method Summary | |
|---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
IArcWebFields |
getFields()
The IArcWebFields used to retrieve information about the field content. |
IArcWebRow |
getRow(int rowID)
An IArcWebRow used to retrieve information about the row content. |
int |
getRowCount()
The total number of rows in the table. |
int |
getTotalCount()
The total number of rows that match the search criteria. |
void |
readExternal(ObjectInput in)
|
void |
removeListener(String iidStr,
Object theListener)
|
void |
writeExternal(ObjectOutput out)
|
| 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, queryInterface, release, setNativeMode, setPropertyByName, toString, vtblInvoke |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IArcWebTableProxy()
public IArcWebTableProxy(Object obj)
throws IOException
IOException
protected IArcWebTableProxy(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.DispatchIOException
public void removeListener(String iidStr,
Object theListener)
throws IOException
removeListener in class com.esri.arcgis.interop.DispatchIOException
public IArcWebFields getFields()
throws IOException,
AutomationException
getFields in interface IArcWebTableIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getRowCount()
throws IOException,
AutomationException
getRowCount in interface IArcWebTableIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getTotalCount()
throws IOException,
AutomationException
getTotalCount in interface IArcWebTableIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IArcWebRow getRow(int rowID)
throws IOException,
AutomationException
getRow in interface IArcWebTablerowID - The rowID (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void writeExternal(ObjectOutput out)
throws IOException
writeExternal in interface ExternalizablewriteExternal in class com.esri.arcgis.interop.DispatchIOException
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class com.esri.arcgis.interop.DispatchIOException
ClassNotFoundException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||