A B C D E F G I J M O P R S T U W X

A

addArchiveFile(String, InputStream) - Method in class com.ibm.cics.bundle.Bundle
Usage:
Function to read in a stream and write it to the bundle archive file.
addDefine(String, String, String, InputStream, boolean, boolean) - Method in class com.ibm.cics.bundle.Bundle
Usage:
To add a DEFINE element and stream to the bundle and manifest.
(1)The manifest entry is written first and then (2)the stream is added to the bundle archive.
addDefine(Manifest.Define, InputStream) - Method in class com.ibm.cics.bundle.Bundle
 
addDefine(String, String, String, InputStream) - Method in class com.ibm.cics.bundle.Bundle
Usage:
To add a DEFINE element and stream to the bundle and manifest.
(1)The manifest entry is written first and then (2)the stream is added to the bundle archive.
addDefine(String, String, String, boolean, boolean) - Method in class com.ibm.cics.bundle.ManifestImpl
Usage:
To add a DEFINE element to the manifest.
Any existing Manifest DEFINE element with the same name and type is overwritten.
addDefine(String, int, String, boolean, boolean) - Method in class com.ibm.cics.bundle.ManifestImpl
 
addDefine(String, String, String) - Method in class com.ibm.cics.bundle.ManifestImpl
Usage:
To add a DEFINE element to the manifest.
Any existing Manifest DEFINE element with the same name and type is overwritten.
addDefine(String, int, String) - Method in class com.ibm.cics.bundle.ManifestImpl
 
addDefine(Manifest.Define) - Method in class com.ibm.cics.bundle.ManifestImpl
 
addExport(String, String) - Method in class com.ibm.cics.bundle.Bundle
Usage:
To add an EXPORT element to the bundle and manifest.
Any existing EXPORT with the same name and type is overwritten.
addExport(Manifest.Export) - Method in class com.ibm.cics.bundle.Bundle
 
addExport(String, String) - Method in class com.ibm.cics.bundle.ManifestImpl
Usage:
To add an EXPORT element to the manifest.
Any existing EXPORT with the same name and type is overwritten.
addExport(String, int) - Method in class com.ibm.cics.bundle.ManifestImpl
 
addExport(Manifest.Export) - Method in class com.ibm.cics.bundle.ManifestImpl
 
addImport(String, String, boolean, boolean) - Method in class com.ibm.cics.bundle.Bundle
Usage:
To add an IMPORT element to the bundle and manifest.
Any existing IMPORT with the same name and type is overwritten.
addImport(String, String) - Method in class com.ibm.cics.bundle.Bundle
Usage:
To add an IMPORT element to the bundle and manifest.
Any existing IMPORT with the same name and type is overwritten.
addImport(Manifest.Import) - Method in class com.ibm.cics.bundle.Bundle
 
addImport(String, String, boolean, boolean) - Method in class com.ibm.cics.bundle.ManifestImpl
Usage:
To add an IMPORT element to the manifest.
Any existing IMPORT with the same name and type is overwritten.
addImport(String, int, boolean, boolean) - Method in class com.ibm.cics.bundle.ManifestImpl
 
addImport(String, String) - Method in class com.ibm.cics.bundle.ManifestImpl
Usage:
To add an IMPORT element to the manifest.
Any existing IMPORT with the same name and type is overwritten.
addImport(String, int) - Method in class com.ibm.cics.bundle.ManifestImpl
 
addImport(Manifest.Import) - Method in class com.ibm.cics.bundle.ManifestImpl
 
addMetaDirectiveSimple(String, String) - Method in class com.ibm.cics.bundle.ManifestImpl
Usage:
To add a simple element (name and text content) to the meta-directive in the any section of the manifest.
ATOMSERVICE_TYPE - Static variable in class com.ibm.cics.bundle.ManifestImpl
 

B

Bundle - Class in com.ibm.cics.bundle
Usage:
This class is used to generate Bundle archives.
Bundle(JarOutputStream) - Constructor for class com.ibm.cics.bundle.Bundle
Usage:
Contructor to create new Bundle and initialize default Manifest file values.

