public class KKRMIAdminServer
extends javax.servlet.http.HttpServlet
| Modifier and Type | Field and Description |
|---|---|
private static com.konakartadmin.rmi.KKRMIAdminEngServerIf |
engRemote |
protected static org.apache.commons.logging.Log |
log |
private boolean |
rmiEnabled |
private int |
rmiPort |
private static long |
serialVersionUID
Serial Version UID
|
| Constructor and Description |
|---|
KKRMIAdminServer() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
private java.lang.String |
dumpRegistryServicesToString(java.rmi.registry.Registry myRegistry) |
private java.lang.String |
dumpRegistryToString(java.rmi.registry.Registry myRegistry) |
int |
getRmiPort() |
void |
init(javax.servlet.ServletConfig config) |
boolean |
isRmiEnabled() |
void |
setRmiEnabled(boolean rmiEnabled) |
void |
setRmiPort(int rmiPort) |
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, serviceprivate static final long serialVersionUID
protected static org.apache.commons.logging.Log log
private int rmiPort
private boolean rmiEnabled
private static com.konakartadmin.rmi.KKRMIAdminEngServerIf engRemote
public KKRMIAdminServer()
throws java.rmi.RemoteException,
java.net.MalformedURLException,
com.konakart.app.KKException
java.rmi.RemoteException - an unexpected RemoteException exceptionjava.net.MalformedURLException - an unexpected MalformedURLException exceptioncom.konakart.app.KKException - an unexpected KKException exceptionpublic void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
init in interface javax.servlet.Servletinit in class javax.servlet.GenericServletconfig - the configjavax.servlet.ServletException - an unexpected ServletException exceptionprivate java.lang.String dumpRegistryToString(java.rmi.registry.Registry myRegistry)
private java.lang.String dumpRegistryServicesToString(java.rmi.registry.Registry myRegistry)
public void destroy()
destroy in interface javax.servlet.Servletdestroy in class javax.servlet.GenericServletpublic int getRmiPort()
public void setRmiPort(int rmiPort)
rmiPort - the rmiPort to setpublic boolean isRmiEnabled()
public void setRmiEnabled(boolean rmiEnabled)
rmiEnabled - the rmiEnabled to setCopyright © 2018 DS Data Systems UK Ltd.