Package com.ibm.cics.model
Interface IRemoteTransactionReference
-
- All Superinterfaces:
java.lang.Comparable<ICICSObjectReference<?>>
,ICICSObjectReference<IRemoteTransaction>
,ICICSResourceReference<IRemoteTransaction>
public interface IRemoteTransactionReference extends ICICSResourceReference<IRemoteTransaction>
-
-
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<IRemoteTransaction>
getCICSType()
java.lang.String
getName()
ICICSResourceType<IRemoteTransaction>
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<IRemoteTransaction> getCICSType()
- Specified by:
getCICSType
in interfaceICICSObjectReference<IRemoteTransaction>
-
getObjectType
ICICSResourceType<IRemoteTransaction> getObjectType()
-
-