Tabnine Logo
IConnection
Code IndexAdd Tabnine to your IDE (free)

How to use
IConnection
in
jadex.bridge

Best Java code snippets using jadex.bridge.IConnection (Showing top 4 results out of 315)

origin: net.sourceforge.jadex/jadex-kernel-bdi

  /**
   *  Inform the agent that a message has arrived.
   *  @param message The message that arrived.
   */
  public void streamArrived(final IConnection con)
  {
//        System.out.println("messageArrived: "+getAgentAdapter().getComponentIdentifier().getLocalName()+", "+message);
    Map<String, Object> msg = new HashMap<String, Object>();
    msg.put(SFipa.CONTENT, con);
    msg.put(SFipa.SENDER, con.getInitiator());
    msg.put(SFipa.RECEIVERS, new IComponentIdentifier[]{con.getParticipant()});
    messageArrived(new DefaultMessageAdapter(msg, SFipa.FIPA_MESSAGE_TYPE));
  }
 
origin: net.sourceforge.jadex/jadex-platform-base

tup2.getThirdEntity().close();
ret    = IFuture.DONE;
origin: org.activecomponents.jadex/jadex-platform

tup2.getThirdEntity().close();
ret    = IFuture.DONE;
origin: net.sourceforge.jadex/jadex-platform

tup2.getThirdEntity().close();
ret    = IFuture.DONE;
jadex.bridgeIConnection

Javadoc

Base interface for all Jadex connections (streams).

Most used methods

  • close
    Close the connection.
  • getInitiator
    Get the initiator.
  • getParticipant
    Get the participant.

Popular in Java

  • Making http post requests using okhttp
  • onRequestPermissionsResult (Fragment)
  • getContentResolver (Context)
  • addToBackStack (FragmentTransaction)
  • FileWriter (java.io)
    A specialized Writer that writes to a file in the file system. All write requests made by calling me
  • BigInteger (java.math)
    An immutable arbitrary-precision signed integer.FAST CRYPTOGRAPHY This implementation is efficient f
  • ServletException (javax.servlet)
    Defines a general exception a servlet can throw when it encounters difficulty.
  • JCheckBox (javax.swing)
  • JLabel (javax.swing)
  • JList (javax.swing)
  • Top Sublime Text plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now