Class SISSubTask
- java.lang.Object
-
- com.opencloud.slee.resources.sis.management.ant.SISSubTask
-
- Direct Known Subclasses:
ActivateExternalPlatformAddressTask
,AddDefaultNetworkRouteTask
,AddExternalPlatformAddressTask
,AddNetworkRouteTask
,ComponentBasedTask
,CreateExtensionRefTask
,CreateExternalPlatformTask
,CreateInterceptorRefTask
,CreateServiceRefTask
,DeactivateExternalPlatformAddressTask
,DisableExperimentalFeatureTask
,DisableNetworkInterfaceTask
,EnableExperimentalFeatureTask
,EnableNetworkInterfaceTask
,FileBasedTask
,InstallAddressSubscriptionTask
,InstallServiceKeySubscriptionTask
,PropertyBasedTask
,ReloadTask
,RemoveDefaultNetworkRouteTask
,RemoveExtensionRefTask
,RemoveExternalPlatformAddressTask
,RemoveExternalPlatformTask
,RemoveInterceptorRefTask
,RemoveNetworkInterfaceTask
,RemoveNetworkRouteTask
,RemoveServiceRefTask
,ReplaceExtensionRefTask
,ReplaceInterceptorRefTask
,ReplaceServiceRefTask
,SetAddressSubscriptionsProfileTableNameTask
,SetAuditLevelTask
,SetConcatenatedFCIInteractionModeDelimiterTask
,SetDefaultServiceTimeoutTask
,SetFineGrainedTracingTask
,SetServiceKeySubscriptionsProfileTableNameTask
,SetTriggerAddressAuditLoggingTask
,SetTriggerAddressDebugLevelTask
,SetTriggerAddressTracingSelectorsTask
,UninstallAddressSubscriptionTask
,UninstallServiceKeySubscriptionTask
,UpdateAddressSubscriptionTask
,UpdateCompositionTask
,UpdateDefaultNetworkRouteTask
,UpdateExtensionRefTask
,UpdateExternalPlatformTask
,UpdateNetworkRouteTask
,UpdateServiceKeySubscriptionTask
,UpdateServiceRefTask
public abstract class SISSubTask extends Object
-
-
Constructor Summary
Constructors Constructor Description SISSubTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(SISManagementTask parent)
boolean
getFailOnError()
void
setFailOnError(boolean failOnError)
-
-
-
Method Detail
-
setFailOnError
public void setFailOnError(boolean failOnError)
-
getFailOnError
public boolean getFailOnError()
-
execute
public void execute(SISManagementTask parent) throws org.apache.tools.ant.BuildException
- Throws:
org.apache.tools.ant.BuildException
-
-