|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sapia.soto.examples.MasterService
public class MasterService
| Constructor Summary | |
|---|---|
MasterService()
Constructor for MasterService. |
|
| Method Summary | |
|---|---|
void |
dispose()
Shuts down this service. |
void |
doSomething()
|
java.lang.String |
getMessage()
|
void |
init()
Performs initialization actions. |
void |
setMessage(java.lang.String msg)
|
void |
start()
Starts this instance. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MasterService()
| Method Detail |
|---|
public void init()
throws java.lang.Exception
Service
init in interface Servicejava.lang.Exception - if a problem occurs while initializing.Service.init()
public void start()
throws java.lang.Exception
Service
start in interface Servicejava.lang.Exception - if a problem occurs while starting.Service.start()public void dispose()
Service
dispose in interface ServiceService.dispose()public void setMessage(java.lang.String msg)
public java.lang.String getMessage()
public void doSomething()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||