|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
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 void |
RmiConnectorServer.doError(Exception e)
Deprecated. |
protected void |
RmiConnectorServer.doBind()
Deprecated. Binds the adaptor server. |
protected void |
RmiConnectorServer.doReceive()
Deprecated. Collects incoming requests. |
protected void |
RmiConnectorServer.doProcess()
Deprecated. Returns immediately. |
protected void |
RmiConnectorServer.doUnbind()
Deprecated. Unbinds the adaptor. |
protected void |
GenericHttpConnectorServer.doError(Exception e)
Deprecated. |
protected void |
GenericHttpConnectorServer.doBind()
Deprecated. |
protected void |
GenericHttpConnectorServer.doReceive()
Deprecated. |
protected void |
GenericHttpConnectorServer.doProcess()
Deprecated. |
protected void |
GenericHttpConnectorServer.doUnbind()
Deprecated. |
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. |
Uses of CommunicationException in com.sun.jdmk.discovery |
Methods in com.sun.jdmk.discovery that throw CommunicationException | |
Vector |
DiscoveryClientMBean.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 |
DiscoveryClientMBean.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.findMBeanServers()
Discovers all Java DMK agents. |
Vector |
DiscoveryClient.findMBeanServers(String SelectedHost)
Discovers whether Java DMK agents with a DiscoveryResponder
registered in any MBean server is on a host. |
Vector |
DiscoveryClient.findCommunicators()
Discovers all Java DMK agents and associated communicators (adaptors or connectors). |
Vector |
DiscoveryClient.findCommunicators(String SelectedHost)
Discovers all Java DMK agents and associated communicators (adaptors or connectors) present on an host. |
Uses of CommunicationException in com.sun.management.comm |
Methods in com.sun.management.comm that throw CommunicationException | |
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. |
protected void |
SnmpAdaptorServer.doBind()
Creates the datagram socket. |
protected void |
SnmpAdaptorServer.doUnbind()
Closes the datagram socket. |
protected void |
SnmpAdaptorServer.doReceive()
Reads a packet from the datagram socket and creates a request handler which decodes and processes the request. |
protected void |
SnmpAdaptorServer.doError(Exception e)
|
protected void |
SnmpAdaptorServer.doProcess()
Not used in this context. |
|
FCS Release jdmk-5_1-b34.2 2005.11.29_16:24:00_MET |
||||||||||
PREV NEXT | FRAMES NO FRAMES |