Uses of Class
com.legstar.host.invoke.model.HostProgram

Packages that use HostProgram
com.legstar.host.invoke Interface and implementation of a request/response invoke mechanism of a remote host program. 
 

Uses of HostProgram in com.legstar.host.invoke
 

Subclasses of HostProgram in com.legstar.host.invoke
 class HostProgramProperties
          This data object holds the characteristics of a target host program.
 

Methods in com.legstar.host.invoke that return HostProgram
 HostProgram HostInvoker.getHostProgram()
           
 HostProgram AbstractProgramInvoker.getHostProgram()
           
 HostProgram AbstractInvoker.getHostProgram()
           
 

Methods in com.legstar.host.invoke with parameters of type HostProgram
static HostInvoker HostInvokerFactory.createHostInvoker(String generalConfigFileName, LegStarAddress address, HostProgram hostProgram)
          An Invoker is constructed from a configuration file, for a particular host address and target host program.
 

Constructors in com.legstar.host.invoke with parameters of type HostProgram
AbstractInvoker(HostAccessStrategy hostAccessStrategy, LegStarAddress completeAddress, HostProgram hostProgram)
          All invokers share this constructor.
AbstractProgramInvoker(String configFileName, String operationName, HostProgram hostProgram)
          Operation invoker constructor.
CommareaInvoker(HostAccessStrategy hostAccessStrategy, LegStarAddress completeAddress, HostProgram hostProgram)
          Commarea Invoker calls a CICS Commarea-driven program.
ContainerInvoker(HostAccessStrategy hostAccessStrategy, LegStarAddress completeAddress, HostProgram hostProgram)
          Container Invoker calls a CICS Container-driven program.
 



Copyright © 2012 LegSem. All Rights Reserved.