Esri Geoportal Server
1.2.0

com.esri.gpt.control.webharvest.common
Class CommonInfo

java.lang.Object
  extended by com.esri.gpt.control.webharvest.common.CommonInfo

public class CommonInfo
extends Object

Common info.


Constructor Summary
CommonInfo()
           
 
Method Summary
 void destroy()
          Destroys info.
 org.apache.commons.httpclient.HttpClient getBatchHttpClient()
          Gets the underlying Apache HttpClient to be used for batch requests to the same server.
 void setBatchHttpClient(org.apache.commons.httpclient.HttpClient batchHttpClient)
          Sets the underlying Apache HttpClient to be used for batch requests to the same server.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommonInfo

public CommonInfo()
Method Detail

getBatchHttpClient

public org.apache.commons.httpclient.HttpClient getBatchHttpClient()
Gets the underlying Apache HttpClient to be used for batch requests to the same server.

Returns:
the batch client

setBatchHttpClient

public void setBatchHttpClient(org.apache.commons.httpclient.HttpClient batchHttpClient)
Sets the underlying Apache HttpClient to be used for batch requests to the same server.

Parameters:
batchHttpClient - the batch client

destroy

public void destroy()
Destroys info.


Esri Geoportal Server
1.2.0

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.