Searched refs:componentContext (Results 1 – 3 of 3) sorted by relevance
51 private XComponentContext componentContext; field in PostgresqlDriver62 public PostgresqlDriver(XComponentContext componentContext) { in PostgresqlDriver() argument63 this.componentContext = componentContext; in PostgresqlDriver()64 SharedResources.registerClient(componentContext); in PostgresqlDriver()75 componentContext = null; in postDisposing()117 … Object driverManagerObject = componentContext.getServiceManager().createInstanceWithContext( in connect()118 "com.sun.star.sdbc.DriverManager", componentContext); in connect()
52 private XComponentContext componentContext = null; field in UnoApp87 if (componentContext != null) { in start()89 componentContext.getServiceManager(); in start()104 …componentContext = (XComponentContext) UnoRuntime.queryInterface(XComponentContext.class, resolver… in start()105 componentFactory = componentContext.getServiceManager(); in start()141 componentContext = null; in close()154 return componentContext; in getComponentContext()
58 public JDBCDriver(XComponentContext componentContext) { in JDBCDriver() argument59 this.context = componentContext; in JDBCDriver()60 SharedResources.registerClient(componentContext); in JDBCDriver()
Completed in 17 milliseconds