Tabnine Logo
ServiceOutputConnectionProxy.getNonFunctionalProperties
Code IndexAdd Tabnine to your IDE (free)

How to use
getNonFunctionalProperties
method
in
jadex.bridge.service.types.remote.ServiceOutputConnectionProxy

Best Java code snippets using jadex.bridge.service.types.remote.ServiceOutputConnectionProxy.getNonFunctionalProperties (Showing top 9 results out of 315)

origin: net.sourceforge.jadex/jadex-platform-base

public Object postProcess(IContext context, Object object)
{
  try
  {
    ServiceOutputConnectionProxy ocp = (ServiceOutputConnectionProxy)object;
    IOutputConnection ocon = ((MessageService)msgservice).getParticipantOutputConnection(ocp.getConnectionId(), 
      ocp.getInitiator(), ocp.getParticipant(), ocp.getNonFunctionalProperties());
    return ocon;
  }
  catch(RuntimeException e)
  {
    e.printStackTrace();
    throw e;
  }
}
 
origin: org.activecomponents.jadex/jadex-platform

public Object postProcess(IContext context, Object object)
{
  try
  {
    ServiceOutputConnectionProxy ocp = (ServiceOutputConnectionProxy)object;
    IOutputConnection ocon = ((MessageService)msgservice).getParticipantOutputConnection(ocp.getConnectionId(), 
      ocp.getInitiator(), ocp.getParticipant(), ocp.getNonFunctionalProperties());
    return ocon;
  }
  catch(RuntimeException e)
  {
    e.printStackTrace();
    throw e;
  }
}
 
origin: net.sourceforge.jadex/jadex-platform

public Object postProcess(IContext context, Object object)
{
  try
  {
    ServiceOutputConnectionProxy ocp = (ServiceOutputConnectionProxy)object;
    IOutputConnection ocon = ((MessageService)msgservice).getParticipantOutputConnection(ocp.getConnectionId(), 
      ocp.getInitiator(), ocp.getParticipant(), ocp.getNonFunctionalProperties());
    return ocon;
  }
  catch(RuntimeException e)
  {
    e.printStackTrace();
    throw e;
  }
}
 
