Java Doc for CollectionProxyDefaultImpl.java in  » Database-ORM » db-ojb » org » apache » ojb » broker » core » proxy » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Database ORM » db ojb » org.apache.ojb.broker.core.proxy 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.apache.ojb.broker.core.proxy.CollectionProxyDefaultImpl

All known Subclasses:   org.apache.ojb.broker.core.proxy.ListProxyDefaultImpl,  org.apache.ojb.broker.core.proxy.SetProxyDefaultImpl,
CollectionProxyDefaultImpl
public class CollectionProxyDefaultImpl implements Collection,ManageableCollection,CollectionProxy(Code)
A place holder for a whole collection to support deferred loading of relationships. The complete collection is loaded on access to the data.
author:
   Jakob Braeuchi
version:
   $Id: CollectionProxyDefaultImpl.java,v 1.7.2.7 2005/12/21 22:25:30 tomdz Exp $



Constructor Summary
public  CollectionProxyDefaultImpl(PBKey brokerKey, Query query)
     Creates a new collection proxy (uses org.apache.ojb.broker.util.collections.RemovalAwareCollection as the collection class).
public  CollectionProxyDefaultImpl(PBKey brokerKey, Class collClass, Query query)
     Creates a new collection proxy that uses the given collection type.

Method Summary
public  booleanadd(Object o)
    
public  booleanaddAll(Collection c)
    
public synchronized  voidaddListener(CollectionProxyListener listener)
     Adds a listener to this collection.
protected  voidafterLoading()
     Notifies all listeners that the data has been loaded.
public  voidafterStore(PersistenceBroker broker)
    
protected  voidbeforeLoading()
     Notifies all listeners that the data is about to be loaded.
public  voidclear()
     Clears the proxy.
public  booleancontains(Object o)
    
public  booleancontainsAll(Collection c)
    
protected synchronized  PersistenceBrokergetBroker()
     Acquires a broker instance.
public  PBKeygetBrokerKey()
     Returns the key of the persistence broker used by this collection.
public  ClassgetCollectionClass()
     Returns the collection type.
public synchronized  CollectiongetData()
     Returns the collection data, load it if not already done so.
protected  ObjectgetProfileKey()
     Returns the metadata profile key used when creating this proxy.
public  QuerygetQuery()
     Returns the defining query.
public  booleanisEmpty()
    
public  booleanisLoaded()
     Determines whether the collection data already has been loaded from the database.
public  Iteratoriterator()
    
protected  CollectionloadData()
     Loads the data from the database.
protected  voidloadProfileIfNeeded()
     Reactivates metadata profile used when creating proxy, if needed.
protected synchronized  intloadSize()
     Determines the number of elements that the query would return.
public  voidojbAdd(Object anObject)
    
public  voidojbAddAll(ManageableCollection otherCollection)
    
public  IteratorojbIterator()
    
protected synchronized  voidreleaseBroker(PersistenceBroker broker)
     Release the broker instance.
public  booleanremove(Object o)
    
public  booleanremoveAll(Collection c)
    
public synchronized  voidremoveListener(CollectionProxyListener listener)
     Removes the given listener from this collecton.
public  booleanretainAll(Collection c)
    
protected  voidsetBrokerKey(PBKey brokerKey)
     Sets the key of the persistence broker used by this collection.
protected  voidsetCollectionClass(Class collClass)
     Sets the collection type.
public  voidsetData(Collection data)
     Sets the collection data.
public  voidsetProfileKey(Object profileKey)
     Sets the metadata profile key used when creating this proxy.
protected  voidsetQuery(Query query)
     Sets the defining query.
protected synchronized  voidsetSize(int size)
     Sets the size internally.
public  intsize()
    
public  Object[]toArray()
    
public  Object[]toArray(Object[] a)
    


Constructor Detail
CollectionProxyDefaultImpl
public CollectionProxyDefaultImpl(PBKey brokerKey, Query query)(Code)
Creates a new collection proxy (uses org.apache.ojb.broker.util.collections.RemovalAwareCollection as the collection class).
Parameters:
  brokerKey - The key of the persistence broker
Parameters:
  query - The defining query



CollectionProxyDefaultImpl
public CollectionProxyDefaultImpl(PBKey brokerKey, Class collClass, Query query)(Code)
Creates a new collection proxy that uses the given collection type.
Parameters:
  brokerKey - The key of the persistence broker
Parameters:
  collClass - The collection type
Parameters:
  query - The defining query




Method Detail
add
public boolean add(Object o)(Code)

See Also:   Collection.add(Object)



addAll
public boolean addAll(Collection c)(Code)

See Also:   Collection.addAll(Collection)



