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 class
IOSGiBundle.ChangeAgentValue
Enumeration type for field CHANGEAGENTstatic class
IOSGiBundle.InstallAgentValue
Enumeration type for field INSTALLAGENTstatic class
IOSGiBundle.OsgiStateValue
Enumeration 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.String
getBundle()
Getter for field BUNDLEjava.lang.Long
getBundleId()
Getter for field OSGIBUNDLEIDjava.lang.String
getBundlePart()
Getter for field BUNDLEPARTIOSGiBundle.ChangeAgentValue
getChangeAgent()
Getter for field CHANGEAGENTjava.lang.String
getChangeAgentRelease()
Getter for field CHANGEAGRELjava.util.Date
getChangeTime()
Getter for field CHANGETIMEjava.lang.String
getChangeUserID()
Getter for field CHANGEUSRIDIOSGiBundleReference
getCICSObjectReference()
java.lang.String
getDefineSource()
Getter for field DEFINESOURCEjava.util.Date
getDefineTime()
Getter for field DEFINETIMEIOSGiBundle.InstallAgentValue
getInstallAgent()
Getter for field INSTALLAGENTjava.util.Date
getInstallTime()
Getter for field INSTALLTIMEjava.lang.String
getInstallUserID()
Getter for field INSTALLUSRIDjava.lang.String
getJvmServer()
Getter for field JVMSERVERICICSType<IOSGiBundle>
getObjectType()
IOSGiBundle.OsgiStateValue
getOsgiState()
Getter for field OSGISTATUSjava.lang.String
getOsgiVersion()
Getter for field OSGIVERSIONjava.lang.String
getSymbolicName()
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:
getObjectType
in interfaceICICSObject
- Specified by:
getObjectType
in 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:
getCICSObjectReference
in interfaceICICSObject
- Specified by:
getCICSObjectReference
in interfaceICICSResource
-
-