Skip navigation links 
 
oracle.javatools.db
Class AbstractSystemObject
java.lang.Object
  
oracle.javatools.db.AbstractDBObject
      
oracle.javatools.db.AbstractBuildableObject
          
oracle.javatools.db.AbstractSystemObject
- All Implemented Interfaces:
 
- DBObject, SystemObject, Copyable, DynamicPropertySet
 
- Direct Known Subclasses:
 
- AbstractSchemaObject, Schema, Tablespace
 
- 
public abstract class AbstractSystemObject
 
- extends AbstractBuildableObject
 
- implements SystemObject
 
Abstract superclass for all SystemObject implementations.
- Since:
 
- 11.1.2.0.0
 
 
 
  
 
 
  
 
  
 
 
 
| Methods inherited from class oracle.javatools.db.AbstractDBObject | 
changeParent, compareToImpl, copyObject, copyTo, copyTo, copyTo, copyTo, equals, findOwnedObject, findOwnedObject, findOwnedObject, getChildSupport, getID, getName, getOwnedObjects, getOwnedObjects, getProperty, getReferenceIDs, hashCode, includeOwnedObject, includesType, includesType, removeThisAsParent, replaceReferenceIDs, setID, setName, setProperties, toString | 
 
| Methods inherited from class java.lang.Object | 
clone, finalize, getClass, notify, notifyAll, wait, wait, wait | 
 
| Methods inherited from interface oracle.javatools.db.DBObject | 
copyTo, copyTo, copyTo, findOwnedObject, findOwnedObject, getID, getName, getOwnedObjects, getOwnedObjects, getReferenceIDs, getType, replaceReferenceIDs, setID, setName | 
 
 
 
AbstractSystemObject
public AbstractSystemObject(java.lang.String name,
                            DBObjectID dbObjectID)
AbstractSystemObject
public AbstractSystemObject()
getParent
public DBObject getParent()
- Description copied from interface: 
DBObject 
- Returns the parent of this object, if one exists. This does not return the Schema for a SchemaObject. Schema's are not considered part of the ownership parent tree.
 
- 
- Specified by:
 
getParent in interface DBObject 
 
addObjectListener
public final void addObjectListener(DBObjectListener list)
- Description copied from interface: 
SystemObject 
- Attaches a listener to this object to listen for change events.
 
- 
- Specified by:
 
addObjectListener in interface SystemObject 
 
- 
- See Also:
 
DBObjectListener 
 
removeObjectListener
public final void removeObjectListener(DBObjectListener list)
- Description copied from interface: 
SystemObject 
- Removes the given listener from the list of registered listeners for this class.
 
- 
- Specified by:
 
removeObjectListener in interface SystemObject 
 
- 
- See Also:
 
DBObjectListener 
 
fireObjectUpdated
public final void fireObjectUpdated(DBObjectChange change)
- Description copied from interface: 
SystemObject 
- Notifies any registered listeners of the change to this object.
 
- 
- Specified by:
 
fireObjectUpdated in interface SystemObject 
 
addObjectListener
@Deprecated
public final void addObjectListener(DBObjectListener list)
- Deprecated. 
 
- Description copied from interface: 
SystemObject 
- Attaches a listener to this object to listen for change events.
 
- 
- Specified by:
 
addObjectListener in interface SystemObject 
 
removeObjectListener
@Deprecated
public final void removeObjectListener(DBObjectListener list)
- Deprecated. 
 
- Description copied from interface: 
SystemObject 
- Removes the given listener from the list of registered listeners for this class.
 
- 
- Specified by:
 
removeObjectListener in interface SystemObject 
 
removeObjectListener
@Deprecated
public final void removeObjectListener(SchemaObjectListener list)
- Deprecated. 
 
addObjectListener
@Deprecated
public final void addObjectListener(SchemaObjectListener list)
- Deprecated. 
 
Skip navigation links 
 
Copyright © 1997, 2012, Oracle. All rights reserved.