IBM Branch Transformation Toolkit Javadoc

com.ibm.btt.server.flow.al.base
Class BaseLogonSnippet

java.lang.Object
  extended bycom.ibm.btt.server.flow.al.base.BaseSnippet
      extended bycom.ibm.btt.server.flow.al.base.BaseLogonSnippet

public class BaseLogonSnippet
extends BaseSnippet

This class is the default logon snippet super class.


Constructor Summary
BaseLogonSnippet()
           
 
Method Summary
 int execute()
          Real Logon Logic.
protected  Context getSessionContext()
          Gets the session context.
protected  void setupSessionContext()
          Setups the session context.
 
Methods inherited from class com.ibm.btt.server.flow.al.base.BaseSnippet
assignService, getContext, getDataFromWorkArea, getElementAt, getFormat, getService, getSystemData, getValueAt, releaseService, setContext, setValueAt, unassignService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseLogonSnippet

public BaseLogonSnippet()
Method Detail

execute

public int execute()
            throws BTTBPException
Real Logon Logic.

Specified by:
execute in class BaseSnippet
Throws:
BTTBPException

getSessionContext

protected Context getSessionContext()
Gets the session context.


setupSessionContext

protected void setupSessionContext()
                            throws BTTBPException
Setups the session context.

Throws:
BTTBPException

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005