Package org.compiere.server
Class ServerCount
java.lang.Object
org.compiere.server.ServerCount
- All Implemented Interfaces:
Serializable
- Author:
- hengsin
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addStarted
(int started) increase no of started countvoid
addStopped
(int stopped) increase no of stopped countint
int
-
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
-
-