|
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.harvest.clients.HRAbstractClient
public abstract class HRAbstractClient
Abstract harvest repository client. Provides basic implementation of the harvest repository client.
Constructor Summary | |
---|---|
HRAbstractClient()
|
Method Summary | |
---|---|
protected abstract String |
getHostUrl()
Gets host url. |
protected int |
getTimeout()
Gets connection timeout. |
boolean |
isPingSupported()
Checks if ping operation is supported. |
String |
toString()
Returns a string representation of the object. |
protected void |
validateProtocol()
Validates protocol definition. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.esri.gpt.catalog.harvest.clients.HRClient |
---|
ping |
Constructor Detail |
---|
public HRAbstractClient()
Method Detail |
---|
protected int getTimeout()
protected abstract String getHostUrl()
public boolean isPingSupported()
isPingSupported
in interface HRClient
true
if ping operation is supportedHRClient.ping()
public String toString()
toString
in class Object
protected void validateProtocol() throws HRInvalidProtocolException
HRInvalidProtocolException
- if invalid protocol definition
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |