|
Oracle Data-aware Controls Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.dacf.dataset.DacObject
oracle.dacf.dataset.ProducerObject
oracle.dacf.dataset.PropertyInfo
Base abstract class for properties of a DataItem that are exposed through the ImmediateAccess interface.
Field Summary |
Fields inherited from class oracle.dacf.dataset.ProducerObject |
_openLock |
Fields inherited from class oracle.dacf.dataset.DacObject |
EMPTY_PREFIX, INITIAL_CAPACITY, ITEMNAME_DELIMITER |
Constructor Summary | |
protected |
PropertyInfo()
|
protected |
PropertyInfo(java.lang.String name)
|
Method Summary | |
protected void |
closeCheck()
Checks to see if close is permitted. |
protected void |
closeChildren()
A subclass specific method for disconnecting the child objects from their server objects counterparts. |
protected void |
closeProducerObject()
A subclass specific method for disconnecting the client object from the appropriate server objects. |
protected java.lang.String |
genCloneName()
Used by the clone method to generate a name for the clone. |
java.lang.String |
getFormatString()
get the format string currently in use |
Formatter |
getFormatter()
get the Formatter currently in use |
boolean |
isReadOnly()
Returns the read-only value for the property being exposed. |
protected void |
openChildren()
A subclass specific method for connecting the child objects to their server counterparts. |
protected void |
openProducerObject()
A subclass specific method for connecting the client object from the appropriate server objects. |
void |
setFormatString(java.lang.String formatString)
Sets the formatter string to be used for formatting |
void |
setFormatter(Formatter formatterToUse)
Sets the Formatter to be used |
void |
setReadOnly(boolean readOnly)
Sets the read-only value for the property being exposed. |
Methods inherited from class oracle.dacf.dataset.ProducerObject |
addChild, addClonedDataItem, clone, close, closeDataItems, findDataItem, findProducerObject, findProducerObject, getClonedDataItems, getDataItem, getDataItemImpl, getDataProducer, getDataSourceName, getFullName, isAClonedDataItem, isOpen, open, openDataItems, 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 |
Constructor Detail |
protected PropertyInfo()
protected PropertyInfo(java.lang.String name)
Method Detail |
public void setReadOnly(boolean readOnly)
readOnly
- True if the exposed property is to be read-onlyisReadOnly()
public boolean isReadOnly()
setReadOnly(boolean readOnly)
public void setFormatter(Formatter formatterToUse)
formatterToUse
- a formatter objectpublic Formatter getFormatter()
public void setFormatString(java.lang.String formatString)
formatString
- format string to usepublic java.lang.String getFormatString()
protected void openProducerObject()
openProducerObject
in class ProducerObject
protected void openChildren()
openChildren
in class ProducerObject
protected void closeCheck()
Internal to the framework; should never be called by client classes
closeCheck
in class ProducerObject
DataSourceOperationException
- Occurs when closing isn't
allowed.protected void closeProducerObject()
closeProducerObject
in class ProducerObject
protected void closeChildren()
closeChildren
in class ProducerObject
protected java.lang.String genCloneName()
genCloneName
in class DacObject
|
Oracle Data-aware Controls Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2003, Oracle. All rights reserved.