Save This Page
Home » jboss-5.0.0.CR1-src » org » jboss » net » sockets » [javadoc | source]
org.jboss.net.sockets
public class: QueuedClientSocketFactory [javadoc | source]
java.lang.Object
   org.jboss.net.sockets.QueuedClientSocketFactory

All Implemented Interfaces:
    RMIClientSocketFactory, Externalizable

Constructor:
 public QueuedClientSocketFactory() 
 public QueuedClientSocketFactory(long nPermits) 
Method from org.jboss.net.sockets.QueuedClientSocketFactory Summary:
createSocket,   equals,   hashCode,   readExternal,   writeExternal
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jboss.net.sockets.QueuedClientSocketFactory Detail:
 public Socket createSocket(String host,
    int port) throws IOException 
    Create a server socket on the specified port (port 0 indicates an anonymous port).
 public boolean equals(Object obj) 
 public int hashCode() 
 public  void readExternal(ObjectInput in) throws ClassNotFoundException, IOException 
 public  void writeExternal(ObjectOutput out) throws IOException