StarOffice 5.2 API
reverse engineered by classdoc

com.sun.star.lib.connections.socket
Class socketConnector

java.lang.Object
  |
  +--com.sun.star.lib.connections.socket.socketConnector
All Implemented Interfaces:
com.sun.star.connection.XConnector, com.sun.star.uno.XInterface

public synchronized class socketConnector
extends java.lang.Object
implements com.sun.star.connection.XConnector


Field Summary
protected  java.lang.String _description
           
protected  java.lang.String _hostname
           
protected  int _port
           
 
Fields inherited from interface com.sun.star.connection.XConnector
UIK, UNORUNTIMEDATA, UNOTYPEINFO
 
Constructor Summary
socketConnector()
           
 
Method Summary
 com.sun.star.connection.XConnection connect(java.lang.String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_description

protected java.lang.String _description

_hostname

protected java.lang.String _hostname

_port

protected int _port
Constructor Detail

socketConnector

public socketConnector()
Method Detail

connect

public com.sun.star.connection.XConnection connect(java.lang.String s)
                                            throws com.sun.star.connection.NoConnectException,
                                                   com.sun.star.connection.ConnectionSetupException,
                                                   com.sun.star.uno.RuntimeException
Specified by:
connect in interface com.sun.star.connection.XConnector

StarOffice 5.2 API
reverse engineered by classdoc