net.sf.jooreports.openoffice.connection
Class SocketOpenOfficeConnection

java.lang.Object
  extended bynet.sf.jooreports.openoffice.connection.AbstractOpenOfficeConnection
      extended bynet.sf.jooreports.openoffice.connection.SocketOpenOfficeConnection
All Implemented Interfaces:
EventListener, OpenOfficeConnection, com.sun.star.lang.XEventListener, com.sun.star.uno.XInterface

public class SocketOpenOfficeConnection
extends AbstractOpenOfficeConnection


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

Field Detail

DEFAULT_HOST

public static final 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(String host,
                                  int port)