Uses of Class
com.sun.jdmk.comm.CommunicationException

Packages that use CommunicationException
com.sun.jdmk.comm Provides specific classes to Sun JMX Tools Contribution: Html Adaptor classes. 
 

Uses of CommunicationException in com.sun.jdmk.comm
 

Methods in com.sun.jdmk.comm that throw CommunicationException
protected  void HtmlAdaptorServer.doError(Exception e)
           
protected  void HtmlAdaptorServer.doBind()
          Binds the HTML protocol adaptor.
protected  void HtmlAdaptorServer.doUnbind()
          Unbinds the HTML protocol adaptor.
protected  void HtmlAdaptorServer.doReceive()
          Collects incoming requests.
protected  void HtmlAdaptorServer.doProcess()
          Handles incoming requests.
protected abstract  void CommunicatorServer.doError(Exception e)
           
protected abstract  void CommunicatorServer.doBind()
           
protected abstract  void CommunicatorServer.doReceive()
          doReceive() should block until a client is available.
protected abstract  void CommunicatorServer.doProcess()
          doProcess() is called after doReceive(): it should process the requests of the incoming client.
protected abstract  void CommunicatorServer.doUnbind()
          doUnbind() is called whenever the connector goes OFFLINE, except if doBind() has thrown an exception.
 


JMX 1.2_8   2002.10.31_20:03:55_MET

Copyright 1999-2002 Sun Microsystems, Inc.   901 San Antonio Road Palo Alto, California, 94303, U.S.A.   All Rights Reserved.