|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sapia.soto.examples.SecondaryService
public class SecondaryService
| Constructor Summary | |
|---|---|
SecondaryService()
Constructor for SecondaryService. |
|
| Method Summary | |
|---|---|
void |
dispose()
Shuts down this service. |
void |
doSomethingElse()
|
MasterService |
getSomeService()
|
boolean |
hasMaster()
|
void |
init()
Performs initialization actions. |
void |
setSomeService(MasterService svc)
|
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 SecondaryService()
| Method Detail |
|---|
public void setSomeService(MasterService svc)
public MasterService getSomeService()
public boolean hasMaster()
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 doSomethingElse()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||