C

com.ibm.cics.bundle - package com.ibm.cics.bundle
 
createManifest() - Method in class com.ibm.cics.bundle.ManifestImpl
Function to return a new Manifest instance.
createManifest() - Method in class com.ibm.cics.bundle.ObjectFactory
Create an instance of Manifest
createManifestDefine() - Method in class com.ibm.cics.bundle.ObjectFactory
Create an instance of Manifest.Define
createManifestExport() - Method in class com.ibm.cics.bundle.ObjectFactory
Create an instance of Manifest.Export
createManifestImport() - Method in class com.ibm.cics.bundle.ObjectFactory
Create an instance of Manifest.Import
createManifestMetaDirectives() - Method in class com.ibm.cics.bundle.ObjectFactory
Create an instance of Manifest.MetaDirectives

D

DB2ENTRY_TYPE - Static variable in class com.ibm.cics.bundle.ManifestImpl
 
DB2TRAN_TYPE - Static variable in class com.ibm.cics.bundle.ManifestImpl
 
deleteDefine(String, String) - Method in class com.ibm.cics.bundle.Bundle
Usage:
To delete a DEFINE element from the Manifest instance.
Note: Any files/streams written to the bundle archive will persist.
Existing DEFINE element with the supplied name and type is deleted from the Manifest.
deleteDefine(String, String) - Method in class com.ibm.cics.bundle.ManifestImpl
Usage:
To delete a DEFINE element from the Manifest instance.
Existing DEFINE element with the supplied name and type is deleted from the Manifest.
deleteDefine(String, int) - Method in class com.ibm.cics.bundle.ManifestImpl
 
deleteExport(String, String) - Method in class com.ibm.cics.bundle.Bundle
Usage:
To delete an EXPORT element from the bundle instance.
Existing EXPORT with the supplied name and type is deleted.
deleteExport(String, String) - Method in class com.ibm.cics.bundle.ManifestImpl
Usage:
To delete an EXPORT element from the manifest.
Existing EXPORT with the supplied name and type is deleted.
deleteExport(String, int) - Method in class com.ibm.cics.bundle.ManifestImpl
 
deleteImport(String, String) - Method in class com.ibm.cics.bundle.Bundle
Usage:
To delete an IMPORT element from the bundle instance.
Existing IMPORT with the supplied name and type is deleted.
deleteImport(String, String) - Method in class com.ibm.cics.bundle.ManifestImpl
Usage:
To delete an IMPORT element from the manifest.
Existing IMPORT with the supplied name and type is deleted.
deleteImport(String, int) - Method in class com.ibm.cics.bundle.ManifestImpl
 
deleteMetaDirective(String) - Method in class com.ibm.cics.bundle.ManifestImpl
Usage:
To remove the first occurrence of an element with the given name in the meta-directive section of the manifest.
DOCTEMPLATE_TYPE - Static variable in class com.ibm.cics.bundle.ManifestImpl
 

E

ENQMODEL_TYPE - Static variable in class com.ibm.cics.bundle.ManifestImpl
 
EVENTBINDING_TYPE - Static variable in class com.ibm.cics.bundle.ManifestImpl
 

F

FILE_TYPE - Static variable in class com.ibm.cics.bundle.ManifestImpl
 

G

getAny() - Method in class com.ibm.cics.bundle.Manifest.MetaDirectives
Gets the value of the any property.
getBuild() - Method in class com.ibm.cics.bundle.Manifest
Gets the value of the build property.
getBundleRelease() - Method in class com.ibm.cics.bundle.Manifest
Gets the value of the bundleRelease property.
getBundleVersion() - Method in class com.ibm.cics.bundle.Manifest
Gets the value of the bundleVersion property.
getDefine() - Method in class com.ibm.cics.bundle.Manifest
Gets the value of the define property.
getExport() - Method in class com.ibm.cics.bundle.Manifest
Gets the value of the export property.
getImport() - Method in class com.ibm.cics.bundle.Manifest
Gets the value of the import property.
getManifest() - Method in class com.ibm.cics.bundle.ManifestImpl
 
