com.artofsolving.jodconverter.openoffice.connection
Interface OpenOfficeConnection

All Known Implementing Classes:
AbstractOpenOfficeConnection, PipeOpenOfficeConnection, SocketOpenOfficeConnection

public interface OpenOfficeConnection

A UNO remote protocol connection to a listening OpenOffice.org instance


Method Summary
 void connect()
           
 void disconnect()
           
 com.sun.star.frame.XComponentLoader getDesktop()
           
 com.sun.star.ucb.XFileIdentifierConverter getFileContentProvider()
           
 boolean isConnected()
           
 

Method Detail

connect

void connect()
             throws java.net.ConnectException
Throws:
java.net.ConnectException

disconnect

void disconnect()

isConnected

boolean isConnected()

getDesktop

com.sun.star.frame.XComponentLoader getDesktop()
Returns:
the com.sun.star.frame.Desktop service

getFileContentProvider

com.sun.star.ucb.XFileIdentifierConverter getFileContentProvider()
Returns:
the com.sun.star.ucb.FileContentProvider service


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