public class PresentsServer extends Object
PresentsServer class. These will be configured when the singleton
instance is initialized.| Modifier and Type | Class and Description |
|---|---|
static class |
PresentsServer.PresentsModule
Configures dependencies needed by the Presents services.
|
static class |
PresentsServer.PresentsServerModule
Binds PresentsServer to a particular class.
|
| Modifier and Type | Field and Description |
|---|---|
static InvocationManager |
invmgr
Deprecated.
|
static PresentsDObjectMgr |
omgr
Deprecated.
|
| Constructor and Description |
|---|
PresentsServer() |
| Modifier and Type | Method and Description |
|---|---|
void |
init(com.google.inject.Injector injector)
Initializes all of the server services and prepares for operation.
|
static void |
main(String[] args)
The default entry point for the server.
|
void |
queueShutdown()
Queues up a request to shutdown on the event thread.
|
void |
run()
Starts up all of the server services and enters the main server event loop.
|
static void |
runServer(com.google.inject.Module... modules)
Inits and runs the PresentsServer bound in the given modules.
|
@Deprecated public static PresentsDObjectMgr omgr
PlaceManager._omgr.@Deprecated public static InvocationManager invmgr
PlaceManager._invmgr.public static void runServer(com.google.inject.Module... modules)
public static void main(String[] args)
public void init(com.google.inject.Injector injector)
throws Exception
Exceptionpublic void run()
public void queueShutdown()
Copyright © 2015. All rights reserved.