Esri Geoportal Server
1.0

com.esri.gpt.catalog.harvest.clients
Interface HRClient

All Known Implementing Classes:
HRAbstractClient, HRArcGisClient, HRARCIMSClient, HRCSWClient, HRHttpClient, HROAIClient, HRProtectedHttpClient, HRWAFClient

public interface HRClient

Harvest repository client. Provides unified way to communicate with the remote repository.


Method Summary
 boolean isPingSupported()
          Checks if ping operation is supported.
 void ping()
          Checks and verifies connection to the remote repository.
 

Method Detail

isPingSupported

boolean isPingSupported()
Checks if ping operation is supported.

Returns:
true if ping operation is supported
See Also:
ping()

ping

void ping()
          throws HRInvalidProtocolException,
                 HRConnectionException,
                 UnsupportedOperationException
Checks and verifies connection to the remote repository.

Throws:
HRInvalidProtocolException - if provided connection definition is incomplete
HRConnectionException - if connection to the remote repository can not be established at this moment
UnsupportedOperationException - if operation is not supported

Esri Geoportal Server
1.0

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