Searched refs:typeIds (Results 1 - 3 of 3) sorted by relevance

/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/presentation/rmi/
H A DStubFactoryBase.java42 private String[] typeIds = null ; field in class:StubFactoryBase
53 if (typeIds == null) {
56 typeIds = StubAdapter.getTypeIds( stub ) ;
58 typeIds = classData.getTypeIds() ;
62 return typeIds ;
H A DDynamicStubImpl.java63 private String[] typeIds ; field in class:DynamicStubImpl
78 public DynamicStubImpl( String[] typeIds )
80 this.typeIds = typeIds ;
101 return typeIds ;
H A DPresentationManagerImpl.java114 private String[] typeIds ; field in class:PresentationManagerImpl.ClassDataImpl
132 typeIds = makeTypeIds( root, gr, rootSet ) ;
150 return typeIds ;

Completed in 110 milliseconds