org.jacorb.notification.util

Class QoSPropertySet


public class QoSPropertySet
extends PropertySet

Version:
$Id: QoSPropertySet.java,v 1.4 2004/05/06 12:40:00 nicolas Exp $

Author:
Alphonse Bendt

Field Summary

static int
ADMIN_QOS
static int
CHANNEL_QOS
static int
PROXY_QOS

Fields inherited from class org.jacorb.notification.util.PropertySet

EMPTY_PROPERTY_RANGE, PROPERTY_ERROR_ARRAY_TEMPLATE, sORB

Constructor Summary

QoSPropertySet(Configuration configuration, int type)

Method Summary

Property[]
get_qos()
void
set_qos(Property ps)
void
validate_qos(Property props, NamedPropertyRangeSeqHolder namedPropertyRange)

Methods inherited from class org.jacorb.notification.util.PropertySet

addPropertySetListener, addPropertySetListener, addToIgnoredProps, badProperty, badType, checkPropertyExistence, containsKey, get, map2Props, removeFromIgnoredProps, set_properties, toArray, toMap, toString

Field Details

ADMIN_QOS

public static final int ADMIN_QOS

Field Value:
1


CHANNEL_QOS

public static final int CHANNEL_QOS

Field Value:
0


PROXY_QOS

public static final int PROXY_QOS

Field Value:
2

Constructor Details

QoSPropertySet

public QoSPropertySet(Configuration configuration,
                      int type)

Method Details

get_qos

public Property[] get_qos()


set_qos

public void set_qos(Property ps)


validate_qos

public void validate_qos(Property props,
                         NamedPropertyRangeSeqHolder namedPropertyRange)
            throws UnsupportedQoS