Package com.ibm.cics.model
Interface ILocalTransactionReference
-
- All Superinterfaces:
java.lang.Comparable<ICICSObjectReference<?>>,ICICSObjectReference<ILocalTransaction>,ICICSResourceReference<ILocalTransaction>
public interface ILocalTransactionReference extends ICICSResourceReference<ILocalTransaction>
-
-
Field Summary
-
Fields inherited from interface com.ibm.cics.model.ICICSObjectReference
COPYRIGHT
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ICICSResourceType<ILocalTransaction>getCICSType()java.lang.StringgetName()ICICSResourceType<ILocalTransaction>getObjectType()-
Methods inherited from interface com.ibm.cics.model.ICICSObjectReference
delete, getAttributeValue, getDescription, getFilterExpression, resolve
-
Methods inherited from interface com.ibm.cics.model.ICICSResourceReference
getCICSContainer
-
-
-
-
Method Detail
-
getName
java.lang.String getName()
-
getCICSType
ICICSResourceType<ILocalTransaction> getCICSType()
- Specified by:
getCICSTypein interfaceICICSObjectReference<ILocalTransaction>
-
getObjectType
ICICSResourceType<ILocalTransaction> getObjectType()
-
-