|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.staker.hub.StakerDaemon
public class StakerDaemon
This is the "headless staker", an instance that can be run as a server process.
The primary purpose of this is to allow reports to be regenerated in the Partner Web.
Copyright 2008 Partner Software, Inc.
| Constructor Summary | |
|---|---|
StakerDaemon()
|
|
| Method Summary | |
|---|---|
MapApp |
getMapApp()
|
Staker |
getStaker()
|
static StakerDaemon |
registeredInstance()
If there is already a registered StakerDaemon, returns it; otherwise returns null. |
void |
start()
|
static StakerDaemon |
startInstance()
Creates a new instance, registers it and starts it. |
void |
stop()
|
static void |
stopInstance()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StakerDaemon()
| Method Detail |
|---|
public static StakerDaemon registeredInstance()
public static StakerDaemon startInstance()
public static void stopInstance()
public void start()
public void stop()
public MapApp getMapApp()
public Staker getStaker()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||