IBM Branch Transformation Toolkit Javadoc

com.ibm.btt.sm.as
Class SingleActivitySessionImpl

java.lang.Object
  extended bycom.ibm.btt.sm.as.ActivitySessionConsts
      extended bycom.ibm.btt.sm.as.SingleActivitySessionImpl
All Implemented Interfaces:
SingleActivitySession

public class SingleActivitySessionImpl
extends ActivitySessionConsts
implements SingleActivitySession

The SingleActivitySessionImpl implements SingleAcitivitySession interface


Field Summary
 
Fields inherited from class com.ibm.btt.sm.as.ActivitySessionConsts
AcitivitySessionSection, ActivitySessionSettingFile, BeginOp, EndOp, LocalTransactionsSection, NotFoundInDefination, TimeOut
 
Constructor Summary
SingleActivitySessionImpl(java.lang.String _sessionId)
          SingleActivitySessionImpl constructor.
 
Method Summary
 void beginSession()
          start an activitysession manually without parameter
 void endSession()
          ends an activitysession manually without parameter
protected  void finalize()
          finalize
 java.lang.String getSessionId()
          Returns the sessionId.
 void initialize()
          do nothing
 boolean isStarted()
          Returns the started.
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SingleActivitySessionImpl

public SingleActivitySessionImpl(java.lang.String _sessionId)
SingleActivitySessionImpl constructor. Automatically initiallized from dse.ini

Method Detail

beginSession

public void beginSession()
                  throws UnSupportActivitySessionFeatureException,
                         BTTActivitySessionInternalException
Description copied from interface: SingleActivitySession
start an activitysession manually without parameter

Specified by:
beginSession in interface SingleActivitySession
Returns:
void
Throws:
BTTActivitySessionInternalException
UnSupportActivitySessionFeatureException
See Also:
SingleActivitySession.beginSession()

endSession

public void endSession()
                throws BTTActivitySessionInternalException
Description copied from interface: SingleActivitySession
ends an activitysession manually without parameter

Specified by:
endSession in interface SingleActivitySession
Returns:
void
Throws:
BTTActivitySessionInternalException
See Also:
SingleActivitySession.endSession()

finalize

protected void finalize()
                 throws java.lang.Throwable
finalize

Throws:
java.lang.Throwable

initialize

public void initialize()
do nothing


getSessionId

public java.lang.String getSessionId()
Description copied from interface: SingleActivitySession
Returns the sessionId.

Specified by:
getSessionId in interface SingleActivitySession
Returns:
String
See Also:
SingleActivitySession.getSessionId()

isStarted

public boolean isStarted()
Description copied from interface: SingleActivitySession
Returns the started.

Specified by:
isStarted in interface SingleActivitySession
Returns:
boolean
See Also:
SingleActivitySession.isStarted()

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005