796797798799800801802
throw new NO_IMPLEMENT("DynAny::insert_val not implemented."); } public java.io.Serializable get_val() { throw new NO_IMPLEMENT("DynAny::get_val not implemented"); }
240241242243244245246
// ////////////////////////////////////// // TODO implement public void validate_event_qos(Property[] qosProps, NamedPropertyRangeSeqHolder propSeqHolder) { throw new NO_IMPLEMENT(); }
1303130413051306130713081309
} } public final void write_Principal(final org.omg.CORBA.Principal value) { throw new NO_IMPLEMENT ("Principal deprecated"); }
20292030203120322033203420352036203720382039
write_TypeCode(input.read_TypeCode()); break; } case TCKind._tk_Principal: // 13 { throw new NO_IMPLEMENT ("Principal deprecated"); } case TCKind._tk_objref: // 14 { write_Object( input.read_Object()); break;
1151115211531154115511561157
* @deprecated * @see org.omg.CORBA.portable.InputStream#read_Principal() */ public final org.omg.CORBA.Principal read_Principal() { throw new NO_IMPLEMENT ("Principal deprecated"); }
22472248224922502251225222532254225522562257
out.write_TypeCode( read_TypeCode()); break; } case TCKind._tk_Principal: // 13 { throw new NO_IMPLEMENT ("Principal deprecated"); } case TCKind._tk_objref: // 14 { out.write_Object( read_Object()); break;
141142143144145146147
} public org.omg.CosEventChannelAdmin.ProxyPushSupplier obtain_typed_push_supplier(String type) { throw new NO_IMPLEMENT(); }
147148149150151152153
} public org.omg.CosTypedEventChannelAdmin.TypedProxyPullSupplier obtain_typed_pull_supplier( String type) { throw new NO_IMPLEMENT(); }
208209210211212213214
pushSupplier_ = pushSupplier; } public void push(Any any) throws Disconnected { throw new NO_IMPLEMENT(); }
125126127128129130131
} public org.omg.CosTypedEventChannelAdmin.TypedProxyPushConsumer obtain_typed_push_consumer( String type) { throw new NO_IMPLEMENT(); }