oracle.dacf.dataset
Class StatusInfo
java.lang.Object
oracle.dacf.dataset.DacObject
oracle.dacf.dataset.ProducerObject
oracle.dacf.dataset.PropertyInfo
oracle.dacf.dataset.StatusInfo
- All Implemented Interfaces:
- java.lang.Cloneable
- public class StatusInfo
- extends PropertyInfo
Contains the metadata for displaying the status bar information.
Method Summary |
protected void |
closeDataItems()
A subclass specific method for disconnecting and revoking Dataitems
Internal to the framework; should never be called by client classes |
protected javax.infobus.DataItem |
getDataItem()
Returns a StatusImmediateAccess dataitem for the status "property". |
protected void |
openDataItems()
A subclass specific method for connecting the Dataitems
Internal to the framework; should never be called by client classes |
Methods inherited from class oracle.dacf.dataset.PropertyInfo |
closeCheck, closeChildren, closeProducerObject, genCloneName, getFormatString, getFormatter, isReadOnly, openChildren, openProducerObject, setFormatString, setFormatter, setReadOnly |
Methods inherited from class oracle.dacf.dataset.ProducerObject |
addChild, addClonedDataItem, clone, close, findDataItem, findProducerObject, findProducerObject, getClonedDataItems, getDataItemImpl, getDataProducer, getDataSourceName, getFullName, isAClonedDataItem, isOpen, open, publishDataItem, publishDataItem, removeChild, removeClonedDataItem, revokeDataItem, setClonedDataItems, setDataItem, setDataSourceName, setName, setOpen |
Methods inherited from class oracle.dacf.dataset.DacObject |
addChild, findDescendant, getChild, getChildIndex, getChildren, getName, getNumOfChildren, getParent, getPrefix, insertChildAt, removeChild, removeChildren, setChildren, setParent, setPrefix |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatusInfo
public StatusInfo()
StatusInfo
public StatusInfo(java.lang.String statusElementName)
openDataItems
protected void openDataItems()
- A subclass specific method for connecting the Dataitems
Internal to the framework; should never be called by client classes
- Specified by:
openDataItems
in class ProducerObject
closeDataItems
protected void closeDataItems()
- A subclass specific method for disconnecting and revoking Dataitems
Internal to the framework; should never be called by client classes
- Specified by:
closeDataItems
in class ProducerObject
getDataItem
protected javax.infobus.DataItem getDataItem()
- Returns a StatusImmediateAccess dataitem for the status "property".
- Overrides:
getDataItem
in class ProducerObject
- Returns:
- a StatusImmediateAccess
Copyright © 1997, 2003, Oracle. All rights reserved.