com.esri.gpt.control.webharvest.protocol.factories
Class Agp2AgpRelaxedProtocolFactory
java.lang.Object
com.esri.gpt.control.webharvest.protocol.factories.Agp2AgpProtocolFactory
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Agp2AgpRelaxedProtocolFactory
public Agp2AgpRelaxedProtocolFactory()
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
Copyright 2011 Environmental Systems Research Institute.
All rights reserved.
Use is subject to
license terms.