Interface OpenOfficeConnection
-
- All Known Implementing Classes:
AbstractOpenOfficeConnection,PipeOpenOfficeConnection,SocketOpenOfficeConnection
public interface OpenOfficeConnectionA UNO remote protocol connection to a listening OpenOffice.org instance
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconnect()voiddisconnect()com.sun.star.bridge.XBridgegetBridge()com.sun.star.uno.XComponentContextgetComponentContext()com.sun.star.frame.XComponentLoadergetDesktop()com.sun.star.ucb.XFileIdentifierConvertergetFileContentProvider()com.sun.star.lang.XMultiComponentFactorygetRemoteServiceManager()booleanisConnected()
-
-
-
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
-
getBridge
com.sun.star.bridge.XBridge getBridge()
-
getRemoteServiceManager
com.sun.star.lang.XMultiComponentFactory getRemoteServiceManager()
-
getComponentContext
com.sun.star.uno.XComponentContext getComponentContext()
-
-