|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jsesoft.mmbi.samples.SimpleResource
public class SimpleResource
Provides services for a si9mple resource to manage.
| Constructor Summary | |
|---|---|
SimpleResource()
Creates new SimpleResource. |
|
| Method Summary | |
|---|---|
long |
getCount()
Gets count. |
void |
incrementCount()
Incremetns the count. |
void |
setCount(long theCount)
Sets count. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleResource()
| Method Detail |
|---|
public void incrementCount()
public long getCount()
public void setCount(long theCount)
theCount - the new count to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||