StarOffice 5.2 API
reverse engineered by classdoc

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

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

public synchronized class socketAcceptor
extends java.lang.Object
implements com.sun.star.connection.XAcceptor


Field Summary
static boolean DEBUG
           
protected  int _backlog
           
protected  java.lang.String _description
           
protected  java.lang.String _hostname
           
protected  int _port
           
protected  java.net.ServerSocket _serverSocket
           
 
Fields inherited from interface com.sun.star.connection.XAcceptor
UIK, UNORUNTIMEDATA, UNOTYPEINFO
 
Constructor Summary
socketAcceptor()
           
 
Method Summary
 com.sun.star.connection.XConnection accept(java.lang.String s)
           
 void stopAccepting()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEBUG

public static final boolean DEBUG

_backlog

protected int _backlog

_description

protected java.lang.String _description

_hostname

protected java.lang.String _hostname

_port

protected int _port

_serverSocket

protected java.net.ServerSocket _serverSocket
Constructor Detail

socketAcceptor

public socketAcceptor()
Method Detail

accept

public com.sun.star.connection.XConnection accept(java.lang.String s)
                                           throws com.sun.star.connection.AlreadyAcceptingException,
                                                  com.sun.star.connection.ConnectionSetupException,
                                                  com.sun.star.lang.IllegalArgumentException,
                                                  com.sun.star.uno.RuntimeException
Specified by:
accept in interface com.sun.star.connection.XAcceptor

stopAccepting

public void stopAccepting()
                   throws com.sun.star.uno.RuntimeException
Specified by:
stopAccepting in interface com.sun.star.connection.XAcceptor

StarOffice 5.2 API
reverse engineered by classdoc