public interface ServerListener
The server listener allows external components to receive notification of server startup, shutdown and error events.
| Modifier and Type | Field and Description |
|---|---|
static int |
ServerActive |
static int |
ServerCustomEvent |
static int |
ServerError |
static int |
ServerShutdown |
static int |
ServerStartup |
| Modifier and Type | Method and Description |
|---|---|
void |
serverStatusEvent(NetworkServer server,
int event)
Receive a server event notification
|
static final int ServerStartup
static final int ServerActive
static final int ServerShutdown
static final int ServerError
static final int ServerCustomEvent
void serverStatusEvent(NetworkServer server, int event)
server - NetworkServerevent - intCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.