Esri Geoportal Server
1.2.9

com.esri.gpt.control.webharvest.protocol.factories
Class Agp2AgpRelaxedProtocolFactory

java.lang.Object
  extended by com.esri.gpt.control.webharvest.protocol.factories.Agp2AgpProtocolFactory
      extended by com.esri.gpt.control.webharvest.protocol.factories.Agp2AgpRelaxedProtocolFactory
All Implemented Interfaces:
ProtocolFactory

public class Agp2AgpRelaxedProtocolFactory
extends Agp2AgpProtocolFactory

Relaxed Agp2Agp protocol factory. Relaxed protocol factory creates protocol handler which allow to continue harvesting between two AGP servers even an exception occurred on a single item.

Regular protocol factory creates handler which stops harvesting after a single error.


Constructor Summary
Agp2AgpRelaxedProtocolFactory()
           
 
Method Summary
 Protocol newProtocol()
          Creates new protocol
 
Methods inherited from class com.esri.gpt.control.webharvest.protocol.factories.Agp2AgpProtocolFactory
getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Agp2AgpRelaxedProtocolFactory

public Agp2AgpRelaxedProtocolFactory()
Method Detail

newProtocol

public Protocol newProtocol()
Description copied from interface: ProtocolFactory
Creates new protocol

Specified by:
newProtocol in interface ProtocolFactory
Overrides:
newProtocol in class Agp2AgpProtocolFactory
Returns:
protocol

Esri Geoportal Server
1.2.9

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