Uses of Class
org.isam.exehda.services.Dispatcher.PortAddress

Packages that use Dispatcher.PortAddress
org.isam.exehda.services   
 

Uses of Dispatcher.PortAddress in org.isam.exehda.services
 

Methods in org.isam.exehda.services that return Dispatcher.PortAddress
 Dispatcher.PortAddress Dispatcher.lookupPort(int id, ApplicationId app, HostId host)
          Describe lookupPort method here.
 Dispatcher.PortAddress Dispatcher.PortDescriptor.getAddress()
          Describe getAddress method here.
 Dispatcher.PortAddress Dispatcher.MessageBuffer.getSourceAddress()
          Describe getSourceAddress method here.
 Dispatcher.PortAddress Dispatcher.MessageBuffer.getDestinationAddress()
          Describe getDestinationAddress method here.
 

Methods in org.isam.exehda.services with parameters of type Dispatcher.PortAddress
 Dispatcher.MessageBuffer Dispatcher.allocBuffer(Dispatcher.Port port, Dispatcher.PortAddress tgt, long size, int flags)
          Describe allocBuffer method here.
 

Constructors in org.isam.exehda.services with parameters of type Dispatcher.PortAddress
Dispatcher.PortDescriptor(java.lang.Object key, Dispatcher.PortAddress addr)
          Creates a new PortDescriptor instance.
Dispatcher.Message(Dispatcher.Port src, Dispatcher.PortAddress tgt, int flags)
          Creates a new Message instance.
Dispatcher.Message(Dispatcher.PortAddress src, Dispatcher.Port tgt, Dispatcher.MessageBuffer content)
          Creates a new Message instance.