A C D G H I L M P S T

A

AbstractInvoker - Class in com.legstar.host.invoke
Abstract invoker.
AbstractInvoker(HostAccessStrategy, LegStarAddress, HostProgram) - Constructor for class com.legstar.host.invoke.AbstractInvoker
All invokers share this constructor.
AbstractProgramInvoker - Class in com.legstar.host.invoke
Generic code shared by all program invoker implementations.
AbstractProgramInvoker(String, String, String) - Constructor for class com.legstar.host.invoke.AbstractProgramInvoker
Operation invoker constructor.
AbstractProgramInvoker(String, String, HostProgram) - Constructor for class com.legstar.host.invoke.AbstractProgramInvoker
Operation invoker constructor.
AbstractServiceAdapter - Class in com.legstar.host.invoke
A super class for service adapters.
AbstractServiceAdapter(String) - Constructor for class com.legstar.host.invoke.AbstractServiceAdapter
This constructor attempts to locate a configuration file name from JNDI.
AbstractServiceAdapter(String, String) - Constructor for class com.legstar.host.invoke.AbstractServiceAdapter
This constructor gets configuration file name from implementing class.
AdapterInvokerSample - Class in com.legstar.host.invoke.sample
A sample program using Mainframe Invoker to invoke a CICS program.
AdapterInvokerSample() - Constructor for class com.legstar.host.invoke.sample.AdapterInvokerSample
 
addInputContainer(HostContainer) - Method in class com.legstar.host.invoke.model.HostProgram
Add a CICS input container.
addOutputContainer(HostContainer) - Method in class com.legstar.host.invoke.model.HostProgram
Add a CICS output container.

C

check() - Method in class com.legstar.host.invoke.model.HostProgram
Perform sanity check on attributes.
com.legstar.host.access - package com.legstar.host.access
Generic host access strategy classes.
com.legstar.host.invoke - package com.legstar.host.invoke
Interface and implementation of a request/response invoke mechanism of a remote host program.
com.legstar.host.invoke.model - package com.legstar.host.invoke.model
Model for host program invocation.
com.legstar.host.invoke.sample - package com.legstar.host.invoke.sample
Low-level sample code showcases how the generic host invoker can be used directly .
CommareaInvoker - Class in com.legstar.host.invoke
An invoker has the capability to run a host program using java object trees as input and output structures.
CommareaInvoker(HostAccessStrategy, LegStarAddress, HostProgram) - Constructor for class com.legstar.host.invoke.CommareaInvoker
Commarea Invoker calls a CICS Commarea-driven program.
CONFIG_FILE - Static variable in class com.legstar.host.invoke.sample.AdapterInvokerSample
A valid invoker configuration file.
CONTAINER_NAME_LABEL - Static variable in class com.legstar.host.invoke.model.HostContainer
JSON identifier for container name.
CONTAINER_SIZE_LABEL - Static variable in class com.legstar.host.invoke.model.HostContainer
JSON identifier for container size.
ContainerInvoker - Class in com.legstar.host.invoke
A ContainerInvoker builds a request object for a target CHANNEL-driven CICS program.
ContainerInvoker(HostAccessStrategy, LegStarAddress, HostProgram) - Constructor for class com.legstar.host.invoke.ContainerInvoker
Container Invoker calls a CICS Container-driven program.
createAccessStrategy(HostEndpoint) - Static method in class com.legstar.host.access.HostAccessStrategyFactory
Delivers a host access strategy.
createHostInvoker(String, LegStarAddress, HostProgram) - Static method in class com.legstar.host.invoke.HostInvokerFactory
An Invoker is constructed from a configuration file, for a particular host address and target host program.
createHostInvoker(String, LegStarAddress, String) - Static method in class com.legstar.host.invoke.HostInvokerFactory
Deprecated. An Invoker is constructed from a configuration file, for a particular host address and target host program.

D

