|
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<GenericDAO>
org.jSyncManager.SJS.Adapters.SMTPServer.Config.contracts.GenericDAOContract
public class GenericDAOContract
The contract file for the GenericDAO interface.
All subtypes are bound by these contracts in addition to any they may
enforce.
Field Summary |
---|
Fields inherited from class net.sourceforge.c4j.ContractBase |
---|
m_target |
Constructor Summary | |
---|---|
GenericDAOContract(GenericDAO t)
General Constructor for C4J format |
Method Summary | |
---|---|
void |
classInvariant()
The class invariant. |
void |
post_loadConfig(java.lang.String configFile)
The conditions that must hold at the conclusion of the loadConfig method |
void |
pre_loadConfig(java.lang.String configFile)
The conditions that must hold at the beginning of the loadConfig 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 GenericDAOContract(GenericDAO t)
t
- parameter valueMethod Detail |
---|
public void classInvariant()
public void pre_loadConfig(java.lang.String configFile)
configFile
- parameter valueGenericDAO.loadConfig(String)
public void post_loadConfig(java.lang.String configFile)
configFile
- parameter valueGenericDAO.loadConfig(String)
|
jSyncManager Simple Java Server | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |