2010-10-14 08:30:07 +02:00
|
|
|
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
2012-06-14 14:15:17 +01:00
|
|
|
/*
|
|
|
|
* This file is part of the LibreOffice project.
|
|
|
|
*
|
|
|
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
*
|
|
|
|
* This file incorporates work covered by the following license notice:
|
|
|
|
*
|
|
|
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
|
|
|
* contributor license agreements. See the NOTICE file distributed
|
|
|
|
* with this work for additional information regarding copyright
|
|
|
|
* ownership. The ASF licenses this file to you under the Apache
|
|
|
|
* License, Version 2.0 (the "License"); you may not use this file
|
|
|
|
* except in compliance with the License. You may obtain a copy of
|
|
|
|
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
|
|
|
*/
|
2000-09-18 15:18:56 +00:00
|
|
|
|
|
|
|
#include <stdio.h>
|
|
|
|
|
2004-10-28 15:22:40 +00:00
|
|
|
#include "sal/main.h"
|
2000-09-18 15:18:56 +00:00
|
|
|
#include <osl/diagnose.h>
|
|
|
|
#include <osl/mutex.hxx>
|
|
|
|
#include <osl/conditn.hxx>
|
|
|
|
|
2001-05-28 14:31:06 +00:00
|
|
|
#include <rtl/process.h>
|
2000-09-18 15:18:56 +00:00
|
|
|
#include <rtl/string.h>
|
|
|
|
#include <rtl/strbuf.hxx>
|
|
|
|
#include <rtl/ustrbuf.hxx>
|
|
|
|
|
2001-05-10 12:05:49 +00:00
|
|
|
#include <cppuhelper/bootstrap.hxx>
|
2000-09-18 15:18:56 +00:00
|
|
|
#include <cppuhelper/implbase1.hxx>
|
|
|
|
|
|
|
|
#include <com/sun/star/lang/XMain.hpp>
|
|
|
|
#include <com/sun/star/lang/XInitialization.hpp>
|
|
|
|
#include <com/sun/star/lang/XComponent.hpp>
|
2012-12-19 18:32:51 +01:00
|
|
|
#include <com/sun/star/lang/XSingleComponentFactory.hpp>
|
2000-09-18 15:18:56 +00:00
|
|
|
#include <com/sun/star/lang/XSingleServiceFactory.hpp>
|
|
|
|
#include <com/sun/star/lang/XEventListener.hpp>
|
|
|
|
#include <com/sun/star/loader/XImplementationLoader.hpp>
|
|
|
|
#include <com/sun/star/registry/XRegistryKey.hpp>
|
2013-06-06 16:38:03 +02:00
|
|
|
#include <com/sun/star/connection/Acceptor.hpp>
|
2000-09-18 15:18:56 +00:00
|
|
|
#include <com/sun/star/connection/XConnection.hpp>
|
|
|
|
#include <com/sun/star/bridge/XBridgeFactory.hpp>
|
|
|
|
#include <com/sun/star/bridge/XBridge.hpp>
|
2001-08-17 12:09:50 +00:00
|
|
|
|
2000-09-18 15:18:56 +00:00
|
|
|
using namespace std;
|
|
|
|
using namespace osl;
|
|
|
|
using namespace cppu;
|
|
|
|
using namespace com::sun::star::uno;
|
|
|
|
using namespace com::sun::star::lang;
|
|
|
|
using namespace com::sun::star::loader;
|
|
|
|
using namespace com::sun::star::registry;
|
|
|
|
using namespace com::sun::star::connection;
|
|
|
|
using namespace com::sun::star::bridge;
|
|
|
|
using namespace com::sun::star::container;
|
|
|
|
|
|
|
|
namespace unoexe
|
|
|
|
{
|
|
|
|
|
2004-06-11 11:33:40 +00:00
|
|
|
static sal_Bool s_quiet = false;
|
|
|
|
|
2000-09-18 15:18:56 +00:00
|
|
|
static inline void out( const sal_Char * pText )
|
|
|
|
{
|
2004-06-11 11:33:40 +00:00
|
|
|
if (! s_quiet)
|
2010-11-03 15:41:00 +00:00
|
|
|
fprintf( stderr, "%s", pText );
|
2000-09-18 15:18:56 +00:00
|
|
|
}
|
2013-05-06 19:20:23 +02:00
|
|
|
|
2000-09-18 15:18:56 +00:00
|
|
|
static inline void out( const OUString & rText )
|
|
|
|
{
|
2004-06-11 11:33:40 +00:00
|
|
|
if (! s_quiet)
|
|
|
|
{
|
|
|
|
OString aText( OUStringToOString( rText, RTL_TEXTENCODING_ASCII_US ) );
|
2010-11-03 15:41:00 +00:00
|
|
|
fprintf( stderr, "%s", aText.getStr() );
|
2004-06-11 11:33:40 +00:00
|
|
|
}
|
2000-09-18 15:18:56 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
static const char arUsingText[] =
|
|
|
|
"\nusing:\n\n"
|
2004-06-11 11:33:40 +00:00
|
|
|
"uno [-c ComponentImplementationName -l LocationUrl | -s ServiceName]\n"
|
|
|
|
" [-u uno:(socket[,host=HostName][,port=nnn]|pipe[,name=PipeName]);<protocol>;Name\n"
|
2000-09-18 15:18:56 +00:00
|
|
|
" [--singleaccept] [--singleinstance]]\n"
|
2004-06-11 11:33:40 +00:00
|
|
|
" [--quiet]\n"
|
2000-09-18 15:18:56 +00:00
|
|
|
" [-- Argument1 Argument2 ...]\n";
|
|
|
|
|
2001-05-28 14:31:06 +00:00
|
|
|
static sal_Bool readOption( OUString * pValue, const sal_Char * pOpt,
|
2012-01-20 11:49:53 +01:00
|
|
|
sal_uInt32 * pnIndex, const OUString & aArg)
|
2000-09-18 15:18:56 +00:00
|
|
|
throw (RuntimeException)
|
|
|
|
{
|
2013-03-19 11:39:07 +01:00
|
|
|
const OUString dash("-");
|
2013-10-25 16:43:20 +02:00
|
|
|
if(!aArg.startsWith(dash))
|
2001-02-07 12:18:11 +00:00
|
|
|
return sal_False;
|
2000-09-18 15:18:56 +00:00
|
|
|
|
2001-05-28 14:31:06 +00:00
|
|
|
OUString aOpt = OUString::createFromAscii( pOpt );
|
2001-02-07 12:18:11 +00:00
|
|
|
|
|
|
|
if (aArg.getLength() < aOpt.getLength())
|
|
|
|
return sal_False;
|
|
|
|
|
2001-05-28 14:31:06 +00:00
|
|
|
if (aOpt.equalsIgnoreAsciiCase( aArg.copy(1) ))
|
2000-09-18 15:18:56 +00:00
|
|
|
{
|
2001-02-07 12:18:11 +00:00
|
|
|
// take next argument
|
|
|
|
++(*pnIndex);
|
2001-05-28 14:31:06 +00:00
|
|
|
|
|
|
|
rtl_getAppCommandArg(*pnIndex, &pValue->pData);
|
2012-01-20 11:49:53 +01:00
|
|
|
if (*pnIndex >= rtl_getAppCommandArgCount() || pValue->copy(1).equals(dash))
|
2000-09-18 15:18:56 +00:00
|
|
|
{
|
2013-10-22 21:58:03 +02:00
|
|
|
throw RuntimeException(
|
|
|
|
"incomplete option \"-" + aOpt + "\" given!",
|
|
|
|
Reference< XInterface >() );
|
2000-09-18 15:18:56 +00:00
|
|
|
}
|
2001-02-07 12:18:11 +00:00
|
|
|
else
|
2000-09-18 15:18:56 +00:00
|
|
|
{
|
2003-04-15 15:44:12 +00:00
|
|
|
#if OSL_DEBUG_LEVEL > 1
|
2001-02-07 12:18:11 +00:00
|
|
|
out( "\n> identified option -" );
|
|
|
|
out( pOpt );
|
|
|
|
out( " = " );
|
2001-05-28 14:31:06 +00:00
|
|
|
OString tmp = OUStringToOString(aArg, RTL_TEXTENCODING_ASCII_US);
|
|
|
|
out( tmp.getStr() );
|
2001-02-07 12:18:11 +00:00
|
|
|
#endif
|
|
|
|
++(*pnIndex);
|
|
|
|
return sal_True;
|
2000-09-18 15:18:56 +00:00
|
|
|
}
|
2001-02-07 12:18:11 +00:00
|
|
|
}
|
2001-05-28 14:31:06 +00:00
|
|
|
else if (aArg.indexOf(aOpt) == 1)
|
2001-02-07 12:18:11 +00:00
|
|
|
{
|
2001-05-28 14:31:06 +00:00
|
|
|
*pValue = aArg.copy(1 + aOpt.getLength());
|
2003-04-15 15:44:12 +00:00
|
|
|
#if OSL_DEBUG_LEVEL > 1
|
2001-02-07 12:18:11 +00:00
|
|
|
out( "\n> identified option -" );
|
|
|
|
out( pOpt );
|
|
|
|
out( " = " );
|
2001-05-28 14:31:06 +00:00
|
|
|
OString tmp = OUStringToOString(aArg.copy(aOpt.getLength()), RTL_TEXTENCODING_ASCII_US);
|
|
|
|
out( tmp.getStr() );
|
2001-02-07 12:18:11 +00:00
|
|
|
#endif
|
2000-09-18 15:18:56 +00:00
|
|
|
++(*pnIndex);
|
2001-05-28 14:31:06 +00:00
|
|
|
|
2000-09-18 15:18:56 +00:00
|
|
|
return sal_True;
|
|
|
|
}
|
|
|
|
return sal_False;
|
|
|
|
}
|
2013-05-06 19:20:23 +02:00
|
|
|
|
2000-09-18 15:18:56 +00:00
|
|
|
static sal_Bool readOption( sal_Bool * pbOpt, const sal_Char * pOpt,
|
2012-01-20 11:49:53 +01:00
|
|
|
sal_uInt32 * pnIndex, const OUString & aArg)
|
2000-09-18 15:18:56 +00:00
|
|
|
{
|
2013-03-19 11:39:07 +01:00
|
|
|
const OUString dashdash("--");
|
2001-05-28 14:31:06 +00:00
|
|
|
OUString aOpt = OUString::createFromAscii(pOpt);
|
|
|
|
|
2013-10-25 16:43:20 +02:00
|
|
|
if(aArg.startsWith(dashdash) && aOpt.equals(aArg.copy(2)))
|
2000-09-18 15:18:56 +00:00
|
|
|
{
|
|
|
|
++(*pnIndex);
|
|
|
|
*pbOpt = sal_True;
|
2003-04-15 15:44:12 +00:00
|
|
|
#if OSL_DEBUG_LEVEL > 1
|
2001-02-07 12:18:11 +00:00
|
|
|
out( "\n> identified option --" );
|
|
|
|
out( pOpt );
|
|
|
|
#endif
|
2000-09-18 15:18:56 +00:00
|
|
|
return sal_True;
|
|
|
|
}
|
|
|
|
return sal_False;
|
|
|
|
}
|
|
|
|
|
|
|
|
template< class T >
|
2001-03-12 17:57:50 +00:00
|
|
|
void createInstance(
|
|
|
|
Reference< T > & rxOut,
|
2001-05-10 12:05:49 +00:00
|
|
|
const Reference< XComponentContext > & xContext,
|
2001-03-12 17:57:50 +00:00
|
|
|
const OUString & rServiceName )
|
2000-09-18 15:18:56 +00:00
|
|
|
throw (Exception)
|
|
|
|
{
|
2001-05-10 12:05:49 +00:00
|
|
|
Reference< XMultiComponentFactory > xMgr( xContext->getServiceManager() );
|
|
|
|
Reference< XInterface > x( xMgr->createInstanceWithContext( rServiceName, xContext ) );
|
2000-09-18 15:18:56 +00:00
|
|
|
|
|
|
|
if (! x.is())
|
|
|
|
{
|
2013-10-22 21:58:03 +02:00
|
|
|
throw RuntimeException(
|
|
|
|
"cannot get service instance \"" + rServiceName + "\"!",
|
|
|
|
Reference< XInterface >() );
|
2000-09-18 15:18:56 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
rxOut = Reference< T >::query( x );
|
|
|
|
if (! rxOut.is())
|
|
|
|
{
|
|
|
|
const Type & rType = ::getCppuType( (const Reference< T > *)0 );
|
2013-10-22 21:58:03 +02:00
|
|
|
throw RuntimeException(
|
|
|
|
"service instance \"" + rServiceName +
|
|
|
|
"\" does not support demanded interface \"" +
|
|
|
|
rType.getTypeName() + "\"!",
|
|
|
|
Reference< XInterface >() );
|
2000-09-18 15:18:56 +00:00
|
|
|
}
|
|
|
|
}
|
2013-05-06 19:20:23 +02:00
|
|
|
|
2000-09-18 15:18:56 +00:00
|
|
|
static Reference< XInterface > loadComponent(
|
2001-05-10 12:05:49 +00:00
|
|
|
const Reference< XComponentContext > & xContext,
|
2000-09-18 15:18:56 +00:00
|
|
|
const OUString & rImplName, const OUString & rLocation )
|
|
|
|
throw (Exception)
|
|
|
|
{
|
|
|
|
// determine loader to be used
|
|
|
|
sal_Int32 nDot = rLocation.lastIndexOf( '.' );
|
|
|
|
if (nDot > 0 && nDot < rLocation.getLength())
|
|
|
|
{
|
|
|
|
Reference< XImplementationLoader > xLoader;
|
|
|
|
|
|
|
|
OUString aExt( rLocation.copy( nDot +1 ) );
|
|
|
|
|
2013-11-05 14:39:55 +02:00
|
|
|
if (aExt.equalsAscii( "dll" ) ||
|
|
|
|
aExt.equalsAscii( "exe" ) ||
|
|
|
|
aExt.equalsAscii( "dylib" ) ||
|
|
|
|
aExt.equalsAscii( "so" ) )
|
2000-09-18 15:18:56 +00:00
|
|
|
{
|
|
|
|
createInstance(
|
2013-03-19 09:22:44 +01:00
|
|
|
xLoader, xContext, OUString("com.sun.star.loader.SharedLibrary") );
|
2000-09-18 15:18:56 +00:00
|
|
|
}
|
2013-11-05 14:39:55 +02:00
|
|
|
else if (aExt.equalsAscii( "jar" ) ||
|
|
|
|
aExt.equalsAscii( "class" ) )
|
2000-09-18 15:18:56 +00:00
|
|
|
{
|
|
|
|
createInstance(
|
2013-03-19 09:22:44 +01:00
|
|
|
xLoader, xContext, OUString("com.sun.star.loader.Java") );
|
2000-09-18 15:18:56 +00:00
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
2013-10-22 21:58:03 +02:00
|
|
|
throw RuntimeException(
|
|
|
|
"unknown extension of \"" + rLocation + "\"! No loader available!",
|
|
|
|
Reference< XInterface >() );
|
2000-09-18 15:18:56 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
Reference< XInterface > xInstance;
|
|
|
|
|
|
|
|
// activate
|
2001-05-10 12:05:49 +00:00
|
|
|
Reference< XInterface > xFactory( xLoader->activate(
|
|
|
|
rImplName, OUString(), rLocation, Reference< XRegistryKey >() ) );
|
2000-09-18 15:18:56 +00:00
|
|
|
if (xFactory.is())
|
2001-05-10 12:05:49 +00:00
|
|
|
{
|
|
|
|
Reference< XSingleComponentFactory > xCFac( xFactory, UNO_QUERY );
|
|
|
|
if (xCFac.is())
|
|
|
|
{
|
|
|
|
xInstance = xCFac->createInstanceWithContext( xContext );
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
Reference< XSingleServiceFactory > xSFac( xFactory, UNO_QUERY );
|
|
|
|
if (xSFac.is())
|
|
|
|
{
|
|
|
|
out( "\n> warning: ignroing context for implementation \"" );
|
|
|
|
out( rImplName );
|
|
|
|
out( "\"!" );
|
|
|
|
xInstance = xSFac->createInstance();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2000-09-18 15:18:56 +00:00
|
|
|
|
|
|
|
if (! xInstance.is())
|
|
|
|
{
|
2013-10-22 21:58:03 +02:00
|
|
|
throw RuntimeException(
|
|
|
|
"activating component \"" + rImplName + "\" from location \"" + rLocation + "\" failed!",
|
|
|
|
Reference< XInterface >() );
|
2000-09-18 15:18:56 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
return xInstance;
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
2013-10-22 21:58:03 +02:00
|
|
|
throw RuntimeException(
|
|
|
|
"location \"" + rLocation + "\" has no extension! Cannot determine loader to be used!",
|
|
|
|
Reference< XInterface >() );
|
2000-09-18 15:18:56 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
class OInstanceProvider
|
|
|
|
: public WeakImplHelper1< XInstanceProvider >
|
|
|
|
{
|
2001-05-10 12:05:49 +00:00
|
|
|
Reference< XComponentContext > _xContext;
|
2000-09-18 15:18:56 +00:00
|
|
|
|
|
|
|
Mutex _aSingleInstanceMutex;
|
|
|
|
Reference< XInterface > _xSingleInstance;
|
|
|
|
sal_Bool _bSingleInstance;
|
|
|
|
|
|
|
|
OUString _aImplName;
|
|
|
|
OUString _aLocation;
|
|
|
|
OUString _aServiceName;
|
|
|
|
Sequence< Any > _aInitParams;
|
|
|
|
|
|
|
|
OUString _aInstanceName;
|
|
|
|
|
|
|
|
inline Reference< XInterface > createInstance() throw (Exception);
|
|
|
|
|
|
|
|
public:
|
2001-05-10 12:05:49 +00:00
|
|
|
OInstanceProvider( const Reference< XComponentContext > & xContext,
|
2000-09-18 15:18:56 +00:00
|
|
|
const OUString & rImplName, const OUString & rLocation,
|
|
|
|
const OUString & rServiceName, const Sequence< Any > & rInitParams,
|
|
|
|
sal_Bool bSingleInstance, const OUString & rInstanceName )
|
2001-05-10 12:05:49 +00:00
|
|
|
: _xContext( xContext )
|
2000-09-18 15:18:56 +00:00
|
|
|
, _bSingleInstance( bSingleInstance )
|
|
|
|
, _aImplName( rImplName )
|
|
|
|
, _aLocation( rLocation )
|
|
|
|
, _aServiceName( rServiceName )
|
2000-11-02 12:58:02 +00:00
|
|
|
, _aInitParams( rInitParams )
|
2000-09-18 15:18:56 +00:00
|
|
|
, _aInstanceName( rInstanceName )
|
|
|
|
{}
|
|
|
|
|
|
|
|
// XInstanceProvider
|
|
|
|
virtual Reference< XInterface > SAL_CALL getInstance( const OUString & rName )
|
2014-02-25 21:31:58 +01:00
|
|
|
throw (NoSuchElementException, RuntimeException, std::exception);
|
2000-09-18 15:18:56 +00:00
|
|
|
};
|
2013-05-06 19:20:23 +02:00
|
|
|
|
2000-09-18 15:18:56 +00:00
|
|
|
inline Reference< XInterface > OInstanceProvider::createInstance()
|
|
|
|
throw (Exception)
|
|
|
|
{
|
|
|
|
Reference< XInterface > xRet;
|
2011-12-15 17:29:53 -02:00
|
|
|
if (!_aImplName.isEmpty()) // manually via loader
|
2001-05-10 12:05:49 +00:00
|
|
|
xRet = loadComponent( _xContext, _aImplName, _aLocation );
|
2000-09-18 15:18:56 +00:00
|
|
|
else // via service manager
|
2001-05-10 12:05:49 +00:00
|
|
|
unoexe::createInstance( xRet, _xContext, _aServiceName );
|
2000-09-18 15:18:56 +00:00
|
|
|
|
|
|
|
// opt XInit
|
|
|
|
Reference< XInitialization > xInit( xRet, UNO_QUERY );
|
|
|
|
if (xInit.is())
|
|
|
|
xInit->initialize( _aInitParams );
|
|
|
|
|
|
|
|
return xRet;
|
|
|
|
}
|
2013-05-06 19:20:23 +02:00
|
|
|
|
2000-09-18 15:18:56 +00:00
|
|
|
Reference< XInterface > OInstanceProvider::getInstance( const OUString & rName )
|
2014-02-25 21:31:58 +01:00
|
|
|
throw (NoSuchElementException, RuntimeException, std::exception)
|
2000-09-18 15:18:56 +00:00
|
|
|
{
|
|
|
|
try
|
|
|
|
{
|
|
|
|
if (_aInstanceName == rName)
|
|
|
|
{
|
|
|
|
Reference< XInterface > xRet;
|
|
|
|
|
2011-12-15 17:29:53 -02:00
|
|
|
if (_aImplName.isEmpty() && _aServiceName.isEmpty())
|
2004-06-11 11:33:40 +00:00
|
|
|
{
|
2012-04-06 19:49:53 +02:00
|
|
|
OSL_ASSERT( rName == "uno.ComponentContext" );
|
2004-06-11 11:33:40 +00:00
|
|
|
xRet = _xContext;
|
|
|
|
}
|
|
|
|
else if (_bSingleInstance)
|
2000-09-18 15:18:56 +00:00
|
|
|
{
|
|
|
|
if (! _xSingleInstance.is())
|
|
|
|
{
|
|
|
|
MutexGuard aGuard( _aSingleInstanceMutex );
|
|
|
|
if (! _xSingleInstance.is())
|
|
|
|
{
|
|
|
|
_xSingleInstance = createInstance();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
xRet = _xSingleInstance;
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
xRet = createInstance();
|
|
|
|
}
|
|
|
|
|
|
|
|
return xRet;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
catch (Exception & rExc)
|
|
|
|
{
|
|
|
|
out( "\n> error: " );
|
|
|
|
out( rExc.Message );
|
|
|
|
}
|
2013-10-22 21:58:03 +02:00
|
|
|
throw NoSuchElementException(
|
|
|
|
"no such element \"" + rName + "\"!",
|
|
|
|
Reference< XInterface >() );
|
2000-09-18 15:18:56 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
struct ODisposingListener : public WeakImplHelper1< XEventListener >
|
|
|
|
{
|
|
|
|
Condition cDisposed;
|
|
|
|
|
|
|
|
// XEventListener
|
|
|
|
virtual void SAL_CALL disposing( const EventObject & rEvt )
|
2014-02-25 21:31:58 +01:00
|
|
|
throw (RuntimeException, std::exception);
|
2000-09-18 15:18:56 +00:00
|
|
|
|
|
|
|
static void waitFor( const Reference< XComponent > & xComp );
|
|
|
|
};
|
2013-05-06 19:20:23 +02:00
|
|
|
|
2006-06-19 20:56:15 +00:00
|
|
|
void ODisposingListener::disposing( const EventObject & )
|
2014-02-25 21:31:58 +01:00
|
|
|
throw (RuntimeException, std::exception)
|
2000-09-18 15:18:56 +00:00
|
|
|
{
|
|
|
|
cDisposed.set();
|
|
|
|
}
|
2013-05-06 19:20:23 +02:00
|
|
|
|
2000-09-18 15:18:56 +00:00
|
|
|
void ODisposingListener::waitFor( const Reference< XComponent > & xComp )
|
|
|
|
{
|
|
|
|
ODisposingListener * pListener = new ODisposingListener();
|
|
|
|
Reference< XEventListener > xListener( pListener );
|
|
|
|
|
|
|
|
xComp->addEventListener( xListener );
|
|
|
|
pListener->cDisposed.wait();
|
|
|
|
}
|
|
|
|
|
2004-10-28 15:22:40 +00:00
|
|
|
} // namespace unoexe
|
2000-09-18 15:18:56 +00:00
|
|
|
|
2004-10-28 15:22:40 +00:00
|
|
|
using namespace unoexe;
|
|
|
|
|
2012-01-20 11:49:53 +01:00
|
|
|
SAL_IMPLEMENT_MAIN()
|
2000-09-18 15:18:56 +00:00
|
|
|
{
|
2012-01-20 11:49:53 +01:00
|
|
|
sal_uInt32 nCount = rtl_getAppCommandArgCount();
|
|
|
|
if (nCount == 0)
|
2000-09-18 15:18:56 +00:00
|
|
|
{
|
|
|
|
out( arUsingText );
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
sal_Int32 nRet = 0;
|
2001-05-10 12:05:49 +00:00
|
|
|
Reference< XComponentContext > xContext;
|
2000-09-18 15:18:56 +00:00
|
|
|
|
2001-05-28 14:31:06 +00:00
|
|
|
|
2000-09-18 15:18:56 +00:00
|
|
|
try
|
|
|
|
{
|
|
|
|
OUString aImplName, aLocation, aServiceName, aUnoUrl;
|
|
|
|
Sequence< OUString > aParams;
|
|
|
|
sal_Bool bSingleAccept = sal_False;
|
|
|
|
sal_Bool bSingleInstance = sal_False;
|
|
|
|
|
2013-05-06 19:20:23 +02:00
|
|
|
// read command line arguments
|
2000-09-18 15:18:56 +00:00
|
|
|
|
2012-01-20 11:49:53 +01:00
|
|
|
sal_uInt32 nPos = 0;
|
2000-09-18 15:18:56 +00:00
|
|
|
// read up to arguments
|
2001-06-29 07:59:01 +00:00
|
|
|
while (nPos < nCount)
|
2000-09-18 15:18:56 +00:00
|
|
|
{
|
2001-05-28 14:31:06 +00:00
|
|
|
OUString arg;
|
|
|
|
|
|
|
|
rtl_getAppCommandArg(nPos, &arg.pData);
|
|
|
|
|
2013-03-19 11:39:07 +01:00
|
|
|
const OUString dashdash("--");
|
2001-05-28 14:31:06 +00:00
|
|
|
if (dashdash == arg)
|
2000-09-18 15:18:56 +00:00
|
|
|
{
|
|
|
|
++nPos;
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
|
2012-12-19 18:32:51 +01:00
|
|
|
if (!(readOption( &aImplName, "c", &nPos, arg) ||
|
|
|
|
readOption( &aLocation, "l", &nPos, arg) ||
|
|
|
|
readOption( &aServiceName, "s", &nPos, arg) ||
|
|
|
|
readOption( &aUnoUrl, "u", &nPos, arg) ||
|
|
|
|
readOption( &s_quiet, "quiet", &nPos, arg) ||
|
|
|
|
readOption( &bSingleAccept, "singleaccept", &nPos, arg) ||
|
|
|
|
readOption( &bSingleInstance, "singleinstance", &nPos, arg)))
|
2001-02-07 12:18:11 +00:00
|
|
|
{
|
|
|
|
throw RuntimeException(
|
2012-12-19 18:32:51 +01:00
|
|
|
"unexpected argument \"" + arg + "\"",
|
2001-02-07 12:18:11 +00:00
|
|
|
Reference< XInterface >() );
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2011-12-15 17:29:53 -02:00
|
|
|
if (!(aImplName.isEmpty() || aServiceName.isEmpty()))
|
2013-06-29 21:24:12 +02:00
|
|
|
throw RuntimeException("give component exOR service name!", Reference< XInterface >() );
|
2011-12-15 17:29:53 -02:00
|
|
|
if (aImplName.isEmpty() && aServiceName.isEmpty())
|
2004-06-11 11:33:40 +00:00
|
|
|
{
|
2013-10-22 21:58:03 +02:00
|
|
|
if (! aUnoUrl.endsWithIgnoreAsciiCase( ";uno.ComponentContext" ))
|
2004-06-11 11:33:40 +00:00
|
|
|
throw RuntimeException(
|
2013-05-06 19:17:14 +02:00
|
|
|
OUString("expected UNO-URL with instance name uno.ComponentContext!" ),
|
2004-06-11 11:33:40 +00:00
|
|
|
Reference<XInterface>() );
|
|
|
|
if (bSingleInstance)
|
|
|
|
throw RuntimeException(
|
2013-05-06 19:17:14 +02:00
|
|
|
OUString("unexpected option --singleinstance!"),
|
2004-06-11 11:33:40 +00:00
|
|
|
Reference<XInterface>() );
|
|
|
|
}
|
2011-12-15 17:29:53 -02:00
|
|
|
if (!aImplName.isEmpty() && aLocation.isEmpty())
|
2013-06-29 21:24:12 +02:00
|
|
|
throw RuntimeException("give component location!", Reference< XInterface >() );
|
2011-12-15 17:29:53 -02:00
|
|
|
if (!aServiceName.isEmpty() && !aLocation.isEmpty())
|
2000-09-18 15:18:56 +00:00
|
|
|
out( "\n> warning: service name given, will ignore location!" );
|
|
|
|
|
|
|
|
// read component params
|
2001-06-29 07:59:01 +00:00
|
|
|
aParams.realloc( nCount - nPos );
|
2000-09-18 15:18:56 +00:00
|
|
|
OUString * pParams = aParams.getArray();
|
|
|
|
|
2012-01-20 11:49:53 +01:00
|
|
|
sal_uInt32 nOffset = nPos;
|
2001-06-29 07:59:01 +00:00
|
|
|
for ( ; nPos < nCount; ++nPos )
|
2000-09-18 15:18:56 +00:00
|
|
|
{
|
2012-12-19 18:32:51 +01:00
|
|
|
rtl_getAppCommandArg( nPos, &pParams[nPos -nOffset].pData );
|
2000-09-18 15:18:56 +00:00
|
|
|
}
|
|
|
|
|
2012-12-19 18:32:51 +01:00
|
|
|
xContext = defaultBootstrap_InitialComponentContext();
|
2000-09-18 15:18:56 +00:00
|
|
|
|
2013-05-06 19:20:23 +02:00
|
|
|
// accept, instanciate, etc.
|
2000-09-18 15:18:56 +00:00
|
|
|
|
2011-12-15 17:29:53 -02:00
|
|
|
if (!aUnoUrl.isEmpty()) // accepting connections
|
2000-09-18 15:18:56 +00:00
|
|
|
{
|
2001-05-11 07:30:13 +00:00
|
|
|
sal_Int32 nIndex = 0, nTokens = 0;
|
|
|
|
do { aUnoUrl.getToken( 0, ';', nIndex ); nTokens++; } while( nIndex != -1 );
|
|
|
|
if (nTokens != 3 || aUnoUrl.getLength() < 10 ||
|
2013-11-21 14:27:06 +02:00
|
|
|
!aUnoUrl.copy( 0, 4 ).equalsIgnoreAsciiCase( "uno:" ))
|
2000-09-18 15:18:56 +00:00
|
|
|
{
|
2013-06-29 21:24:12 +02:00
|
|
|
throw RuntimeException("illegal uno url given!", Reference< XInterface >() );
|
2000-09-18 15:18:56 +00:00
|
|
|
}
|
2001-05-11 07:30:13 +00:00
|
|
|
nIndex = 0;
|
|
|
|
OUString aConnectDescr( aUnoUrl.getToken( 0, ';', nIndex ).copy( 4 ) ); // uno:CONNECTDESCR;iiop;InstanceName
|
|
|
|
OUString aInstanceName( aUnoUrl.getToken( 1, ';', nIndex ) );
|
2000-09-18 15:18:56 +00:00
|
|
|
|
2013-06-06 16:38:03 +02:00
|
|
|
Reference< XAcceptor > xAcceptor = Acceptor::create(xContext);
|
2000-09-18 15:18:56 +00:00
|
|
|
|
|
|
|
// init params
|
|
|
|
Sequence< Any > aInitParams( aParams.getLength() );
|
2006-06-19 20:56:15 +00:00
|
|
|
const OUString * p = aParams.getConstArray();
|
2000-09-18 15:18:56 +00:00
|
|
|
Any * pInitParams = aInitParams.getArray();
|
2006-06-19 20:56:15 +00:00
|
|
|
for ( sal_Int32 i = aParams.getLength(); i--; )
|
2000-09-18 15:18:56 +00:00
|
|
|
{
|
2006-06-19 20:56:15 +00:00
|
|
|
pInitParams[i] = makeAny( p[i] );
|
2000-09-18 15:18:56 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
// instance provider
|
|
|
|
Reference< XInstanceProvider > xInstanceProvider( new OInstanceProvider(
|
2001-05-10 12:05:49 +00:00
|
|
|
xContext, aImplName, aLocation, aServiceName, aInitParams,
|
2000-09-18 15:18:56 +00:00
|
|
|
bSingleInstance, aInstanceName ) );
|
|
|
|
|
2001-05-11 07:30:13 +00:00
|
|
|
nIndex = 0;
|
|
|
|
OUString aUnoUrlToken( aUnoUrl.getToken( 1, ';', nIndex ) );
|
2000-09-18 15:18:56 +00:00
|
|
|
for (;;)
|
|
|
|
{
|
|
|
|
// accepting
|
|
|
|
out( "\n> accepting " );
|
|
|
|
out( aConnectDescr );
|
|
|
|
out( "..." );
|
|
|
|
Reference< XConnection > xConnection( xAcceptor->accept( aConnectDescr ) );
|
|
|
|
out( "connection established." );
|
|
|
|
|
|
|
|
Reference< XBridgeFactory > xBridgeFactory;
|
|
|
|
createInstance(
|
2001-05-10 12:05:49 +00:00
|
|
|
xBridgeFactory, xContext,
|
2013-03-19 09:22:44 +01:00
|
|
|
OUString("com.sun.star.bridge.BridgeFactory") );
|
2000-09-18 15:18:56 +00:00
|
|
|
|
|
|
|
// bridge
|
|
|
|
Reference< XBridge > xBridge( xBridgeFactory->createBridge(
|
2001-05-11 07:30:13 +00:00
|
|
|
OUString(), aUnoUrlToken,
|
2000-09-18 15:18:56 +00:00
|
|
|
xConnection, xInstanceProvider ) );
|
|
|
|
|
|
|
|
if (bSingleAccept)
|
|
|
|
{
|
|
|
|
Reference< XComponent > xComp( xBridge, UNO_QUERY );
|
|
|
|
if (! xComp.is())
|
2013-05-06 16:32:22 +02:00
|
|
|
throw RuntimeException( OUString( "bridge factory does not export interface \"com.sun.star.lang.XComponent\"!" ), Reference< XInterface >() );
|
2000-09-18 15:18:56 +00:00
|
|
|
ODisposingListener::waitFor( xComp );
|
Better fix for ThreadPool/ORequestThread life cycle
This is a follow up to d015384e1d98fe77fd59339044f58efb1ab9fb25 "Fixed
ThreadPool (and dependent ORequestThread) life cycle" that still had some
problems:
* First, if Bridge::terminate was first entered from the reader or writer
thread, it would not join on that thread, so that thread could still be running
during exit.
That has been addressed by giving Bridge::dispose new semantics: It waits until
both Bridge::terminate has completed (even if that was called from a different
thread) and all spawned threads (reader, writer, ORequestThread workers) have
been joined. (This implies that Bridge::dispose must not be called from such a
thread, to avoid deadlock.)
* Second, if Bridge::terminate was first entered from an ORequestThread, the
call to uno_threadpool_dispose(0) to join on all such worker threads could
deadlock.
That has been addressed by making the last call to uno_threadpool_destroy wait
to join on all worker threads, and by calling uno_threadpool_destroy only from
the final Bridge::terminate (from Bridge::dispose), to avoid deadlock. (The
special semantics of uno_threadpool_dispose(0) are no longer needed and have
been removed, as they conflicted with the fix for the third problem below.)
* Third, once uno_threadpool_destroy had called uno_threadpool_dispose(0), the
ThreadAdmin singleton had been disposed, so no new remote bridges could
successfully be created afterwards.
That has been addressed by making ThreadAdmin a member of ThreadPool, and making
(only) those uno_ThreadPool handles with overlapping life spans share one
ThreadPool instance (which thus is no longer a singleton, either).
Additionally, ORequestThread has been made more robust (in the style of
salhelper::Thread) to avoid races.
Change-Id: I2cbd1b3f9aecc1bf4649e482d2c22b33b471788f
2012-05-23 09:42:37 +02:00
|
|
|
xComp->dispose();
|
|
|
|
// explicitly dispose the remote bridge so that it joins
|
|
|
|
// on all spawned threads before process exit (see
|
|
|
|
// binaryurp/source/bridge.cxx for details)
|
2000-09-18 15:18:56 +00:00
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else // no uno url
|
|
|
|
{
|
|
|
|
Reference< XInterface > xInstance;
|
2011-12-15 17:29:53 -02:00
|
|
|
if (!aImplName.isEmpty()) // manually via loader
|
2001-05-10 12:05:49 +00:00
|
|
|
xInstance = loadComponent( xContext, aImplName, aLocation );
|
2000-09-18 15:18:56 +00:00
|
|
|
else // via service manager
|
2001-05-10 12:05:49 +00:00
|
|
|
createInstance( xInstance, xContext, aServiceName );
|
2000-09-18 15:18:56 +00:00
|
|
|
|
|
|
|
// execution
|
|
|
|
Reference< XMain > xMain( xInstance, UNO_QUERY );
|
|
|
|
if (xMain.is())
|
|
|
|
{
|
|
|
|
nRet = xMain->run( aParams );
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
Reference< XComponent > xComp( xInstance, UNO_QUERY );
|
|
|
|
if (xComp.is())
|
|
|
|
xComp->dispose();
|
2013-05-06 16:32:22 +02:00
|
|
|
throw RuntimeException( OUString( "component does not export interface interface \"com.sun.star.lang.XMain\"!" ), Reference< XInterface >() );
|
2000-09-18 15:18:56 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
catch (Exception & rExc)
|
|
|
|
{
|
|
|
|
out( "\n> error: " );
|
|
|
|
out( rExc.Message );
|
|
|
|
out( "\n> dying..." );
|
|
|
|
nRet = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
// cleanup
|
2001-05-10 12:05:49 +00:00
|
|
|
Reference< XComponent > xComp( xContext, UNO_QUERY );
|
|
|
|
if (xComp.is())
|
|
|
|
xComp->dispose();
|
|
|
|
|
2013-02-01 14:10:20 +02:00
|
|
|
#if OSL_DEBUG_LEVEL > 1
|
2000-09-18 15:18:56 +00:00
|
|
|
out( "\n" );
|
2013-02-01 14:10:20 +02:00
|
|
|
#endif
|
2000-09-18 15:18:56 +00:00
|
|
|
return nRet;
|
|
|
|
}
|
|
|
|
|
2010-10-14 08:30:07 +02:00
|
|
|
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|