Home
last modified time | relevance | path

Searched refs:xInstantiatedService (Results 1 – 1 of 1) sorted by relevance

/trunk/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/
H A DOneInstanceFactory.java48 XInterface xInstantiatedService; field in OneInstanceFactory
61 xInstantiatedService = null; in OneInstanceFactory()
71 if (xInstantiatedService == null) in createInstance()
76 xInstantiatedService = (XInterface) aCtor[0].newInstance( (Object[])null ); in createInstance()
98 return xInstantiatedService; in createInstance()
105 if (xInstantiatedService == null) in createInstanceWithArguments()
112 return xInstantiatedService; in createInstanceWithArguments()

Completed in 6 milliseconds