org.apache.axis2.transport.mail.server
Class SMTPServer
java.lang.Object
java.lang.Thread
org.apache.axis2.transport.mail.server.SMTPServer
- All Implemented Interfaces:
- Runnable
- public class SMTPServer
- extends Thread
Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield |
SMTPServer
public SMTPServer(Storage st,
int port)
SMTPServer
public SMTPServer(Storage st,
ConfigurationContext configurationContext,
int port)
run
public void run()
runServer
public void runServer()
stopServer
public void stopServer()
throws AxisFault
- Throws:
AxisFault