oracle.dacf.dataset
Class RowSetPropertyInfo
java.lang.Object
|
+--oracle.dacf.dataset.DacObject
|
+--oracle.dacf.dataset.ProducerObject
|
+--oracle.dacf.dataset.PropertyInfo
|
+--oracle.dacf.dataset.RowSetPropertyInfo
- All Implemented Interfaces:
- java.lang.Cloneable
- Direct Known Subclasses:
- QueryCriteriaProperty
- public class RowSetPropertyInfo
- extends PropertyInfo
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 |
closeDataItems()
A subclass specific method for disconnecting and revoking Dataitems
Internal to the framework; should never be called by client classes |
protected void |
closeProducerObject()
A subclass specific method for disconnecting the client object from
the appropriate server objects. |
protected void |
openChildren()
A subclass specific method for connecting the child objects to
their server counterparts. |
protected void |
openDataItems()
A subclass specific method for connecting the Dataitems
Internal to the framework; should never be called by client classes |
protected void |
openProducerObject()
A subclass specific method for connecting the client object from
the appropriate server objects. |
Methods inherited from class oracle.dacf.dataset.ProducerObject |
addChild, addClonedDataItem, clone, close, findDataItem, findProducerObject, findProducerObject, getClonedDataItems, getDataItem, 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 |
RowSetPropertyInfo
public RowSetPropertyInfo()
RowSetPropertyInfo
public RowSetPropertyInfo(java.lang.String propertyName)
openProducerObject
protected void openProducerObject()
- A subclass specific method for connecting the client object from
the appropriate server objects.
Internal to the framework; should never be called by client classes
- Overrides:
openProducerObject
in class PropertyInfo
openChildren
protected void openChildren()
- A subclass specific method for connecting the child objects to
their server counterparts.
Internal to the framework; should never be called by client classes
- Overrides:
openChildren
in class PropertyInfo
openDataItems
protected void openDataItems()
- A subclass specific method for connecting the Dataitems
Internal to the framework; should never be called by client classes
- Overrides:
openDataItems
in class ProducerObject
closeCheck
protected void closeCheck()
- Checks to see if close is permitted.
Internal to the framework; should never be called by client classes
- Overrides:
closeCheck
in class PropertyInfo
- Throws:
DataSourceOperationException
- Occurs when closing isn't
allowed.
closeProducerObject
protected void closeProducerObject()
- A subclass specific method for disconnecting the client object from
the appropriate server objects.
Internal to the framework; should never be called by client classes
- Overrides:
closeProducerObject
in class PropertyInfo
closeChildren
protected void closeChildren()
- A subclass specific method for disconnecting the child objects from
their server objects counterparts.
Internal to the framework; should never be called by client classes
- Overrides:
closeChildren
in class PropertyInfo
closeDataItems
protected void closeDataItems()
- A subclass specific method for disconnecting and revoking Dataitems
Internal to the framework; should never be called by client classes
- Overrides:
closeDataItems
in class ProducerObject