Searched refs:soFactory (Results 1 – 1 of 1) sorted by relevance
75 … SOfficeFactory soFactory = (SOfficeFactory) lookup.get(new Integer(xMSF.hashCode()).toString()); in getFactory() local77 if (soFactory == null) { in getFactory()78 soFactory = new SOfficeFactory(xMSF); in getFactory()79 lookup.put(new Integer(xMSF.hashCode()).toString(), soFactory); in getFactory()82 return soFactory; in getFactory()
Completed in 12 milliseconds