public class OLENettyServer extends Object implements Runnable
Modifier and Type | Field and Description |
---|---|
protected String |
circulationService |
protected boolean |
isStopped |
protected Thread |
runningThread |
protected int |
serverPort |
protected String |
serverUrl |
Constructor and Description |
---|
OLENettyServer() |
OLENettyServer(int port,
String serverUrl,
String circulationService) |
protected int serverPort
protected boolean isStopped
protected Thread runningThread
protected String circulationService
public OLENettyServer()
public OLENettyServer(int port, String serverUrl, String circulationService)
public boolean isStopped()
public void stop()
public String getMessage()
public void setMessage(String message)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.