com.artofsolving.jodconverter.openoffice.connection
Class SocketOpenOfficeConnection

java.lang.Object
  extended by com.artofsolving.jodconverter.openoffice.connection.AbstractOpenOfficeConnection
      extended by com.artofsolving.jodconverter.openoffice.connection.SocketOpenOfficeConnection
All Implemented Interfaces:
OpenOfficeConnection, com.sun.star.lang.XEventListener, com.sun.star.uno.XInterface, java.util.EventListener

public class SocketOpenOfficeConnection
extends AbstractOpenOfficeConnection


Field Summary
static java.lang.String DEFAULT_HOST
           
static int DEFAULT_PORT
           
 
Fields inherited from class com.artofsolving.jodconverter.openoffice.connection.AbstractOpenOfficeConnection
logger
 
Fields inherited from interface com.sun.star.lang.XEventListener
UNOTYPEINFO
 
Constructor Summary
SocketOpenOfficeConnection()
           
SocketOpenOfficeConnection(int port)
           
SocketOpenOfficeConnection(java.lang.String host, int port)
           
 
Method Summary
 
Methods inherited from class com.artofsolving.jodconverter.openoffice.connection.AbstractOpenOfficeConnection
connect, disconnect, disposing, getDesktop, getFileContentProvider, isConnected
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_HOST

public static final java.lang.String DEFAULT_HOST
See Also:
Constant Field Values

DEFAULT_PORT

public static final int DEFAULT_PORT
See Also:
Constant Field Values
Constructor Detail

SocketOpenOfficeConnection

public SocketOpenOfficeConnection()

SocketOpenOfficeConnection

public SocketOpenOfficeConnection(int port)

SocketOpenOfficeConnection

public SocketOpenOfficeConnection(java.lang.String host,
                                  int port)


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