Class ServerCount

java.lang.Object
org.compiere.server.ServerCount
All Implemented Interfaces:
Serializable

public class ServerCount extends Object implements Serializable
Author:
hengsin
See Also:
  • Constructor Details

    • ServerCount

      public ServerCount()
  • Method Details

    • getStarted

      public int getStarted()
      Returns:
      no of started instance
    • getStopped

      public int getStopped()
      Returns:
      no of stopped instance
    • addStarted

      public void addStarted(int started)
      increase no of started count
      Parameters:
      started -
    • addStopped

      public void addStopped(int stopped)
      increase no of stopped count
      Parameters:
      stopped -