Deprecated API

Deprecated Interfaces
jade.proto.FIPAProtocolNames
          Use jade.domain.FIPANames.InteractionProtocol instead 
 

Deprecated Fields
jade.proto.ContractNetResponder.PROPOSE_ACCEPTANCE_KEY
          Use either ACCEPT_PROPOSAL_KEY or REJECT_PROPOSAL_KEY according to the message that has been received 
jade.proto.ContractNetResponder.RESPONSE_KEY
          Use REPLY_KEY 
jade.content.lang.sl.SL0Vocabulary.RESULT_ITEMS
          Use RESULT_VALUE instead 
jade.proto.ContractNetResponder.RESULT_NOTIFICATION_KEY
          Use REPLY_KEY 
 

Deprecated Methods
jade.content.lang.sl.SimpleCharStream.getColumn()
            
jade.lang.acl.SimpleCharStream.getColumn()
            
jade.content.lang.sl.SimpleCharStream.getLine()
            
jade.lang.acl.SimpleCharStream.getLine()
            
jade.domain.DFService.getNonBlockingBehaviour(Agent, AID, String)
          Use AchieveREInitiator instead 
jade.domain.DFService.getNonBlockingBehaviour(Agent, AID, String, DFAgentDescription)
          Use AchieveREInitiator instead 
jade.domain.DFService.getNonBlockingBehaviour(Agent, AID, String, DFAgentDescription, SearchConstraints)
          Use AchieveREInitiator instead 
jade.domain.DFService.getNonBlockingBehaviour(Agent, String)
          Use AchieveREInitiator instead 
jade.domain.DFService.getNonBlockingBehaviour(Agent, String, DFAgentDescription)
          Use AchieveREInitiator instead 
jade.domain.DFService.getNonBlockingBehaviour(Agent, String, DFAgentDescription, SearchConstraints)
          Use AchieveREInitiator instead 
jade.lang.acl.ACLMessage.getReplyBy()
          Since the value of this slot is a Date by definition, then the getReplyByDate should be used that returns a Date 
jade.domain.DFService.getSubscriptionMessage(Agent, AID, DFAgentDescription, SearchConstraints)
          Use createSubscriptionMessage() instead 
jade.core.behaviours.WakerBehaviour.handleElapsedTimeout()
          Use onWake() instead 
jade.proto.SubscriptionResponder.prepareResponse(ACLMessage)
          Use handleSubscription() instead 
jade.proto.ContractNetResponder.prepareResponse(ACLMessage)
          Use handleCfp() instead 
jade.proto.AchieveREResponder.prepareResponse(ACLMessage)
          Use handleRequest() instead 
jade.proto.ContractNetResponder.prepareResultNotification(ACLMessage, ACLMessage, ACLMessage)
          Use handleAcceptProposal() instead. 
jade.proto.SubscriptionResponder.registerPrepareResponse(Behaviour)
          Use registerHandleSubscription() instead. 
jade.proto.ContractNetResponder.registerPrepareResponse(Behaviour)
          Use registerHandleCfp() instead. 
jade.proto.AchieveREResponder.registerPrepareResponse(Behaviour)
          Use registerHandleRequest() instead. 
jade.proto.ContractNetResponder.registerPrepareResultNotification(Behaviour)
          Use registerHandleAcceptProposal() instead. 
jade.util.Event.resetProcessed()
          Use reset() instead 
 

Deprecated Constructors
jade.lang.acl.ACLMessage()
          Since every ACL Message must have a message type, you should use the new constructor which gets a message type as a parameter. To avoid problems, now this constructor silently sets the message type to not-understood. 
jade.core.AID(String)
          This constructor might generate a wrong AID, if the passed parameter is not a guid (globally unique identifier), but the local name of an agent (e.g. "da0"). 
 



JADE