com.ibm.cics.model
Interface IWorkloadTransactionReference

All Superinterfaces:
ICICSObjectReference<IWorkloadTransaction>

public interface IWorkloadTransactionReference
extends ICICSObjectReference<IWorkloadTransaction>


Field Summary
 
Fields inherited from interface com.ibm.cics.model.ICICSObjectReference
COPYRIGHT
 
Method Summary
 ICICSType<IWorkloadTransaction> getObjectType()
           
 java.lang.String getTransactionID()
           
 java.lang.String getWorkload()
           
 java.lang.String getWorkloadOwner()
           
 
Methods inherited from interface com.ibm.cics.model.ICICSObjectReference
getAttributeValue, getCICSType
 

Method Detail

getTransactionID

java.lang.String getTransactionID()

getWorkload

java.lang.String getWorkload()

getWorkloadOwner

java.lang.String getWorkloadOwner()

getObjectType

ICICSType<IWorkloadTransaction> getObjectType()


Copyright © 2008-2013 IBM Corp. All Rights Reserved.