Class ReplaceInterceptorRefTask
- java.lang.Object
-
- com.opencloud.slee.resources.sis.management.ant.SISSubTask
-
- com.opencloud.slee.resources.sis.management.ant.ReplaceInterceptorRefTask
-
public class ReplaceInterceptorRefTask extends SISSubTask
Replaces an interceptor reference for a SIS RA entity. The SIS RA entity to manage to is specified by the enclosingSISManagementTask
element. For example:<
This task invokes thesis-sip-management
raentity="foo"> <replaceinterceptorref name="bar"> <interceptor name="bar interceptor" vendor="com.mycompany" version="1.0"/> </replaceinterceptorref> </sis-sip-management>InterceptorManagementMBean.replaceInterceptorRef(com.opencloud.slee.resources.sis.components.InterceptorRefID, com.opencloud.slee.resources.sis.components.InterceptorID)
management operation.Ant Parameters
Attribute Description Required name The name of the interceptor reference to replace. Yes. failonerror Default failure case behaviour for this task. If set to 'false' or 'no', the build will continue when this task attempts a redundant action. No. Default is inherited from the enclosing SISManagementTask
.Parameters specified as nested elements
Element Description interceptor
Contains the interceptor component ID for the interceptor component.
-
-
Constructor Summary
Constructors Constructor Description ReplaceInterceptorRefTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addConfiguredInterceptor(InterceptorComponentElement interceptor)
void
setName(String name)
-
Methods inherited from class com.opencloud.slee.resources.sis.management.ant.SISSubTask
execute, getFailOnError, setFailOnError
-
-
-
-
Method Detail
-
setName
public void setName(String name)
-
addConfiguredInterceptor
public void addConfiguredInterceptor(InterceptorComponentElement interceptor)
-
-