net.sf.jameleon.plugin.jagacy
Class JagacySessionTag
java.lang.Object
org.apache.commons.jelly.TagSupport
net.sf.jameleon.LocationAwareTagSupport
net.sf.jameleon.JameleonTagSupport
net.sf.jameleon.SessionTag
net.sf.jameleon.plugin.jagacy.JagacySessionTag
- All Implemented Interfaces:
- Attributable, DataDrivableResultRecordable, FunctionResultRecordable, Storable, DynaTag, LocationAware, Tag
public class JagacySessionTag
- extends SessionTag
A Session tag for the Jagacy 3270 plug-in.
An example of its use might:
Tag Name: <jagacy-session>
Methods inherited from class net.sf.jameleon.SessionTag |
delaySession, doTag, findParentTestCase, getApplication, getOrganization, getSessionResult, getStoreToFileName, init, recordDataDrivableResult, recordFunctionResult, recordResult, removeChildlessResult, setOrganization, setSessionDelay, store, tearDown, trace, traceMsg |
Methods inherited from class net.sf.jameleon.JameleonTagSupport |
cleanVariablesInContext, createAttributes, describeAttributes, getAttributeBroker, getAttributes, getAttributeType, getClassAttributes, getFunctionalPoint, getUnsupportedAttributes, loadFunctionalPoint, resetFunctionalPoint, setAttribute, setVariableInContext, testForUnsupportedAttributesCaught |
Methods inherited from class org.apache.commons.jelly.TagSupport |
findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim, trimBody |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SESSION_NAME
protected static final String SESSION_NAME
- See Also:
- Constant Field Values
HOST_PROP_NAME
protected static final String HOST_PROP_NAME
- See Also:
- Constant Field Values
HOST_CONTEXT_NAME
protected static final String HOST_CONTEXT_NAME
- See Also:
- Constant Field Values
host
protected String host
visible
protected Boolean visible
session
protected com.jagacy.Session3270 session
- The 3270 session handle
JagacySessionTag
public JagacySessionTag()
setUpSession
public void setUpSession()
- Overrides:
setUpSession
in class SessionTag
startApplication
public void startApplication()
- Overrides:
startApplication
in class SessionTag
getHost
public String getHost()
getSession3270
public com.jagacy.Session3270 getSession3270()
setHost
public void setHost(String host)
This attribute is recognized by Jameleon
getVisible
public Boolean getVisible()
setVisible
public void setVisible(boolean visible)
This attribute is recognized by Jameleon
tearDownSession
protected void tearDownSession()
- Overrides:
tearDownSession
in class SessionTag
isStringNotNull
protected boolean isStringNotNull(String str)
Copyright © 2005-2008 Christian Hargraves. All Rights Reserved.