public class GrizzlyJobsAgent
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.net.URI |
baseUri |
java.lang.String |
serverName |
| Constructor and Description |
|---|
GrizzlyJobsAgent() |
| Modifier and Type | Method and Description |
|---|---|
java.net.URI |
getBaseUri() |
static void |
main(java.lang.String[] args)
Main method.
|
org.glassfish.grizzly.http.server.HttpServer |
startServer(java.lang.String... args)
Starts Grizzly HTTP server exposing JAX-RS resources defined in this application.
|
public org.glassfish.grizzly.http.server.HttpServer startServer(java.lang.String... args)
throws java.lang.Exception
args - varius command line arguments for the server.java.lang.Exception - for any reasonpublic java.net.URI getBaseUri()
public static void main(java.lang.String[] args)
args - command line arguments