origin: net.sourceforge.jadex/jadex-platform-base

  public Object decode(Class clazz, DecodingContext context)
  {
    try
    {
      ServiceOutputConnectionProxy ocp = (ServiceOutputConnectionProxy)context.getLastObject();
      IOutputConnection ocon = ((MessageService)msgservice).getParticipantOutputConnection(ocp.getConnectionId(), 
        ocp.getInitiator(), ocp.getParticipant(), ocp.getNonFunctionalProperties());
      return ocon;
    }
    catch(RuntimeException e)
    {
      e.printStackTrace();
      throw e;
    }
  }
});
origin: net.sourceforge.jadex/jadex-platform

  public Object process(Object object, Class<?> clazz,
    List<ITraverseProcessor> processors, Traverser traverser,
    Map<Object, Object> traversed, boolean clone, ClassLoader targetcl, Object context)
  {
    ServiceOutputConnectionProxy socp = (ServiceOutputConnectionProxy)object;
    
    LocalOutputConnectionHandler och = new LocalOutputConnectionHandler(socp.getNonFunctionalProperties());
    LocalInputConnectionHandler ich = new LocalInputConnectionHandler(socp.getNonFunctionalProperties(), och);
    och.setConnectionHandler(ich);
    InputConnection icon = new InputConnection(null, null, socp.getConnectionId(), false, ich);
    socp.setInputConnection(icon);
    OutputConnection ocon = new OutputConnection(null, null, socp.getConnectionId(), true, och);
    
    return ocon;
  }
});
origin: org.activecomponents.jadex/jadex-platform

  public Object decode(Class<?> clazz, IDecodingContext context)
  {
    try
    {
      ServiceOutputConnectionProxy ocp = (ServiceOutputConnectionProxy)context.getLastObject();
      IOutputConnection ocon = ((MessageService)msgservice).getParticipantOutputConnection(ocp.getConnectionId(), 
        ocp.getInitiator(), ocp.getParticipant(), ocp.getNonFunctionalProperties());
      return ocon;
    }
    catch(RuntimeException e)
    {
      e.printStackTrace();
      throw e;
    }
  }
});
origin: net.sourceforge.jadex/jadex-platform

  public Object decode(Class<?> clazz, DecodingContext context)
  {
    try
    {
      ServiceOutputConnectionProxy ocp = (ServiceOutputConnectionProxy)context.getLastObject();
      IOutputConnection ocon = ((MessageService)msgservice).getParticipantOutputConnection(ocp.getConnectionId(), 
        ocp.getInitiator(), ocp.getParticipant(), ocp.getNonFunctionalProperties());
      return ocon;
    }
    catch(RuntimeException e)
    {
      e.printStackTrace();
      throw e;
    }
  }
});
origin: net.sourceforge.jadex/jadex-platform-base

  public Object process(Object object, Class<?> clazz,
    List<ITraverseProcessor> processors, Traverser traverser,
    Map<Object, Object> traversed, boolean clone, ClassLoader targetcl, Object context)
  {
    ServiceOutputConnectionProxy socp = (ServiceOutputConnectionProxy)object;
    
    LocalOutputConnectionHandler och = new LocalOutputConnectionHandler(socp.getNonFunctionalProperties());
    LocalInputConnectionHandler ich = new LocalInputConnectionHandler(socp.getNonFunctionalProperties(), och);
    och.setConnectionHandler(ich);
    InputConnection icon = new InputConnection(null, null, socp.getConnectionId(), false, ich);
    socp.setInputConnection(icon);
    OutputConnection ocon = new OutputConnection(null, null, socp.getConnectionId(), true, och);
    
    return ocon;
  }
});
origin: org.activecomponents.jadex/jadex-platform

  public Object process(Object object, Type type,
    List<ITraverseProcessor> processors, Traverser traverser,
    Map<Object, Object> traversed, boolean clone, ClassLoader targetcl, Object context)
  {
    ServiceOutputConnectionProxy socp = (ServiceOutputConnectionProxy)object;
    
    LocalOutputConnectionHandler och = new LocalOutputConnectionHandler(socp.getNonFunctionalProperties());
    LocalInputConnectionHandler ich = new LocalInputConnectionHandler(socp.getNonFunctionalProperties(), och);
    och.setConnectionHandler(ich);
    InputConnection icon = new InputConnection(null, null, socp.getConnectionId(), false, ich);
    socp.setInputConnection(icon);
    OutputConnection ocon = new OutputConnection(null, null, socp.getConnectionId(), true, och);
    
    return ocon;
  }
});
jadex.bridge.service.types.remoteServiceOutputConnectionProxygetNonFunctionalProperties

Javadoc

Get the non-functional properties of the connection.

Popular methods of ServiceOutputConnectionProxy

  • getConnectionId
    Get the connectionid.
  • getInitiator
    Get the initiator id.
  • getParticipant
    Get the participant id.
  • setConnectionId
    Set the connectionid.
  • setInputConnection
  • <init>

Popular in Java

  • Finding current android device location
  • scheduleAtFixedRate (ScheduledExecutorService)
  • setContentView (Activity)
  • getSharedPreferences (Context)
  • EOFException (java.io)
    Thrown when a program encounters the end of a file or stream during an input operation.
  • FileOutputStream (java.io)
    An output stream that writes bytes to a file. If the output file exists, it can be replaced or appen
  • ConnectException (java.net)
    A ConnectException is thrown if a connection cannot be established to a remote host on a specific po
  • Date (java.util)
    A specific moment in time, with millisecond precision. Values typically come from System#currentTime
  • List (java.util)
    An ordered collection (also known as a sequence). The user of this interface has precise control ove
  • BoxLayout (javax.swing)
  • Top plugins for Android Studio
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