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