/**
Call the proper method of the ams and prepare the notification
message
*/
protected ACLMessage performAction(Action slAction, ACLMessage request) throws JADESecurityException, FIPAException {
Concept action = slAction.getAction();
Object result = null;
boolean resultNeeded = false;
Object asynchNotificationKey = null;
JADEPrincipal requesterPrincipal = null;