Interface IOSGiBundle
-
- All Superinterfaces:
ICICSObject,ICICSResource,com.ibm.cics.model.meta.ITypedObject
public interface IOSGiBundle extends ICICSResource
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIOSGiBundle.ChangeAgentValueEnumeration type for field CHANGEAGENTstatic classIOSGiBundle.InstallAgentValueEnumeration type for field INSTALLAGENTstatic classIOSGiBundle.OsgiStateValueEnumeration type for field OSGISTATUS
-
Field Summary
-
Fields inherited from interface com.ibm.cics.model.ICICSResource
COPYRIGHT
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetBundle()Getter for field BUNDLEjava.lang.LonggetBundleId()Getter for field OSGIBUNDLEIDjava.lang.StringgetBundlePart()Getter for field BUNDLEPARTIOSGiBundle.ChangeAgentValuegetChangeAgent()Getter for field CHANGEAGENTjava.lang.StringgetChangeAgentRelease()Getter for field CHANGEAGRELjava.util.DategetChangeTime()Getter for field CHANGETIMEjava.lang.StringgetChangeUserID()Getter for field CHANGEUSRIDIOSGiBundleReferencegetCICSObjectReference()java.lang.StringgetDefineSource()Getter for field DEFINESOURCEjava.util.DategetDefineTime()Getter for field DEFINETIMEIOSGiBundle.InstallAgentValuegetInstallAgent()Getter for field INSTALLAGENTjava.util.DategetInstallTime()Getter for field INSTALLTIMEjava.lang.StringgetInstallUserID()Getter for field INSTALLUSRIDjava.lang.StringgetJvmServer()Getter for field JVMSERVERICICSType<IOSGiBundle>getObjectType()IOSGiBundle.OsgiStateValuegetOsgiState()Getter for field OSGISTATUSjava.lang.StringgetOsgiVersion()Getter for field OSGIVERSIONjava.lang.StringgetSymbolicName()Getter for field OSGIBUND-
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType, getName
-
Methods inherited from interface com.ibm.cics.model.ICICSResource
getCICSContainer, getCICSRelease, getRegionName
-
-
-
-
Method Detail
-
getObjectType
ICICSType<IOSGiBundle> getObjectType()
- Specified by:
getObjectTypein interfaceICICSObject- Specified by:
getObjectTypein interfacecom.ibm.cics.model.meta.ITypedObject
-
getSymbolicName
java.lang.String getSymbolicName()
Getter for field OSGIBUNDOSGi bundle name
Specifies the name of this OSGi bundle. The name can be up to 255 characters in length.
-
getChangeAgent
IOSGiBundle.ChangeAgentValue getChangeAgent()
Getter for field CHANGEAGENTLast modification agent
The change agent identifier that made the last modification.
- CSDAPI - The resource was last changed by a CEDA transaction, by the programmable interface to DFHEDAP or by an EXEC CICS CSD command.
- CSDBATCH - The resource was last changed by a DFHCSDUP job.
- DREPAPI - The resource was last changed by a CICSPlex SM BAS API command.
- CREATESPI - The resource was last changed by an EXEC CICS CREATE command.
- NOTAPPLIC - This is not applicable for this resource.
- OVERRIDE - Resource was last changed by resource overrides.
-
getChangeAgentRelease
java.lang.String getChangeAgentRelease()
Getter for field CHANGEAGRELLast modification agent release
The CICS release level of the agent that made the last modification to the resource definition.
-
getChangeUserID
java.lang.String getChangeUserID()
Getter for field CHANGEUSRIDLast modification user ID
The user ID that made the last modification to the resource definition.
-
getDefineSource
java.lang.String getDefineSource()
Getter for field DEFINESOURCESource of the resource definition
The source of the definition, depending on which agent made the last change.
-
getInstallAgent
IOSGiBundle.InstallAgentValue getInstallAgent()
Getter for field INSTALLAGENTInstallation agent
The install agent identifier that made the installation.
- BUNDLE - The resource was installed by a bundle deployment.
-
getInstallUserID
java.lang.String getInstallUserID()
Getter for field INSTALLUSRIDInstallation user ID
The user ID that installed the resource definition.
-
getOsgiState
IOSGiBundle.OsgiStateValue getOsgiState()
Getter for field OSGISTATUSOSGi bundle status
Returns the status of OSGi bundle.
- UNINSTALLED - The OSGi bundle has been uninstalled.
- INSTALLED - The OSGi bundle has successfully installed.
- RESOLVED - All Java classes that the bundle requires are available.
- STARTING - The OSGi bundle is being started in the OSGi framework.
- STOPPING - The OSGi bundle is being stopped in the OSGi framework.
- ACTIVE - The OSGi bundle has been successfully activated and is running.
-
getDefineTime
java.util.Date getDefineTime()
Getter for field DEFINETIMECreation time
The local date and time when the resource definition record was created on DFHCSD or EYUDREP.
-
getChangeTime
java.util.Date getChangeTime()
Getter for field CHANGETIMELast modification time
The local date and time when the definition was last changed.
-
getInstallTime
java.util.Date getInstallTime()
Getter for field INSTALLTIMEInstallation time
The local date and time when the definition was installed
-
getBundleId
java.lang.Long getBundleId()
Getter for field OSGIBUNDLEIDOSGi bundle ID
The value of the bundle ID in the OSGi framework.
-
getBundlePart
java.lang.String getBundlePart()
Getter for field BUNDLEPARTCICS bundle part
Specifies the 1 to 255 character name of the OSGIBUNDLE part of the BUNDLE resource that represents the installed OSGi bundle in the specified JVM server.
-
getJvmServer
java.lang.String getJvmServer()
Getter for field JVMSERVERJVM server
The name of the JVM server in which the OSGi bundle is installed.
-
getBundle
java.lang.String getBundle()
Getter for field BUNDLECICS bundle name
The name of the CICS BUNDLE resource that contains the deployed OSGi bundle on the specified JVM server.
-
getOsgiVersion
java.lang.String getOsgiVersion()
Getter for field OSGIVERSIONOSGi bundle version
Specifies the 1 - 255 character version of the OSGi bundle.
-
getCICSObjectReference
IOSGiBundleReference getCICSObjectReference()
- Specified by:
getCICSObjectReferencein interfaceICICSObject- Specified by:
getCICSObjectReferencein interfaceICICSResource
-
-