|
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<Address>
org.jSyncManager.SJS.Adapters.SMTPServer.contracts.AddressContract
public class AddressContract
This class specifies the contracts for relevant methods of the Address class.
| Field Summary | |
|---|---|
(package private) Address |
addy
The address class being checked. |
| Fields inherited from class net.sourceforge.c4j.ContractBase |
|---|
m_target |
| Constructor Summary | |
|---|---|
AddressContract(Address addy)
Creates the AddressContract class. |
|
| Method Summary | |
|---|---|
void |
classInvariant()
Specifies the states of the server that should never change. |
void |
pre_Address(java.lang.String address)
The address parameter is not check for nullity, and it is assumed that there is an @ symbol in it. |
void |
pre_Address(User user,
Domain domain)
Neither parameter is check for nullity before being used. |
| 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 |
| Field Detail |
|---|
Address addy
| Constructor Detail |
|---|
public AddressContract(Address addy)
addy - | Method Detail |
|---|
public void classInvariant()
public void pre_Address(java.lang.String address)
address -
public void pre_Address(User user,
Domain domain)
user - domain -
|
jSyncManager Simple Java Server | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||