org.jboss.jms.server.remoting
Class ServerSocketWrapper

java.lang.Object
  extended bySocketWrapper
      extended byorg.jboss.jms.client.remoting.ClientSocketWrapper
          extended byorg.jboss.jms.server.remoting.ServerSocketWrapper

public class ServerSocketWrapper
extends ClientSocketWrapper

Author:
Tom Elrod, Tim Fox $Id: ServerSocketWrapper.java 2324 2007-02-15 13:42:04Z timfox $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jboss.jms.client.remoting.ClientSocketWrapper
CLOSING
 
Constructor Summary
ServerSocketWrapper(java.net.Socket socket)
           
ServerSocketWrapper(java.net.Socket socket, java.util.Map metadata, java.lang.Integer timeout)
           
 
Method Summary
 void checkConnection()
           
 void close()
           
 java.lang.String toString()
           
 
Methods inherited from class org.jboss.jms.client.remoting.ClientSocketWrapper
checkOpenConnection, createInputStream, createOutputStream, createStreams, getInputStream, getOutputStream
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServerSocketWrapper

public ServerSocketWrapper(java.net.Socket socket)
                    throws java.lang.Exception

ServerSocketWrapper

public ServerSocketWrapper(java.net.Socket socket,
                           java.util.Map metadata,
                           java.lang.Integer timeout)
                    throws java.lang.Exception
Method Detail

close

public void close()
           throws java.io.IOException
Throws:
java.io.IOException

checkConnection

public void checkConnection()
                     throws java.io.IOException
Overrides:
checkConnection in class ClientSocketWrapper
Throws:
java.io.IOException

toString

public java.lang.String toString()
Overrides:
toString in class ClientSocketWrapper


Copyright © 2006 JBoss Inc. All Rights Reserved.