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
com.sun.management.comm Provides the classes implementing the SNMP adaptor servers
 

Uses of CommunicationException in com.sun.jdmk.comm
 

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

Uses of CommunicationException in com.sun.jdmk.discovery
 

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

Uses of CommunicationException in com.sun.management.comm
 

Methods in com.sun.management.comm that throw CommunicationException
protected  void SnmpAdaptorServer.doBind()
          Creates the datagram socket.
protected abstract  void CommunicatorServer.doBind()
           
protected  void SnmpAdaptorServer.doError(Exception e)
           
protected abstract  void CommunicatorServer.doError(Exception e)
           
protected  void SnmpAdaptorServer.doProcess()
          Not used in this context.
protected abstract  void CommunicatorServer.doProcess()
          doProcess() is called after doReceive(): it should process the requests of the incoming client.
protected  void SnmpAdaptorServer.doReceive()
          Reads a packet from the datagram socket and creates a request handler which decodes and processes the request.
protected abstract  void CommunicatorServer.doReceive()
          doReceive() should block until a client is available.
protected  void SnmpAdaptorServer.doUnbind()
          Closes the datagram socket.
protected abstract  void CommunicatorServer.doUnbind()
          doUnbind() is called whenever the connector goes OFFLINE, except if doBind() has thrown an exception.
 


Open Source build 02
opendmk-1.0-b02 2007.10.01_19:17:46_MEST

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