public class Fabric3Server extends java.lang.Object implements Fabric3ServerMBean
| Modifier and Type | Class and Description |
|---|---|
static interface |
Fabric3Server.ServerMonitor |
| Constructor and Description |
|---|
Fabric3Server() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args)
Main method.
|
void |
shutdownRuntime()
Shuts down a runtime.
|
void |
start(org.fabric3.runtime.standalone.server.Fabric3Server.Params params)
Starts the runtime in a blocking fashion and only returns after it has been released from another thread.
|
public static void main(java.lang.String[] args)
throws org.fabric3.api.host.Fabric3Exception
args - command line arguments.org.fabric3.api.host.Fabric3Exception - if there is a catastrophic problem starting the runtimepublic void start(org.fabric3.runtime.standalone.server.Fabric3Server.Params params)
throws Fabric3ServerException
params - the runtime parametersFabric3ServerException - if catastrophic exception was encountered leaving the runtime in an unstable statepublic void shutdownRuntime()
Fabric3ServerMBeanshutdownRuntime in interface Fabric3ServerMBean