
public class EISServer
extends java.lang.Object
| Constructor and Description |
|---|
EISServer()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
setClassLoader(java.lang.ClassLoader v)
Set class loader
|
void |
setHandlerClassName(java.lang.String v)
Set the handler class name
|
void |
setHost(java.lang.String v)
Set the host name
|
void |
setPort(int v)
Set the port
|
void |
shutdown()
Shutdown
|
void |
startup()
Startup
|
public void setHandlerClassName(java.lang.String v)
v - The namepublic void setClassLoader(java.lang.ClassLoader v)
v - The valuepublic void setHost(java.lang.String v)
v - The namepublic void setPort(int v)
v - The valuepublic void startup()
throws java.lang.Throwable
java.lang.Throwable - Thrown if an error occurspublic void shutdown()
throws java.lang.Throwable
java.lang.Throwable - Thrown if an error occursCopyright © 2014 IronJacamar (http://www.ironjacamar.org)