public abstract class AbstractSafetyInformationQoSPolicy extends AbstractQoSPolicy implements SafetyInformationPolicy
| Constructor and Description |
|---|
AbstractSafetyInformationQoSPolicy() |
| Modifier and Type | Method and Description |
|---|---|
void |
addDualChannelConverter(DualChannelLocal2MDPWSConverter converter) |
void |
addDualChannelProtocolConverter(DualChannelProtocolConverter converter) |
boolean |
equals(java.lang.Object obj) |
DualChannelComparator |
getDualChannelComparator() |
DualChannelLocal2MDPWSConverter |
getDualChannelLocalConverter() |
DualChannelProtocolConverter |
getDualChannelProtocolConverter(SafetyInformationPolicyAttributes attributes) |
SafetyInformationPolicyAttributes |
getSafetyInformationPolicyAttributes() |
int |
hashCode() |
void |
setDualChannelComparator(DualChannelComparator comparator) |
void |
setSafetyInformationPolicyAttributes(SafetyInformationPolicyAttributes attributes) |
java.lang.String |
toString() |
addInterceptor, addSubject, getInterceptors, getSubjects, getSubjects, isSubjectFor, removeInterceptor, removeSubjectclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddInterceptor, addSubject, getInterceptionDirection, getInterceptors, getSubjects, getSubjects, isAbstractPolicy, isSubjectFor, isTokenRequiredpublic SafetyInformationPolicyAttributes getSafetyInformationPolicyAttributes()
getSafetyInformationPolicyAttributes in interface SafetyInformationPolicypublic void setSafetyInformationPolicyAttributes(SafetyInformationPolicyAttributes attributes)
setSafetyInformationPolicyAttributes in interface SafetyInformationPolicypublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic DualChannelLocal2MDPWSConverter getDualChannelLocalConverter()
getDualChannelLocalConverter in interface SafetyInformationPolicypublic void addDualChannelConverter(DualChannelLocal2MDPWSConverter converter)
addDualChannelConverter in interface SafetyInformationPolicypublic DualChannelComparator getDualChannelComparator()
getDualChannelComparator in interface SafetyInformationPolicypublic void setDualChannelComparator(DualChannelComparator comparator)
setDualChannelComparator in interface SafetyInformationPolicypublic DualChannelProtocolConverter getDualChannelProtocolConverter(SafetyInformationPolicyAttributes attributes)
getDualChannelProtocolConverter in interface SafetyInformationPolicypublic void addDualChannelProtocolConverter(DualChannelProtocolConverter converter)
addDualChannelProtocolConverter in interface SafetyInformationPolicypublic java.lang.String toString()
toString in class java.lang.Object