Uses of Interface
jadex.standalone.transport.ITransport

Packages that use ITransport
jadex.standalone.service   
jadex.standalone.transport.localmtp   
jadex.standalone.transport.niotcpmtp   
jadex.standalone.transport.tcpmtp   
 

Uses of ITransport in jadex.standalone.service
 

Methods in jadex.standalone.service that return ITransport
 ITransport[] MessageService.getTransports()
          Get the transports.
 

Methods in jadex.standalone.service with parameters of type ITransport
 void MessageService.addTransport(ITransport transport)
          Adds a transport for this outbox.
 void MessageService.changeTransportPosition(boolean up, ITransport transport)
          Moves a transport up or down.
 void MessageService.removeTransport(ITransport transport)
          Remove a transport for the outbox.
 

Constructors in jadex.standalone.service with parameters of type ITransport
MessageService(IServiceProvider provider, ITransport[] transports, MessageType[] messagetypes)
          Constructor for Outbox.
 

Uses of ITransport in jadex.standalone.transport.localmtp
 

Classes in jadex.standalone.transport.localmtp that implement ITransport
 class LocalTransport
          The local transport for sending messages on the same platform (just calls the local deliver method).
 

Uses of ITransport in jadex.standalone.transport.niotcpmtp
 

Classes in jadex.standalone.transport.niotcpmtp that implement ITransport
 class NIOTCPTransport
          The tcp transport for sending messages over tcp/ip connections.
 

Uses of ITransport in jadex.standalone.transport.tcpmtp
 

Classes in jadex.standalone.transport.tcpmtp that implement ITransport
 class TCPTransport
          The tcp transport for sending messages over tcp/ip connections.
 



Copyright © 2010. All Rights Reserved.