589590591592593594595
* @see NVList */ public synchronized NVList create_list(int count) { checkShutdownState(); return new NVListImpl(this, count); }
281282283284285286287
* Not strictly needed for TypeCode factory duty but these seem * harmless enough. */ public NVList create_list(int count) { return new NVListImpl(this, count); }
590591592593594595596
603604605606607608609
615616617618619620621
96979899100101102
public Object string_to_object(String str) { return urlManager.createObject(str); } public NVList create_list(int count) { return new NVListImpl(this, count); }