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

Packages that use CommunicationException
com.sun.jdmk.comm Provides the classes that implement proprietary connectors and adaptors. 
com.sun.jdmk.discovery Provides the classes of the discovery service
 

Uses of CommunicationException in com.sun.jdmk.comm
 

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

Uses of CommunicationException in com.sun.jdmk.discovery
 

Methods in com.sun.jdmk.discovery that throw CommunicationException
 java.util.Vector DiscoveryClient.findCommunicators()
          Discovers all Java DMK agents and associated communicators (adaptors or connectors).
 java.util.Vector DiscoveryClientMBean.findCommunicators()
          Discovers all Java DMK agents and associated communicators (adaptors or connectors).
 java.util.Vector DiscoveryClient.findCommunicators(java.lang.String SelectedHost)
          Discovers all Java DMK agents and associated communicators (adaptors or connectors) present on an host.
 java.util.Vector DiscoveryClientMBean.findCommunicators(java.lang.String SelectedHost)
          Discovers all Java DMK agents and associated communicators (adaptors or connectors) present on an host.
 java.util.Vector DiscoveryClient.findMBeanServers()
          Discovers all Java DMK agents.
 java.util.Vector DiscoveryClientMBean.findMBeanServers()
          Discovers all Java DMK agents.
 java.util.Vector DiscoveryClient.findMBeanServers(java.lang.String SelectedHost)
          Discovers whether Java DMK agents with a DiscoveryResponder registered in any MBean server is on a host.
 java.util.Vector DiscoveryClientMBean.findMBeanServers(java.lang.String SelectedHost)
          Discovers whether Java DMK agents with a DiscoveryResponder registered in any MBean server is on a host.
 


Open Source build 01-ea
opendmk-1.0-b01-ea 2010.10.20_19:39:55_UTC

Copyright 1998-2007 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.