|
jSyncManager Simple Java Server | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.c4j.ContractBase<AbstractSMTPServer.SmtpCommand>
org.jSyncManager.SJS.Adapters.SMTPServer.contracts.SMTPCommandContract
public class SMTPCommandContract
This class lists the contracts and invariants for the SMTPCommand abstract class
AbstractSMTPServer.SmtpCommand
Field Summary |
---|
Fields inherited from class net.sourceforge.c4j.ContractBase |
---|
m_target |
Constructor Summary | |
---|---|
SMTPCommandContract(AbstractSMTPServer.SmtpCommand t)
A general constructor that sets the instance variable This is of the form required by C4J |
Method Summary | |
---|---|
void |
classInvariant()
The invariant for this class. |
void |
post_process(java.lang.String args)
These conditions must be true at the conclusion of running process Method |
void |
pre_isStateSet(java.lang.String... command)
These conditions must be true before running the isStateSet method |
void |
pre_process(java.lang.String args)
These conditions must be true before running the process method |
Methods inherited from class net.sourceforge.c4j.ContractBase |
---|
addLogger, classInvariantCheck, getPreconditionValue, getReturnValue, getTargetField, popPreconditionValuesMap, popReturnValue, postConditionCheck, preConditionCheck, pushPreconditionValuesMap, pushReturnValue, setPreconditionValue, setReturnValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SMTPCommandContract(AbstractSMTPServer.SmtpCommand t)
t
- the reference to the base classMethod Detail |
---|
public void classInvariant()
public void pre_isStateSet(java.lang.String... command)
AbstractSMTPServer.SmtpCommand.isStateSet(String...)
public void pre_process(java.lang.String args)
args
- The parameter to the methodAbstractSMTPServer.SmtpCommand.process(String)
public void post_process(java.lang.String args)
args
- The parameter to the methodAbstractSMTPServer.SmtpCommand.process(String)
|
jSyncManager Simple Java Server | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |