Package pygar.communication
Interface PmessageSystemEE
- All Superinterfaces:
PmessageSystem
- All Known Implementing Classes:
SimpleMessageSystem
public interface PmessageSystemEE extends PmessageSystem
A specialization of the PmessageSystem interface that adds a constructor that
require more configuration information and allows the proper initialization
of a Java EE implementation.
-
Method Summary
Modifier and Type Method Description PmessageSystem
getPmessageSystem(Profile p)
Factory method returns a working instance for the specified configuration Profile.Methods inherited from interface pygar.communication.PmessageSystem
canSend, getPmessageSystem, hasNext, next, printAgents, send, send, shutdownNow
-
Method Details
-
getPmessageSystem
Factory method returns a working instance for the specified configuration Profile.- Parameters:
p
- the Profile containing configuration information.- Returns:
- exemplar
-