|
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<DNSUtil>
org.jSyncManager.SJS.Adapters.SMTPServer.contracts.DNSUtilContract
public class DNSUtilContract
Contract for DNSUtile
| Field Summary |
|---|
| Fields inherited from class net.sourceforge.c4j.ContractBase |
|---|
m_target |
| Constructor Summary | |
|---|---|
DNSUtilContract(DNSUtil t)
Constructor as required for C4J |
|
| Method Summary | |
|---|---|
void |
classInvariant()
Class invariant. |
void |
post_doLookup(java.lang.String hostName)
Must h old true after running doLookup method |
void |
post_MXLookup(java.lang.String domain)
Must h old true after running MXlookup method |
void |
pre_doLookup(java.lang.String hostName)
Must h old true before running doLookup method |
void |
pre_MXLookup(java.lang.String domain)
Must h old true before running MXlookup 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 DNSUtilContract(DNSUtil t)
t - parameter value| Method Detail |
|---|
public void classInvariant()
public void pre_MXLookup(java.lang.String domain)
domain - parameter valuepublic void post_MXLookup(java.lang.String domain)
domain - parameter valuepublic void pre_doLookup(java.lang.String hostName)
hostName - parameter valuepublic void post_doLookup(java.lang.String hostName)
hostName - parameter value
|
jSyncManager Simple Java Server | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||