Package mireka.filter.local.table
Class DomainPostmasterSpecification
- Object
-
- mireka.filter.local.table.DomainPostmasterSpecification
-
- All Implemented Interfaces:
RecipientSpecification
public class DomainPostmasterSpecification extends Object implements RecipientSpecification
DomainPostmasterSpecification matches the domain postmaster of the supplied remote part.
-
-
Constructor Summary
Constructors Constructor Description DomainPostmasterSpecification()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RemotePartgetRemotePart()booleanisSatisfiedBy(Recipient recipient)voidsetRemotePart(RemotePart remotePart)
-
-
-
Method Detail
-
isSatisfiedBy
public boolean isSatisfiedBy(Recipient recipient)
- Specified by:
isSatisfiedByin interfaceRecipientSpecification
-
getRemotePart
public RemotePart getRemotePart()
- Category:
- GETSET
-
setRemotePart
public void setRemotePart(RemotePart remotePart)
- Category:
- GETSET
-
-