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

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

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

Methods in org.isam.exehda.services that return Dispatcher.PortDescriptor
 Dispatcher.PortDescriptor Dispatcher.Port.getDescriptor()
          Describe getDescriptor method here.
 

Methods in org.isam.exehda.services with parameters of type Dispatcher.PortDescriptor
 void Dispatcher.redirectPort(Dispatcher.PortDescriptor local, Dispatcher.PortDescriptor remote)
          Describe redirectPort method here.
 void Dispatcher.redirectPort(Dispatcher.PortDescriptor local, Dispatcher.PortDescriptor remote)
          Describe redirectPort method here.
 

Constructors in org.isam.exehda.services with parameters of type Dispatcher.PortDescriptor
Dispatcher.Port(Dispatcher.PortDescriptor desc)
          Creates a new Port instance.