Class SocketOpenOfficeConnection
java.lang.Object
com.artofsolving.jodconverter.openoffice.connection.AbstractOpenOfficeConnection
com.artofsolving.jodconverter.openoffice.connection.SocketOpenOfficeConnection
- All Implemented Interfaces:
OpenOfficeConnection
,com.sun.star.lang.XEventListener
,com.sun.star.uno.XInterface
,EventListener
-
Field Summary
FieldsFields inherited from class com.artofsolving.jodconverter.openoffice.connection.AbstractOpenOfficeConnection
logger
Fields inherited from interface com.sun.star.lang.XEventListener
UNOTYPEINFO
-
Constructor Summary
ConstructorsConstructorDescriptionSocketOpenOfficeConnection
(int port) SocketOpenOfficeConnection
(String host, int port) -
Method Summary
Methods inherited from class com.artofsolving.jodconverter.openoffice.connection.AbstractOpenOfficeConnection
connect, disconnect, disposing, getBridge, getComponentContext, getDesktop, getFileContentProvider, getRemoteServiceManager, isConnected
-
Field Details
-
DEFAULT_HOST
- See Also:
-
DEFAULT_PORT
public static final int DEFAULT_PORT- See Also:
-
-
Constructor Details
-
SocketOpenOfficeConnection
public SocketOpenOfficeConnection() -
SocketOpenOfficeConnection
public SocketOpenOfficeConnection(int port) -
SocketOpenOfficeConnection
-