|
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 SmtpServer
public int getSuccess()
getSuccess in interface SmtpServer
public int getFail()
getFail in interface SmtpServer
public void incrementSuccess()
incrementSuccess in interface SmtpServer
public void incrementFail()
incrementFail in interface SmtpServer
public java.net.InetAddress getLocalHost()
getLocalHost in interface SmtpServer
public int getPort()
getPort in interface SmtpServer
public void initialize()
throws java.io.IOException
java.io.IOExceptionpublic void run()
run in interface java.lang.Runnable
run in class java.lang.Thread
public Environment getEnvironment()
getEnvironment in interface SmtpServer
|
ePOST API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||