public abstract class AbstractDualChannelQoSPolicy extends AbstractQoSPolicy implements DualChannelPolicy
| Constructor and Description |
|---|
AbstractDualChannelQoSPolicy() |
| Modifier and Type | Method and Description |
|---|---|
void |
addDualChannelConverter(DualChannelLocal2MDPWSConverter converter) |
void |
addDualChannelProtocolConverter(DualChannelProtocolConverter converter) |
boolean |
equals(java.lang.Object obj) |
DualChannelComparator |
getDualChannelComparator() |
DualChannelLocal2MDPWSConverter |
getDualChannelLocalConverter() |
DualChannelPolicyAttributes |
getDualChannelPolicyAttributes() |
DualChannelProtocolConverter |
getDualChannelProtocolConverter(DualChannelPolicyAttributes attributes) |
int |
hashCode() |
void |
setDualChannelComparator(DualChannelComparator comparator) |
void |
setDualChannelPolicyAttributes(DualChannelPolicyAttributes 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 DualChannelPolicyAttributes getDualChannelPolicyAttributes()
getDualChannelPolicyAttributes in interface DualChannelPolicypublic void setDualChannelPolicyAttributes(DualChannelPolicyAttributes attributes)
setDualChannelPolicyAttributes in interface DualChannelPolicypublic 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 DualChannelPolicypublic void addDualChannelConverter(DualChannelLocal2MDPWSConverter converter)
addDualChannelConverter in interface DualChannelPolicypublic DualChannelComparator getDualChannelComparator()
getDualChannelComparator in interface DualChannelPolicypublic void setDualChannelComparator(DualChannelComparator comparator)
setDualChannelComparator in interface DualChannelPolicypublic DualChannelProtocolConverter getDualChannelProtocolConverter(DualChannelPolicyAttributes attributes)
getDualChannelProtocolConverter in interface DualChannelPolicypublic void addDualChannelProtocolConverter(DualChannelProtocolConverter converter)
addDualChannelProtocolConverter in interface DualChannelPolicypublic java.lang.String toString()
toString in class java.lang.Object