addListener
public synchronized void addListener(CollectionProxyListener listener)(Code)
Adds a listener to this collection.
Parameters:
  listener - The listener to add



afterLoading
protected void afterLoading()(Code)
Notifies all listeners that the data has been loaded.



afterStore
public void afterStore(PersistenceBroker broker) throws PersistenceBrokerException(Code)

See Also:   org.apache.ojb.broker.ManageableCollection.afterStore(PersistenceBroker broker)



beforeLoading
protected void beforeLoading()(Code)
Notifies all listeners that the data is about to be loaded.



clear
public void clear()(Code)
Clears the proxy. A cleared proxy is defined as loaded
See Also:   Collection.clear



contains
public boolean contains(Object o)(Code)

See Also:   Collection.contains(Object)



containsAll
public boolean containsAll(Collection c)(Code)

See Also:   Collection.containsAll(Collection)



getBroker
protected synchronized PersistenceBroker getBroker() throws PBFactoryException(Code)
Acquires a broker instance. If no PBKey is available a runtime exception will be thrown. A broker instance



getBrokerKey
public PBKey getBrokerKey()(Code)
Returns the key of the persistence broker used by this collection. The broker key



getCollectionClass
public Class getCollectionClass()(Code)
Returns the collection type. The collection type



getData
public synchronized Collection getData()(Code)
Returns the collection data, load it if not already done so. The data



getProfileKey
protected Object getProfileKey()(Code)
Returns the metadata profile key used when creating this proxy. brokerKey The key of the broker



getQuery
public Query getQuery()(Code)
Returns the defining query. The query



isEmpty
public boolean isEmpty()(Code)

See Also:   Collection.isEmpty



isLoaded
public boolean isLoaded()(Code)
Determines whether the collection data already has been loaded from the database. true if the data is already loaded



iterator
public Iterator iterator()(Code)

See Also:   Collection.iterator



loadData
protected Collection loadData() throws PersistenceBrokerException(Code)
Loads the data from the database. Override this method if the objects shall be loaded in a specific way. The loaded data



loadProfileIfNeeded
protected void loadProfileIfNeeded()(Code)
Reactivates metadata profile used when creating proxy, if needed. Calls to this method should be guarded by checking CollectionProxyDefaultImpl._perThreadDescriptorsEnabled since the profile never needs to be reloaded if not using pre-thread metadata changes.



loadSize
protected synchronized int loadSize() throws PersistenceBrokerException(Code)
Determines the number of elements that the query would return. Override this method if the size shall be determined in a specific way. The number of elements



ojbAdd
public void ojbAdd(Object anObject)(Code)

See Also:   org.apache.ojb.broker.ManageableCollection.ojbAdd(Object)



ojbAddAll
public void ojbAddAll(ManageableCollection otherCollection)(Code)

See Also:   org.apache.ojb.broker.ManageableCollection.ojbAddAll(ManageableCollection)



ojbIterator
public Iterator ojbIterator()(Code)

See Also:   org.apache.ojb.broker.ManageableCollection.ojbIterator



releaseBroker
protected synchronized void releaseBroker(PersistenceBroker broker)(Code)
Release the broker instance.



remove
public boolean remove(Object o)(Code)

See Also:   Collection.remove(Object)



removeAll
public boolean removeAll(Collection c)(Code)

See Also:   Collection.removeAll(Collection)



removeListener
public synchronized void removeListener(CollectionProxyListener listener)(Code)
Removes the given listener from this collecton.
Parameters:
  listener - The listener to remove



retainAll
public boolean retainAll(Collection c)(Code)

See Also:   Collection.retainAll(Collection)



setBrokerKey
protected void setBrokerKey(PBKey brokerKey)(Code)
Sets the key of the persistence broker used by this collection.
Parameters:
  brokerKey - The key of the broker



setCollectionClass
protected void setCollectionClass(Class collClass)(Code)
Sets the collection type.
Parameters:
  collClass - The collection type



setData
public void setData(Collection data)(Code)
Sets the collection data.
Parameters:
  data - The data



setProfileKey
public void setProfileKey(Object profileKey)(Code)
Sets the metadata profile key used when creating this proxy.
Parameters:
  profileKey - the metadata profile key



setQuery
protected void setQuery(Query query)(Code)
Sets the defining query.
Parameters:
  query - The query



setSize
protected synchronized void setSize(int size)(Code)
Sets the size internally.
Parameters:
  size - The new size



size
public int size()(Code)

See Also:   Collection.size



toArray
public Object[] toArray()(Code)

See Also:   Collection.toArray



toArray
public Object[] toArray(Object[] a)(Code)

See Also:   Collection.toArray(Object[])



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.