com.ibm.cics.model
Interface IEPAdapterInSet

All Superinterfaces:
ICICSObject, ICICSResource, com.ibm.cics.model.meta.ITypedObject

public interface IEPAdapterInSet
extends ICICSResource

generated from CICS resourcetable EPAINSET


Field Summary
 
Fields inherited from interface com.ibm.cics.model.ICICSResource
COPYRIGHT
 
Method Summary
<From extends ICICSObject>
ICICSObjectListFactory<From>
findReferences(IReferenceAttribute<From,IEPAdapterInSet> referenceAttribute)
          Returns an ICICSObjectListFactory that can be used to retrieve all objects that reference this ICICSObject by the supplied IReferenceAttribute.
 IEPAdapterInSetReference getCICSObjectReference()
           
 java.lang.String getEpAdapter()
          Getter for field EPADAPTER
 java.lang.String getEpAdapterSet()
          Getter for field EPADAPTERSET
 ICICSType<IEPAdapterInSet> getObjectType()
           
 
Methods inherited from interface com.ibm.cics.model.ICICSResource
getCICSRelease, getRegionName
 
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType, getName
 
Methods inherited from interface com.ibm.cics.model.meta.ITypedObject
getAttributeValue
 

Method Detail

getObjectType

ICICSType<IEPAdapterInSet> getObjectType()
Specified by:
getObjectType in interface ICICSObject
Specified by:
getObjectType in interface com.ibm.cics.model.meta.ITypedObject

getEpAdapter

java.lang.String getEpAdapter()
Getter for field EPADAPTER

EP adapter name

Specifies the name of the event processing adapter. The name can be up to 32 characters in length.


getEpAdapterSet

java.lang.String getEpAdapterSet()
Getter for field EPADAPTERSET

EP adapter set name

Specifies the name of the event processing adapter set. The name can be up to 32 characters in length.


getCICSObjectReference

IEPAdapterInSetReference getCICSObjectReference()
Specified by:
getCICSObjectReference in interface ICICSObject

findReferences

<From extends ICICSObject> ICICSObjectListFactory<From> findReferences(IReferenceAttribute<From,IEPAdapterInSet> referenceAttribute)
Returns an ICICSObjectListFactory that can be used to retrieve all objects that reference this ICICSObject by the supplied IReferenceAttribute. The list factory can be activated by the caller when necessary. This method does not perform any I/O.



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