org.objectweb.dsrg.sofa.deployment
Interface DeploymentDockMXBean


public interface DeploymentDockMXBean

MBean interface of the deployment dock.


Method Summary
 long getFreeMemory()
          Returns the amount of free memory in the Java Virtual Machine running the dock.
 java.lang.String getName()
          Returns name of the dock.
 int getNumberOfRunningComponents()
          Returns number of running components.
 long getTotalMemory()
          Returns the total amount of memory in the Java virtual machine.
 

Method Detail

getName

java.lang.String getName()
Returns name of the dock.

Returns:
name of the dock

getNumberOfRunningComponents

int getNumberOfRunningComponents()
Returns number of running components.

Returns:
number of running components

getFreeMemory

long getFreeMemory()
Returns the amount of free memory in the Java Virtual Machine running the dock.

Returns:
the amount of free memory in the Java Virtual Machine running the dock

getTotalMemory

long getTotalMemory()
Returns the total amount of memory in the Java virtual machine.

Returns:
the total amount of memory in the Java virtual machine