|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.gpt.catalog.arcims.ImsService
public class ImsService
Stores a reference to an ArcIMS service.
Constructor Summary | |
---|---|
ImsService()
Default constructor. |
Method Summary | |
---|---|
String |
getFullServiceUrl()
Gets the full URL for accessing the service. |
boolean |
getIsSocketBased()
Determines if the service requires socket based communication. |
String |
getServerUrl()
Gets the server url. |
String |
getServiceName()
Gets the service name. |
int |
getTimeoutMillisecs()
Gets the HTTP connection timeout in milli-seconds. |
void |
setServerUrl(String url)
Sets the server url. |
void |
setServiceName(String name)
Sets the service name. |
void |
setTimeoutMillisecs(int millisecs)
Sets the HTTP connection timeout in milli-seconds. |
String |
toString()
Returns the string representation of the object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ImsService()
Method Detail |
---|
public String getFullServiceUrl()
public boolean getIsSocketBased()
public String getServerUrl()
public void setServerUrl(String url)
url
- the server urlpublic String getServiceName()
public void setServiceName(String name)
name
- the service name.public int getTimeoutMillisecs()
public void setTimeoutMillisecs(int millisecs)
millisecs
- connection timeoutpublic String toString()
toString
in class Object
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |