|
ePOST API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Thread
rice.email.proxy.smtp.SmtpServerImpl
public class SmtpServerImpl
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.lang.Thread |
|---|
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler |
| Field Summary | |
|---|---|
int |
connections
|
int |
fail
|
protected Logger |
logger
|
int |
success
|
| Fields inherited from class java.lang.Thread |
|---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
| Constructor Summary | |
|---|---|
SmtpServerImpl(java.net.InetAddress localHost,
int port,
EmailService email,
boolean gateway,
PostEntityAddress address,
boolean acceptNonLocal,
boolean authenticate,
UserManager userManager,
java.lang.String server,
Environment env)
|
|
| Method Summary | |
|---|---|
int |
getConnections()
|
Environment |
getEnvironment()
|
int |
getFail()
|
java.net.InetAddress |
getLocalHost()
|
int |
getPort()
|
int |
getSuccess()
|
void |
incrementFail()
|
void |
incrementSuccess()
|
void |
initialize()
|
void |
run()
|
| Methods inherited from class java.lang.Thread |
|---|
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface rice.email.proxy.smtp.SmtpServer |
|---|
start |
| Field Detail |
|---|
public int connections
public int success
public int fail
protected Logger logger
| Constructor Detail |
|---|
public SmtpServerImpl(java.net.InetAddress localHost,
int port,
EmailService email,
boolean gateway,
PostEntityAddress address,
boolean acceptNonLocal,
boolean authenticate,
UserManager userManager,
java.lang.String server,
Environment env)
throws java.lang.Exception
java.lang.Exception| Method Detail |
|---|
public int getConnections()
getConnections in interface SmtpServerpublic int getSuccess()
getSuccess in interface SmtpServerpublic int getFail()
getFail in interface SmtpServerpublic void incrementSuccess()
incrementSuccess in interface SmtpServerpublic void incrementFail()
incrementFail in interface SmtpServerpublic java.net.InetAddress getLocalHost()
getLocalHost in interface SmtpServerpublic int getPort()
getPort in interface SmtpServer
public void initialize()
throws java.io.IOException
java.io.IOExceptionpublic void run()
run in interface java.lang.Runnablerun in class java.lang.Threadpublic Environment getEnvironment()
getEnvironment in interface SmtpServer
|
ePOST API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||