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
Modifier and TypeMethodDescriptionvoid
connect()
void
com.sun.star.bridge.XBridge
com.sun.star.uno.XComponentContext
com.sun.star.frame.XComponentLoader
com.sun.star.ucb.XFileIdentifierConverter
com.sun.star.lang.XMultiComponentFactory
boolean
-
Method Details
-
connect
- Throws:
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
-
getBridge
com.sun.star.bridge.XBridge getBridge() -
getRemoteServiceManager
com.sun.star.lang.XMultiComponentFactory getRemoteServiceManager() -
getComponentContext
com.sun.star.uno.XComponentContext getComponentContext()
-