|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IOSGiBundle
generated from CICS resourcetable OSGIBUND
Nested Class Summary | |
---|---|
static class |
IOSGiBundle.ChangeAgentValue
Enumeration type for field CHANGEAGENT |
static class |
IOSGiBundle.InstallAgentValue
Enumeration type for field INSTALLAGENT |
static class |
IOSGiBundle.OsgiStateValue
Enumeration type for field OSGISTATUS |
Field Summary |
---|
Fields inherited from interface com.ibm.cics.model.ICICSResource |
---|
COPYRIGHT |
Method Summary | ||
---|---|---|
|
findReferences(IReferenceAttribute<From,IOSGiBundle> referenceAttribute)
Returns an ICICSObjectListFactory that can be used to retrieve all objects that reference this ICICSObject by the supplied IReferenceAttribute. |
|
java.lang.String |
getBundle()
Getter for field BUNDLE |
|
java.lang.Long |
getBundleId()
Getter for field OSGIBUNDLEID |
|
java.lang.String |
getBundlePart()
Getter for field BUNDLEPART |
|
IOSGiBundle.ChangeAgentValue |
getChangeAgent()
Getter for field CHANGEAGENT |
|
java.lang.String |
getChangeAgentRelease()
Getter for field CHANGEAGREL |
|
java.util.Date |
getChangeTime()
Getter for field CHANGETIME |
|
java.lang.String |
getChangeUserID()
Getter for field CHANGEUSRID |
|
IOSGiBundleReference |
getCICSObjectReference()
|
|
java.lang.String |
getDefineSource()
Getter for field DEFINESOURCE |
|
java.util.Date |
getDefineTime()
Getter for field DEFINETIME |
|
IOSGiBundle.InstallAgentValue |
getInstallAgent()
Getter for field INSTALLAGENT |
|
java.util.Date |
getInstallTime()
Getter for field INSTALLTIME |
|
java.lang.String |
getInstallUserID()
Getter for field INSTALLUSRID |
|
java.lang.String |
getJvmServer()
Getter for field JVMSERVER |
|
ICICSType<IOSGiBundle> |
getObjectType()
|
|
IOSGiBundle.OsgiStateValue |
getOsgiState()
Getter for field OSGISTATUS |
|
java.lang.String |
getOsgiVersion()
Getter for field OSGIVERSION |
|
java.lang.String |
getSymbolicName()
Getter for field OSGIBUND |
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 |
---|
ICICSType<IOSGiBundle> getObjectType()
getObjectType
in interface ICICSObject
getObjectType
in interface com.ibm.cics.model.meta.ITypedObject
java.lang.String getSymbolicName()
OSGi bundle name
Specifies the name of this OSGi bundle. The name can be up to 255 characters in length.
IOSGiBundle.ChangeAgentValue getChangeAgent()
Last modification agent
The change agent identifier that made the last modification.
java.lang.String getChangeAgentRelease()
Last modification agent release
The CICS release level of the agent that made the last modification to the resource definition.
java.lang.String getChangeUserID()
Last modification user ID
The user ID that made the last modification to the resource definition.
java.lang.String getDefineSource()
Source of the resource definition
The source of the definition, depending on which agent made the last change.
IOSGiBundle.InstallAgentValue getInstallAgent()
Installation agent
The install agent identifier that made the installation.
java.lang.String getInstallUserID()
Installation user ID
The user ID that installed the resource definition.
IOSGiBundle.OsgiStateValue getOsgiState()
Status
Returns the status of OSGi bundle.
java.util.Date getDefineTime()
Creation time
The local date and time when the resource definition record was created on DFHCSD or EYUDREP.
java.util.Date getChangeTime()
Last modification time
The local date and time when the definition was last changed.
java.util.Date getInstallTime()
Installation time
The local date and time when the definition was installed
java.lang.Long getBundleId()
OSGi bundle ID
The value of the bundle ID in the OSGi framework.
java.lang.String getBundlePart()
CICS BUNDLE bundlepart
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.
java.lang.String getJvmServer()
JVM server
The name of the JVM server in which the OSGi bundle is installed.
java.lang.String getBundle()
CICS BUNDLE name
The name of the CICS BUNDLE resource that contains the deployed OSGi bundle on the specified JVM server.
java.lang.String getOsgiVersion()
Version of the OSGi bundle
Specifies the 1 - 255 character version of the OSGi bundle.
IOSGiBundleReference getCICSObjectReference()
getCICSObjectReference
in interface ICICSObject
<From extends ICICSObject> ICICSObjectListFactory<From> findReferences(IReferenceAttribute<From,IOSGiBundle> referenceAttribute)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |