Package | Description |
---|---|
org.jacorb.notification.util | |
org.omg.CosNotification |
Modifier and Type | Field and Description |
---|---|
protected static PropertyError[] |
PropertySet.PROPERTY_ERROR_ARRAY_TEMPLATE |
Modifier and Type | Method and Description |
---|---|
protected PropertyError |
PropertySet.badProperty(java.lang.String name) |
protected PropertyError |
PropertySet.badType(java.lang.String name) |
Modifier and Type | Field and Description |
---|---|
PropertyError[] |
UnsupportedAdmin.admin_err |
PropertyError[] |
UnsupportedQoS.qos_err |
PropertyError |
PropertyErrorHolder.value |
PropertyError[] |
PropertyErrorSeqHolder.value |
Modifier and Type | Method and Description |
---|---|
static PropertyError |
PropertyErrorHelper.extract(Any any) |
static PropertyError[] |
PropertyErrorSeqHelper.extract(Any any) |
static PropertyError |
PropertyErrorHelper.read(InputStream in) |
static PropertyError[] |
PropertyErrorSeqHelper.read(InputStream _in) |
Modifier and Type | Method and Description |
---|---|
static void |
PropertyErrorHelper.insert(Any any,
PropertyError s) |
static void |
PropertyErrorSeqHelper.insert(Any any,
PropertyError[] s) |
static void |
PropertyErrorHelper.write(OutputStream out,
PropertyError s) |
static void |
PropertyErrorSeqHelper.write(OutputStream _out,
PropertyError[] _s) |
Constructor and Description |
---|
PropertyErrorHolder(PropertyError initial) |
PropertyErrorSeqHolder(PropertyError[] initial) |
UnsupportedAdmin(PropertyError[] admin_err) |
UnsupportedAdmin(java.lang.String _reason,
PropertyError[] admin_err) |
UnsupportedQoS(PropertyError[] qos_err) |
UnsupportedQoS(java.lang.String _reason,
PropertyError[] qos_err) |