Package mireka.filter.local.table
Class LocalPostmaster
- Object
-
- mireka.filter.local.table.LocalPostmaster
-
- All Implemented Interfaces:
RecipientSpecification
public class LocalPostmaster extends Object implements RecipientSpecification
LocalPostmaster matches the special global postmaster and any domain postmaster of the local domains as specified by aRemotePartSpecification.
-
-
Constructor Summary
Constructors Constructor Description LocalPostmaster()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RemotePartSpecificationgetLocalDomains()booleanisSatisfiedBy(Recipient recipient)voidsetLocalDomains(RemotePartSpecification remotePartSpecification)
-
-
-
Method Detail
-
isSatisfiedBy
public boolean isSatisfiedBy(Recipient recipient)
- Specified by:
isSatisfiedByin interfaceRecipientSpecification
-
setLocalDomains
public void setLocalDomains(RemotePartSpecification remotePartSpecification)
- Category:
- GETSET
-
getLocalDomains
public RemotePartSpecification getLocalDomains()
- Category:
- GETSET
-
-