Save This Page
Home » jboss-5.0.0.CR1-src » org » jboss » mq » il » uil2 » [javadoc | source]
org.jboss.mq.il.uil2
public class: ServerSocketManagerHandler [javadoc | source]
java.lang.Object
   org.jboss.mq.il.uil2.ServerSocketManagerHandler

All Implemented Interfaces:
    MsgTypes, SocketManagerHandler

This is the SocketManager callback handler for the UIL2 server side socket. This handles messages that are requests from clients.
Constructor:
 public ServerSocketManagerHandler(Invoker server,
    SocketManager socketMgr,
    UILServerILService uilServerILService) 
Method from org.jboss.mq.il.uil2.ServerSocketManagerHandler Summary:
asynchFailure,   close,   handleMsg,   onStreamNotification
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jboss.mq.il.uil2.ServerSocketManagerHandler Detail:
 public  void asynchFailure(String error,
    Throwable e) 
 public  void close() 
 public  void handleMsg(BaseMsg msg) throws Exception 
    The callback from the SocketManager
 public  void onStreamNotification(Object stream,
    int size)