Class FCIInteractionElement
- java.lang.Object
-
- com.opencloud.slee.resources.insis.management.ant.FCIInteractionElement
-
public class FCIInteractionElement extends Object
This element specifies anFCIInteraction
option to use when managing SIS composition components.Ant Parameters
Attribute Description Required mode Interaction mode. Valid values are "static-service-priorities", "nominated-service", "concatenation", or "pass-through". Yes. service-ref Service reference. Only required if mode is "nominated-service".
-
-
Constructor Summary
Constructors Constructor Description FCIInteractionElement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMode()
String
getServiceRef()
void
setMode(String mode)
void
setServiceRef(String ref)
FCIInteraction
toFCIInteraction()
-
-
-
Method Detail
-
getMode
public String getMode()
-
setMode
public void setMode(String mode)
-
getServiceRef
public String getServiceRef()
-
setServiceRef
public void setServiceRef(String ref)
-
toFCIInteraction
public FCIInteraction toFCIInteraction() throws org.apache.tools.ant.BuildException
- Throws:
org.apache.tools.ant.BuildException
-
-