Package com.opencloud.slee.mlet.ant
Class SbbNotificationSourceElement
- java.lang.Object
-
- org.apache.tools.ant.ProjectComponent
-
- org.apache.tools.ant.types.DataType
-
- com.opencloud.slee.mlet.ant.SleeNotificationSourceElement
-
- com.opencloud.slee.mlet.ant.SbbNotificationSourceElement
-
- All Implemented Interfaces:
Cloneable
public final class SbbNotificationSourceElement extends SleeNotificationSourceElement
A common nested element that identifies an SBB notification source. The SBB notification source element identifies an SBB in a service using
SleeComponentElement
elements to uniquely identify the service and SBB components.Parameters available as nested elements Element
Description
Required
service
Identifies the service containing the SBB. See
SleeComponentElement
Yes.
sbb
Identifies the the SBB in the service. See
SleeComponentElement
Yes.
-
-
Constructor Summary
Constructors Constructor Description SbbNotificationSourceElement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addSbb(SleeComponentElement sbb)
void
addService(SleeComponentElement service)
SleeComponentElement
getSbb()
SleeComponentElement
getService()
String
toString()
void
validateParameters()
-
Methods inherited from class org.apache.tools.ant.types.DataType
checkAttributesAllowed, checkChildrenAllowed, circularReference, clone, dieOnCircularReference, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, pushAndInvokeCircularReferenceCheck, setChecked, setRefid, tooManyAttributes
-
-
-
-
Method Detail
-
addService
public void addService(SleeComponentElement service)
-
getService
public SleeComponentElement getService()
-
addSbb
public void addSbb(SleeComponentElement sbb)
-
getSbb
public SleeComponentElement getSbb()
-
validateParameters
public void validateParameters()
- Specified by:
validateParameters
in classSleeNotificationSourceElement
-
toString
public String toString()
- Overrides:
toString
in classorg.apache.tools.ant.types.DataType
-
-