当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 common API Documentation 英文版文档
QueuedClientSocketFactory (JBoss/Common API) - JBoss 4.0.1 sp1 common API Documentation 英文版文档
org.jboss.net.sockets
Class QueuedClientSocketFactory
java.lang.Object
org.jboss.net.sockets.QueuedClientSocketFactory
- All Implemented Interfaces:
- Externalizable, RMIClientSocketFactory, Serializable
- public class QueuedClientSocketFactory
- extends Object
- implements RMIClientSocketFactory, Externalizable
- Version:
- $Revision: 1.2 $
- Author:
- Scott.Stark@jboss.org
- See Also:
- Serialized Form
QueuedClientSocketFactory
public QueuedClientSocketFactory()
QueuedClientSocketFactory
public QueuedClientSocketFactory(long nPermits)
createSocket
public Socket createSocket(String host,
int port)
throws IOException
- Create a server socket on the specified port (port 0 indicates
an anonymous port).
- Specified by:
createSocket
in interface RMIClientSocketFactory
- Parameters:
port
- the port number
- Returns:
- the server socket on the specified port
- Throws:
IOException
- if an I/O error occurs during server socket
creation- Since:
- 1.2
equals
public boolean equals(Object obj)
hashCode
public int hashCode()
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Specified by:
writeExternal
in interface Externalizable
- Throws:
IOException
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Specified by:
readExternal
in interface Externalizable
- Throws:
IOException
ClassNotFoundException
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.