|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.carto.MobileServerLP
public class MobileServerLP
Map Server LAN Proxy.
Constructor Summary | |
---|---|
MobileServerLP()
Constructs a MobileServerLP using ArcGIS Engine. |
|
MobileServerLP(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. MobileServerLP theMobileServerLP = (MobileServerLP) 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 MobileServerLP() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic MobileServerLP(Object obj) throws IOException
MobileServerLP theMobileServerLP = (MobileServerLP) obj;
obj
to MobileServerLP
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public IName getFullName() throws IOException, AutomationException
getFullName
in interface IAGSServerObject2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHttpTimeout(int secs) throws IOException, AutomationException
setHttpTimeout
in interface IAGSServerObject2
secs
- 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 IAGSServerObject2
IOException
- 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 IMobileSync
pMap
- 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 IMobileSync
pRequestStream
- 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 ISupportErrorInfo
riid
- 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 |