net.sf.jooreports.openoffice.connection
Interface OpenOfficeConnection

All Known Implementing Classes:
AbstractOpenOfficeConnection

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

public void connect()
             throws ConnectException
Throws:
ConnectException

disconnect

public void disconnect()

isConnected

public boolean isConnected()

getDesktop

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

getFileContentProvider

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