Searched refs:_factories (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DSerializerFactory.java46 private static Hashtable _factories = new Hashtable(); field in class:SerializerFactory
75 if ( _factories.containsKey( factory.getSupportedMethod() ) )
76 _factories.put( factory.getSupportedMethod(), factory );
91 synchronized ( _factories ) {
93 _factories.put( method, factory );
104 return (SerializerFactory) _factories.get( method );
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/
H A DCompile.java45 // -D58591<daz> Publicise _factories and compile for QuickTest. Need to revert
194 // <d58591> _factories was made public for QuickTest to operate correctly,
196 //private Factories _factories = null;
199 // if (_factories == null)
200 // _factories = new Factories ();
201 // return _factories;
204 public Factories _factories = new Factories (); // 58974 - changed for quicktest field in class:Compile
207 return _factories;

Completed in 4610 milliseconds