DirectHostAccessStrategy - Class in com.legstar.host.access
This transport-independant accessor dynamically loads a connection factory and issues a direct synchronous call to a host.
DirectHostAccessStrategy(HostEndpoint) - Constructor for class com.legstar.host.access.DirectHostAccessStrategy
Construct a direct host accessor for an endpoint.

G

getAddress() - Method in class com.legstar.host.invoke.AbstractInvoker
 
getAddress() - Method in interface com.legstar.host.invoke.HostInvoker
 
getChannel() - Method in class com.legstar.host.invoke.model.HostProgram
Deprecated. replaced by HostProgram.getChannelName()
getChannelName() - Method in class com.legstar.host.invoke.model.HostProgram
The CICS Channel name.
getConfigFileName() - Method in class com.legstar.host.invoke.AbstractProgramInvoker
 
getConfigFileName() - Method in class com.legstar.host.invoke.AbstractServiceAdapter
 
getDataLength() - Method in class com.legstar.host.invoke.model.HostProgram
The size of the input data.
getHostAccessStrategy() - Method in class com.legstar.host.invoke.AbstractInvoker
 
getHostAccessStrategy() - Method in interface com.legstar.host.invoke.HostInvoker
 
getHostEndpoint() - Method in class com.legstar.host.access.DirectHostAccessStrategy
 
getHostInvoker(LegStarAddress) - Method in class com.legstar.host.invoke.AbstractProgramInvoker
Creates a new host invoker either because there is none yet or because something in the request supersedes the previous address parameters.
getHostProgram() - Method in class com.legstar.host.invoke.AbstractInvoker
 
getHostProgram() - Method in class com.legstar.host.invoke.AbstractProgramInvoker
 
getHostProgram() - Method in interface com.legstar.host.invoke.HostInvoker
 
getInContainers() - Method in class com.legstar.host.invoke.model.HostProgram
Deprecated. replaced by HostProgram.getInputContainers()
getInputContainers() - Method in class com.legstar.host.invoke.model.HostProgram
The CICS input Containers list.
getInvokeTimeout() - Method in class com.legstar.host.access.PooledHostAccessStrategy
 
getLength() - Method in class com.legstar.host.invoke.model.HostContainer
 
getLength() - Method in class com.legstar.host.invoke.model.HostProgram
Deprecated. replaced by HostProgram.getMaxDataLength()
getMaxDataLength() - Method in class com.legstar.host.invoke.model.HostProgram
The largest commarea size supported.
getName() - Method in class com.legstar.host.invoke.model.HostContainer
 
getName() - Method in class com.legstar.host.invoke.model.HostProgram
The host program name.
getOperationName() - Method in class com.legstar.host.invoke.AbstractProgramInvoker
 
getOutContainers() - Method in class com.legstar.host.invoke.model.HostProgram
Deprecated. replaced by HostProgram.getOutputContainers()
getOutputContainers() - Method in class com.legstar.host.invoke.model.HostProgram
The CICS output Containers list.
getProgramAttr() - Method in class com.legstar.host.invoke.AbstractInvoker
 
getProgramAttr() - Method in interface com.legstar.host.invoke.HostInvoker
Deprecated.  
getProgramProperties() - Method in class com.legstar.host.invoke.AbstractProgramInvoker
Deprecated.  
getServiceAdapterName() - Method in class com.legstar.host.invoke.AbstractServiceAdapter
 
getSyncOnReturn() - Method in class com.legstar.host.invoke.model.HostProgram
True if CICS should automatically syncpoint on each call.
getSysID() - Method in class com.legstar.host.invoke.model.HostProgram
The remote CICS ID.
getTransID() - Method in class com.legstar.host.invoke.model.HostProgram
The remote CICS transaction ID to use.

H

hasChannel() - Method in class com.legstar.host.invoke.model.HostProgram
 
