com.artofsolving.jodconverter.openoffice.connection
Class PipeOpenOfficeConnection

java.lang.Object
  extended by com.artofsolving.jodconverter.openoffice.connection.AbstractOpenOfficeConnection
      extended by com.artofsolving.jodconverter.openoffice.connection.PipeOpenOfficeConnection
All Implemented Interfaces:
OpenOfficeConnection, com.sun.star.lang.XEventListener, com.sun.star.uno.XInterface, java.util.EventListener

public class PipeOpenOfficeConnection
extends AbstractOpenOfficeConnection

OpenOffice connection using a named pipe

Warning! This requires the sal3 native library shipped with OpenOffice.org; it must be made available via the java.library.path parameter, e.g.

   java -Djava.library.path=/opt/openoffice.org/program my.App
 


Field Summary
static java.lang.String DEFAULT_PIPE_NAME
           
 
Fields inherited from class com.artofsolving.jodconverter.openoffice.connection.AbstractOpenOfficeConnection
logger
 
Fields inherited from interface com.sun.star.lang.XEventListener
UNOTYPEINFO
 
Constructor Summary
PipeOpenOfficeConnection()
           
PipeOpenOfficeConnection(java.lang.String pipeName)
           
 
Method Summary
 
Methods inherited from class com.artofsolving.jodconverter.openoffice.connection.AbstractOpenOfficeConnection
connect, disconnect, disposing, getDesktop, getFileContentProvider, isConnected
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_PIPE_NAME

public static final java.lang.String DEFAULT_PIPE_NAME
See Also:
Constant Field Values
Constructor Detail

PipeOpenOfficeConnection

public PipeOpenOfficeConnection()

PipeOpenOfficeConnection

public PipeOpenOfficeConnection(java.lang.String pipeName)


Copyright © 2003-2007 Art of Solving. All Rights Reserved.