|
|||||||||
| Home >> All >> juju >> [ reattore overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
juju.reattore
Class Reattore

java.lang.Objectjuju.reattore.Reattore
- public class Reattore
- extends java.lang.Object
Main entry point for the HTTP server. Creates the server tree from a configuration file and runs it.
| Field Summary | |
private static org.apache.commons.logging.Log |
log
|
private juju.reattore.core.reactor.impl.CombinedReactor |
reactor
|
private static java.lang.String |
RULES
|
| Constructor Summary | |
Reattore()
|
|
| Method Summary | |
void |
go()
Creates and starts the server. |
private static Reattore |
load(java.lang.String fname)
|
static void |
main(java.lang.String[] args)
Entry point. |
void |
setReactor(juju.reattore.core.reactor.impl.CombinedReactor reactor)
Sets the top level reactor that will be run after configuration. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
log
private static org.apache.commons.logging.Log log
RULES
private static final java.lang.String RULES
- See Also:
- Constant Field Values
reactor
private juju.reattore.core.reactor.impl.CombinedReactor reactor
| Constructor Detail |
Reattore
public Reattore()
| Method Detail |
setReactor
public void setReactor(juju.reattore.core.reactor.impl.CombinedReactor reactor)
- Sets the top level reactor that will be run after
configuration.
go
public void go()
throws java.io.IOException
- Creates and starts the server.
load
private static Reattore load(java.lang.String fname) throws java.lang.Exception
main
public static void main(java.lang.String[] args) throws java.lang.Exception
- Entry point.
|
|||||||||
| Home >> All >> juju >> [ reattore overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
juju.reattore.Reattore