HostAccessStrategy - Interface in com.legstar.host.access
An abstract host access strategy providing capability to execute a request.
HostAccessStrategyException - Exception in com.legstar.host.access
Exception raised if host execution fails.
HostAccessStrategyException(String) - Constructor for exception com.legstar.host.access.HostAccessStrategyException
Constructor from an error message.
HostAccessStrategyException(Exception) - Constructor for exception com.legstar.host.access.HostAccessStrategyException
Constructor from an inner exception.
HostAccessStrategyFactory - Class in com.legstar.host.access
A factory providing a host access strategy.
HostContainer - Class in com.legstar.host.invoke.model
Provides the properties of a host container.
HostContainer() - Constructor for class com.legstar.host.invoke.model.HostContainer
Bean constructor.
HostContainer(String, int) - Constructor for class com.legstar.host.invoke.model.HostContainer
Shorthand constructor.
HostInvoker - Interface in com.legstar.host.invoke
Abstract class to invoke host functions.
HostInvokerException - Exception in com.legstar.host.invoke
Exception raised if invoke execution fails.
HostInvokerException(String) - Constructor for exception com.legstar.host.invoke.HostInvokerException
Constructor from an error message.
HostInvokerException(Exception) - Constructor for exception com.legstar.host.invoke.HostInvokerException
Constructor from an inner exception.
HostInvokerFactory - Class in com.legstar.host.invoke
A factory providing a host invoke capability.
HostProgram - Class in com.legstar.host.invoke.model
Provides the properties of a target host program to be invoked by a LegStar adapter.
HostProgram() - Constructor for class com.legstar.host.invoke.model.HostProgram
 
HostProgramException - Exception in com.legstar.host.invoke.model
Exception raised if host program attributes are abnormal.
HostProgramException(String) - Constructor for exception com.legstar.host.invoke.model.HostProgramException
Constructor from an error message.
HostProgramException(Throwable) - Constructor for exception com.legstar.host.invoke.model.HostProgramException
Constructor from an inner exception.
HostProgramException(String, Throwable) - Constructor for exception com.legstar.host.invoke.model.HostProgramException
Constructor from an inner exception.
HostProgramProperties - Class in com.legstar.host.invoke
This data object holds the characteristics of a target host program.
HostProgramProperties(String) - Constructor for class com.legstar.host.invoke.HostProgramProperties
Constructor from a properties file.

I

invoke(LegStarRequest) - Method in class com.legstar.host.access.DirectHostAccessStrategy
(non-Javadoc).
invoke(LegStarRequest) - Method in interface com.legstar.host.access.HostAccessStrategy
Synchronous execution for a given request.
invoke(LegStarRequest) - Method in class com.legstar.host.access.PooledHostAccessStrategy
An engine, servicing pool of host connections, is assumed to be running in this VM.
invoke(String, LegStarMessage) - Method in class com.legstar.host.invoke.AbstractInvoker
Generic mainframe invoke method.
invoke(String, Map<String, ICobolComplexBinding>, Map<String, ICobolComplexBinding>) - Method in class com.legstar.host.invoke.CommareaInvoker
Deprecated. This method is invalid for Commarea-driven programs. In a future version it will be supported to allow for a commarea to be mapped to multiple Cobol structures.
invoke(String, byte[]) - Method in class com.legstar.host.invoke.CommareaInvoker
Invoke a host function using one input and one output raw mainframe data buffers.
invoke(String, Map<String, byte[]>) - Method in class com.legstar.host.invoke.CommareaInvoker
Invoke a host function with multiple input and multiple parts.
invoke(String, byte[]) - Method in class com.legstar.host.invoke.ContainerInvoker
Invoke a host function using one input and one output raw mainframe data buffers.
invoke(String, Map<String, byte[]>) - Method in class com.legstar.host.invoke.ContainerInvoker
Invoke a host function with multiple input and multiple parts.
invoke(String, byte[]) - Method in interface com.legstar.host.invoke.HostInvoker
Invoke a host function using one input and one output raw mainframe data buffers.
invoke(String, Map<String, byte[]>) - Method in interface com.legstar.host.invoke.HostInvoker
Invoke a host function with multiple input and multiple parts.
invoke() - Method in class com.legstar.host.invoke.sample.AdapterInvokerSample
Run the remote program using the sample configuration.
isSyncOnReturn() - Method in class com.legstar.host.invoke.model.HostProgram
True if CICS should automatically syncpoint on each call.