getMetaDirectives() - Method in class com.ibm.cics.bundle.Manifest
Gets the value of the metaDirectives property.
getMetaDirectiveSimpleContent(String) - Method in class com.ibm.cics.bundle.ManifestImpl
Usage:
To get the text content of a simple element (name and text content) in the meta-directive section of the manifest.
getName() - Method in class com.ibm.cics.bundle.Manifest.Define
Gets the value of the name property.
getName() - Method in class com.ibm.cics.bundle.Manifest.Export
Gets the value of the name property.
getName() - Method in class com.ibm.cics.bundle.Manifest.Import
Gets the value of the name property.
getPath() - Method in class com.ibm.cics.bundle.Manifest.Define
Gets the value of the path property.
getTimestamp() - Method in class com.ibm.cics.bundle.Manifest.MetaDirectives
Gets the value of the timestamp property.
getType() - Method in class com.ibm.cics.bundle.Manifest.Define
Gets the value of the type property.
getType() - Method in class com.ibm.cics.bundle.Manifest.Export
Gets the value of the type property.
getType() - Method in class com.ibm.cics.bundle.Manifest.Import
Gets the value of the type property.
getType(int) - Method in class com.ibm.cics.bundle.ManifestImpl
function to return the URI style "type"

I

isOptional() - Method in class com.ibm.cics.bundle.Manifest.Define
Gets the value of the optional property.
isOptional() - Method in class com.ibm.cics.bundle.Manifest.Import
Gets the value of the optional property.
isWarn() - Method in class com.ibm.cics.bundle.Manifest.Define
Gets the value of the warn property.
isWarn() - Method in class com.ibm.cics.bundle.Manifest.Import
Gets the value of the warn property.

J

JOURNALMODEL_TYPE - Static variable in class com.ibm.cics.bundle.ManifestImpl
 

M

Manifest - Class in com.ibm.cics.bundle
Java class for anonymous complex type.
Manifest() - Constructor for class com.ibm.cics.bundle.Manifest
 
Manifest.Define - Class in com.ibm.cics.bundle
Java class for anonymous complex type.
Manifest.Define() - Constructor for class com.ibm.cics.bundle.Manifest.Define
 
Manifest.Export - Class in com.ibm.cics.bundle
Java class for anonymous complex type.
Manifest.Export() - Constructor for class com.ibm.cics.bundle.Manifest.Export
 
Manifest.Import - Class in com.ibm.cics.bundle
Java class for anonymous complex type.
Manifest.Import() - Constructor for class com.ibm.cics.bundle.Manifest.Import
 
Manifest.MetaDirectives - Class in com.ibm.cics.bundle
Java class for anonymous complex type.
Manifest.MetaDirectives() - Constructor for class com.ibm.cics.bundle.Manifest.MetaDirectives
 
MANIFEST_DEFINE - Static variable in class com.ibm.cics.bundle.Bundle
Constant to represent MANIFEST_DEFINE element.
MANIFEST_EXPORT - Static variable in class com.ibm.cics.bundle.Bundle
Constant to represent MANIFEST_EXPORT element.
MANIFEST_IMPORT - Static variable in class com.ibm.cics.bundle.Bundle
Constant to represent MANIFEST_IMPORT element.
manifestEntryExist(int, String, String) - Method in class com.ibm.cics.bundle.Bundle
Usage:
To check if the Manifest instance contains an existence of the named element
ManifestImpl - Class in com.ibm.cics.bundle
Usage:
This class is used to create and update the bundle manifest file.
ManifestImpl() - Constructor for class com.ibm.cics.bundle.ManifestImpl
 
ManifestImpl(InputStream) - Constructor for class com.ibm.cics.bundle.ManifestImpl
 
MAPSET_TYPE - Static variable in class com.ibm.cics.bundle.ManifestImpl
 

O

ObjectFactory - Class in com.ibm.cics.bundle
This object contains factory methods for each Java content interface and Java element interface generated in the com.ibm.cics.bundle package.
ObjectFactory() - Constructor for class com.ibm.cics.bundle.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.ibm.cics.bundle

