| 
 | ArcGIS Server Geoportal extension 10 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.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 | getIsHeadless()Gets the headless status. | 
|  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 | setIsHeadless(boolean isHeadless)Sets the headless status. | 
|  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 getIsHeadless()
public void setIsHeadless(boolean isHeadless)
isHeadless - true if the service is running on the headless MetadataServerpublic 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| 
 | ArcGIS Server Geoportal extension 10 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||