L

load(String) - Method in class com.legstar.host.invoke.HostProgramProperties
Loads a properties file from classpath into memory.

M

main(String[]) - Static method in class com.legstar.host.invoke.sample.AdapterInvokerSample
Main entry point.

P

PooledHostAccessStrategy - Class in com.legstar.host.access
This class implements a host accessor over a pool of host connections managed by a central engine.
PooledHostAccessStrategy(HostEndpoint) - Constructor for class com.legstar.host.access.PooledHostAccessStrategy
Construct a pool access strategy from a configuration sub-hierarchy.
PROGRAM_PROPERTIES - Static variable in class com.legstar.host.invoke.sample.AdapterInvokerSample
Target CICS program attributes.

S

setChannel(String) - Method in class com.legstar.host.invoke.model.HostProgram
Deprecated. replaced by setChannelName()
setChannelName(String) - Method in class com.legstar.host.invoke.model.HostProgram
The CICS Channel name.
setConfigFileName(String) - Method in class com.legstar.host.invoke.AbstractServiceAdapter
 
setDataLength(int) - Method in class com.legstar.host.invoke.model.HostProgram
The size of the input data.
setInContainers(List<HostContainer>) - Method in class com.legstar.host.invoke.model.HostProgram
Deprecated. replaced by setInputContainers()
setInputContainers(List<HostContainer>) - Method in class com.legstar.host.invoke.model.HostProgram
The CICS input Containers list.
setInvokeTimeout(long) - Method in class com.legstar.host.access.PooledHostAccessStrategy
 
setLength(int) - Method in class com.legstar.host.invoke.model.HostContainer
 
setLength(int) - Method in class com.legstar.host.invoke.model.HostProgram
Deprecated. replaced by setMaxDataLength()
setMaxDataLength(int) - Method in class com.legstar.host.invoke.model.HostProgram
The largest commarea size supported.
setName(String) - Method in class com.legstar.host.invoke.model.HostContainer
 
setName(String) - Method in class com.legstar.host.invoke.model.HostProgram
The host program name.
setOutContainers(List<HostContainer>) - Method in class com.legstar.host.invoke.model.HostProgram
Deprecated. replaced by setOutputContainers()
setOutputContainers(List<HostContainer>) - Method in class com.legstar.host.invoke.model.HostProgram
The CICS output Containers list.
setSyncOnReturn(boolean) - Method in class com.legstar.host.invoke.model.HostProgram
True if CICS should automatically syncpoint on each call.
setSysID(String) - Method in class com.legstar.host.invoke.model.HostProgram
The remote CICS ID.
setTransID(String) - Method in class com.legstar.host.invoke.model.HostProgram
The remote CICS transaction ID to use.

T

toJSON() - Method in class com.legstar.host.invoke.model.HostContainer
 
toJSONHost() - Method in class com.legstar.host.invoke.model.HostProgram
Host program properties are sent to the host as a JSON serialization converted to a basic host character set.
toString() - Method in class com.legstar.host.invoke.AbstractInvoker
toString() - Method in class com.legstar.host.invoke.AbstractProgramInvoker
toString() - Method in class com.legstar.host.invoke.model.HostContainer
Creates a valid JSON representation of this object.
toString() - Method in class com.legstar.host.invoke.model.HostProgram
Creates a valid JSON representation of this object.

A C D G H I L M P S T

Copyright © 2012 LegSem. All Rights Reserved.