org.jppf.server.debug
Interface ServerDebugMBean

All Superinterfaces:
Serializable
All Known Implementing Classes:
ServerDebug

public interface ServerDebugMBean
extends Serializable

Author:
Laurent Cohen

Method Summary
 String[] classLoaderChannels()
          Get the states of the class loader channels.
 String[] nodeDataChannels()
          Get the states of the node data channels.
 

Method Detail

classLoaderChannels

String[] classLoaderChannels()
Get the states of the class loader channels.

Returns:
the states as as an array of strings.

nodeDataChannels

String[] nodeDataChannels()
Get the states of the node data channels.

Returns:
the states as as an array of strings.


Copyright © 2005-2010 JPPF Team.