|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IZOS
Service interface for interacting with z/OS resources.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
java.io.ByteArrayOutputStream |
getContents(DataEntry dataEntry,
FileType aFileType)
Get the contents of a DataEntry as a ByteArrayOutputStream |
Member |
getDataSetMember(PartitionedDataSet dataSet,
java.lang.String memberName)
Retrieve metadata about a specific member of a PDS |
java.util.List<Member> |
getMembers(PartitionedDataSet aDataSet)
Retrieve metadata about all members of a PDS |
void |
save(DataEntry aMember,
java.io.InputStream aStream)
Save the contents of an InputStream to a DataEntry . |
Methods inherited from interface com.ibm.cics.core.comm.IConnectable |
---|
addListener, disconnect, getConnection, getConnectionType, isConnected, setConnection |
Field Detail |
---|
static final java.lang.String COPYRIGHT
Method Detail |
---|
java.util.List<Member> getMembers(PartitionedDataSet aDataSet) throws PermissionDeniedException, ConnectionException
aDataSet
- PDS to retrieve the children for
List
of Member
s of the supplied PDS, which may be empty.
PermissionDeniedException
- if the user did not have permission to list the directory contents
ConnectionException
- if there was a problem performing the requestMember getDataSetMember(PartitionedDataSet dataSet, java.lang.String memberName) throws java.io.FileNotFoundException, PermissionDeniedException, ConnectionException
dataSet
- PDS to retrieve member metadata for.memberName
- name of a member to retrieve metadata for.
Member
describing metadata for the requested memberName
java.io.FileNotFoundException
- if a member with the supplied name can not be found
PermissionDeniedException
- if the current user did not have permission to retrieve metadata for the requested member.
ConnectionException
- if there was a problem performing the request.void save(DataEntry aMember, java.io.InputStream aStream) throws UpdateFailedException
InputStream
to a DataEntry
.
aMember
- DataEntry
to write the stream contents toaStream
- InputStream
of the data to write
UpdateFailedException
- if there is any problem writing to the data entryjava.io.ByteArrayOutputStream getContents(DataEntry dataEntry, FileType aFileType) throws java.io.FileNotFoundException, PermissionDeniedException, ConnectionException
DataEntry
as a ByteArrayOutputStream
dataEntry
- DataEntry
to retrieve the contents ofaFileType
- transfer type
ByteArrayOutputStream
of the contents of a DataEntry
java.io.FileNotFoundException
- if the supplied DataEntry
can not be found
PermissionDeniedException
- if the current user does not have permission to access the contents of the supplied DataEntry
ConnectionException
- if there is a problem retrieving the contents of the DataEntry
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |