|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.carto.MobileServerIP
public class MobileServerIP
Mobile Server Message Proxy.
| Constructor Summary | |
|---|---|
MobileServerIP()
Constructs a MobileServerIP using ArcGIS Engine. |
|
MobileServerIP(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. MobileServerIP theMobileServerIP = (MobileServerIP) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
void |
executeRequest(IMemoryBlobStream pRequestStream,
IMemoryBlobStream[] ppResponse)
Handle Binary Request. |
static String |
getClsid()
getClsid. |
IName |
getFullName()
The AGSServerConnectionName object associated with the server object. |
int |
getHttpTimeout()
The maximum time in seconds to wait for a response from the server (Internet only). |
int |
hashCode()
the hashcode for this object |
void |
init(IMap pMap,
IPropertySet pProps)
Initializes the MobileSync object. |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
void |
setHttpTimeout(int secs)
The maximum time in seconds to wait for a response from the server (Internet only). |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
|---|
getJintegraDispatch, release |
| Constructor Detail |
|---|
public MobileServerIP()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public MobileServerIP(Object obj)
throws IOException
MobileServerIP theMobileServerIP = (MobileServerIP) obj;
obj to MobileServerIP.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public IName getFullName()
throws IOException,
AutomationException
getFullName in interface IAGSServerObject2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setHttpTimeout(int secs)
throws IOException,
AutomationException
setHttpTimeout in interface IAGSServerObject2secs - The secs (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getHttpTimeout()
throws IOException,
AutomationException
getHttpTimeout in interface IAGSServerObject2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void init(IMap pMap,
IPropertySet pProps)
throws IOException,
AutomationException
init in interface IMobileSyncpMap - A reference to a com.esri.arcgis.carto.IMap (in)pProps - A reference to a com.esri.arcgis.system.IPropertySet (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void executeRequest(IMemoryBlobStream pRequestStream,
IMemoryBlobStream[] ppResponse)
throws IOException,
AutomationException
executeRequest in interface IMobileSyncpRequestStream - A reference to a com.esri.arcgis.system.IMemoryBlobStream (in)ppResponse - A reference to a com.esri.arcgis.system.IMemoryBlobStream (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void interfaceSupportsErrorInfo(GUID riid)
throws IOException,
AutomationException
Indicates whether the interface supports IErrorInfo.
interfaceSupportsErrorInfo in interface ISupportErrorInforiid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)
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 | ||||||||