Packagecom.esri.aws.services
Classpublic class UtilityActivator
InheritanceUtilityActivator Inheritance BaseArcWebActivator Inheritance mx.core.UIComponent

UtilityActivator is the IBundle Activator that is responsible for creating and starting the UtilityService Bundle. Required to use IUtility methods.

See also

IUtility


Protected Methods
 MethodDefined by
  
This method must be overriden by the extending class to return an instance of an IArcWebService.
UtilityActivator
  
getClassName():String
This method must be overriden by the extending class to return the fully qualified class name of the service to be registered.
UtilityActivator
Method detail
createArcWebService()method
protected override function createArcWebService(useHTTPS:Boolean, arcwebHost:String):IArcWebService

This method must be overriden by the extending class to return an instance of an IArcWebService.

Parameters
useHTTPS:Boolean — the service created should use HTTPS.
 
arcwebHost:String — the service created should use this ArcWeb host.

Returns
IArcWebService — An instance of an IArcWebService.
getClassName()method 
protected override function getClassName():String

This method must be overriden by the extending class to return the fully qualified class name of the service to be registered.

Returns
String — The fully qualified class name of the service to be registered.