P

PARTITIONSET_TYPE - Static variable in class com.ibm.cics.bundle.ManifestImpl
 
PIPELINE_TYPE - Static variable in class com.ibm.cics.bundle.ManifestImpl
 
PROCESSTYPE_TYPE - Static variable in class com.ibm.cics.bundle.ManifestImpl
 
PROGRAM_TYPE - Static variable in class com.ibm.cics.bundle.ManifestImpl
 

R

readInManifest(InputStream) - Method in class com.ibm.cics.bundle.ManifestImpl
 

S

SCACOMPOSITE_TYPE - Static variable in class com.ibm.cics.bundle.ManifestImpl
 
setBuild(String) - Method in class com.ibm.cics.bundle.Manifest
Sets the value of the build property.
setBundleRelease(Integer) - Method in class com.ibm.cics.bundle.Manifest
Sets the value of the bundleRelease property.
setBundleVersion(int) - Method in class com.ibm.cics.bundle.Manifest
Sets the value of the bundleVersion property.
setManifest(ManifestImpl) - Method in class com.ibm.cics.bundle.ManifestImpl
 
setMetaDirectives(Manifest.MetaDirectives) - Method in class com.ibm.cics.bundle.Manifest
Sets the value of the metaDirectives property.
setName(String) - Method in class com.ibm.cics.bundle.Manifest.Define
Sets the value of the name property.
setName(String) - Method in class com.ibm.cics.bundle.Manifest.Export
Sets the value of the name property.
setName(String) - Method in class com.ibm.cics.bundle.Manifest.Import
Sets the value of the name property.
setOptional(Boolean) - Method in class com.ibm.cics.bundle.Manifest.Define
Sets the value of the optional property.
setOptional(Boolean) - Method in class com.ibm.cics.bundle.Manifest.Import
Sets the value of the optional property.
setPath(String) - Method in class com.ibm.cics.bundle.Manifest.Define
Sets the value of the path property.
setTimestamp(XMLGregorianCalendar) - Method in class com.ibm.cics.bundle.Manifest.MetaDirectives
Sets the value of the timestamp property.
setType(String) - Method in class com.ibm.cics.bundle.Manifest.Define
Sets the value of the type property.
setType(String) - Method in class com.ibm.cics.bundle.Manifest.Export
Sets the value of the type property.
setType(String) - Method in class com.ibm.cics.bundle.Manifest.Import
Sets the value of the type property.
setWarn(Boolean) - Method in class com.ibm.cics.bundle.Manifest.Define
Sets the value of the warn property.
setWarn(Boolean) - Method in class com.ibm.cics.bundle.Manifest.Import
Sets the value of the warn property.

T

TRANSACTION_TYPE - Static variable in class com.ibm.cics.bundle.ManifestImpl
 
TSQMODEL_TYPE - Static variable in class com.ibm.cics.bundle.ManifestImpl
 

U

URIMAP_TYPE - Static variable in class com.ibm.cics.bundle.ManifestImpl
 

W

WEBSERVICE_TYPE - Static variable in class com.ibm.cics.bundle.ManifestImpl
 
writeArchive() - Method in class com.ibm.cics.bundle.Bundle
Usage:
This function should be called after all entries (DEFINEs, IMPORTs and EXPORTs) have been added to the Bundle archive.
The Manifest XML file is created and added to the Bundle archive.
writeManifest(OutputStream) - Method in class com.ibm.cics.bundle.Bundle
Usage:
This function should be called after all entries (DEFINEs, IMPORTs and EXPORTs) have been added to the Manifest.
Only returns the Manifest file
writeManifest(OutputStream) - Method in class com.ibm.cics.bundle.ManifestImpl
Usage:
This function should be called after all entries (DEFINEs, IMPORTs and EXPORTs) have been added to the Manifest.
Only returns the Manifest file

X

XMLTRANSFORM_TYPE - Static variable in class com.ibm.cics.bundle.ManifestImpl
 

A B C D E F G I J M O P R S T U W X