From jdo-commits-return-979-apmail-db-jdo-commits-archive=www.apache.org@db.apache.org Fri Oct 14 05:10:10 2005 Return-Path: Delivered-To: apmail-db-jdo-commits-archive@www.apache.org Received: (qmail 46010 invoked from network); 14 Oct 2005 05:10:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Oct 2005 05:10:09 -0000 Received: (qmail 67190 invoked by uid 500); 14 Oct 2005 05:10:07 -0000 Mailing-List: contact jdo-commits-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jdo-dev@db.apache.org Delivered-To: mailing list jdo-commits@db.apache.org Received: (qmail 66846 invoked by uid 99); 14 Oct 2005 05:09:46 -0000 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME,UPPERCASE_25_50 X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 13 Oct 2005 22:07:56 -0700 Received: (qmail 45215 invoked by uid 65534); 14 Oct 2005 05:07:35 -0000 Message-ID: <20051014050735.45214.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r321004 [49/50] - in /incubator/jdo/site: ./ docs/ docs/api11/ docs/api11/apidocs/ docs/api11/apidocs/javax/ docs/api11/apidocs/javax/jdo/ docs/api11/apidocs/javax/jdo/class-use/ docs/api11/apidocs/javax/jdo/spi/ docs/api11/apidocs/javax/jd... Date: Fri, 14 Oct 2005 05:06:34 -0000 To: jdo-commits@db.apache.org From: clr@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Added: incubator/jdo/site/docs/api20/apidocs/javax/jdo/spi/class-use/StateManager.html URL: http://svn.apache.org/viewcvs/incubator/jdo/site/docs/api20/apidocs/javax/jdo/spi/class-use/StateManager.html?rev=321004&view=auto ============================================================================== --- incubator/jdo/site/docs/api20/apidocs/javax/jdo/spi/class-use/StateManager.html (added) +++ incubator/jdo/site/docs/api20/apidocs/javax/jdo/spi/class-use/StateManager.html Thu Oct 13 22:05:52 2005 @@ -0,0 +1,249 @@ + + + + + + + +Uses of Interface javax.jdo.spi.StateManager (JDO2 API 2.0-SNAPSHOT) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
javax.jdo.spi.StateManager

+
+ + + + + + + + + +
+Packages that use StateManager
javax.jdo.spiThis package contains the interfaces and classes used by JDO implementations. 
+  +

+ + + + + +
+Uses of StateManager in javax.jdo.spi
+  +

+ + + + + + + + + +
Methods in javax.jdo.spi that return StateManager
+ StateManagerStateManager.replacingStateManager(PersistenceCapable pc, + StateManager sm) + +
+          Replace the current value of jdoStateManager.
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in javax.jdo.spi with parameters of type StateManager
+ StateManagerStateManager.replacingStateManager(PersistenceCapable pc, + StateManager sm) + +
+          Replace the current value of jdoStateManager.
+ voidPersistenceCapable.jdoReplaceStateManager(StateManager sm) + +
+          This method sets the StateManager instance that manages the state + of this instance.
+ PersistenceCapablePersistenceCapable.jdoNewInstance(StateManager sm) + +
+          Return a new instance of this class, with the jdoStateManager set to the + parameter, and jdoFlags set to LOAD_REQUIRED.
+ PersistenceCapablePersistenceCapable.jdoNewInstance(StateManager sm, + java.lang.Object oid) + +
+          Return a new instance of this class, with the jdoStateManager set to the + parameter, key fields initialized to the values in the oid, and jdoFlags + set to LOAD_REQUIRED.
+ PersistenceCapableJDOImplHelper.newInstance(java.lang.Class pcClass, + StateManager sm) + +
+          Create a new instance of the class and assign its jdoStateManager.
+ PersistenceCapableJDOImplHelper.newInstance(java.lang.Class pcClass, + StateManager sm, + java.lang.Object oid) + +
+          Create a new instance of the class and assign its jdoStateManager and + key values from the ObjectId.
+static voidJDOImplHelper.checkAuthorizedStateManager(StateManager sm) + +
+          Check that the parameter instance is of a class that is authorized for + JDOPermission("setStateManager").
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2005 Apache Software Foundation. All Rights Reserved. + + Added: incubator/jdo/site/docs/api20/apidocs/javax/jdo/spi/package-frame.html URL: http://svn.apache.org/viewcvs/incubator/jdo/site/docs/api20/apidocs/javax/jdo/spi/package-frame.html?rev=321004&view=auto ============================================================================== --- incubator/jdo/site/docs/api20/apidocs/javax/jdo/spi/package-frame.html (added) +++ incubator/jdo/site/docs/api20/apidocs/javax/jdo/spi/package-frame.html Thu Oct 13 22:05:52 2005 @@ -0,0 +1,70 @@ + + + + + + + +javax.jdo.spi (JDO2 API 2.0-SNAPSHOT) + + + + + + + + + + + +javax.jdo.spi + + + + +
+Interfaces  + +
+Detachable +
+JDOImplHelper.StateInterrogationBooleanReturn +
+JDOImplHelper.StateInterrogationObjectReturn +
+JDOImplHelper.StringConstructor +
+PersistenceCapable +
+PersistenceCapable.ObjectIdFieldConsumer +
+PersistenceCapable.ObjectIdFieldManager +
+PersistenceCapable.ObjectIdFieldSupplier +
+RegisterClassListener +
+StateInterrogation +
+StateManager
+ + + + + + +
+Classes  + +
+I18NHelper +
+JDOImplHelper +
+JDOPermission +
+RegisterClassEvent
+ + + + Added: incubator/jdo/site/docs/api20/apidocs/javax/jdo/spi/package-summary.html URL: http://svn.apache.org/viewcvs/incubator/jdo/site/docs/api20/apidocs/javax/jdo/spi/package-summary.html?rev=321004&view=auto ============================================================================== --- incubator/jdo/site/docs/api20/apidocs/javax/jdo/spi/package-summary.html (added) +++ incubator/jdo/site/docs/api20/apidocs/javax/jdo/spi/package-summary.html Thu Oct 13 22:05:52 2005 @@ -0,0 +1,262 @@ + + + + + + + +javax.jdo.spi (JDO2 API 2.0-SNAPSHOT) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package javax.jdo.spi +

+This package contains the interfaces and classes used by JDO implementations. +

+See: +
+          Description +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Interface Summary
DetachableThis interface is implemented by classes that can be detached from the + persistence context and later attached.
JDOImplHelper.StateInterrogationBooleanReturnThis is an interface used to interrogate the state of an instance + that does not implement PersistenceCapable.
JDOImplHelper.StateInterrogationObjectReturnThis is an interface used to interrogate the state of an instance + that does not implement PersistenceCapable.
JDOImplHelper.StringConstructorConstruct an instance of a key class using a String as input.
PersistenceCapableA class that can be managed by a binary-compatible JDO implementation + must implement this interface.
PersistenceCapable.ObjectIdFieldConsumerThis interface is used to store fields from the Object id instance.
PersistenceCapable.ObjectIdFieldManagerThis interface is a convenience interface that allows an instance to + implement both ObjectIdFieldSupplier and + ObjectIdFieldConsumer.
PersistenceCapable.ObjectIdFieldSupplierThis interface is used to provide fields to the Object id instance.
RegisterClassListenerA "RegisterClassEvent" event gets fired whenever a persistence-capable class + is loaded and gets registered with the JDOImplHelper.
StateInterrogationThis interface is implemented by a non-binary-compatible JDO implementation + to provide state interrogation for non-enhanced persistent classes.
StateManagerThis interface is the point of contact between managed instances of + PersistenceCapable classes and the JDO implementation.
+  + +

+ + + + + + + + + + + + + + + + + + + + + +
+Class Summary
I18NHelperHelper class for constructing messages from bundles.
JDOImplHelperThis class is a helper class for JDO implementations.
JDOPermissionThe JDOPermission class is for operations that are reserved for JDO + implementations and should not be called by other code.
RegisterClassEventA RegisterClassEvent event gets delivered whenever a persistence-capable + class registers itself with the JDOImplHelper.
+  + +

+

+Package javax.jdo.spi Description +

+ +

+

This package contains the interfaces and classes used by JDO implementations. +

JDO defines interfaces and classes to be used by application programmers +when using classes whose instances are to be stored in persistent storage +(persistence-capable classes), and specifies the contracts between +suppliers of persistence-capable classes and the +runtime environment (which is part of the JDO implementation). +

The PersistenceCapable interface is implemented by all classes +whose instances are to be made persistent. The implementation might be +done by a combination of techniques, as determined by the JDO vendor: +

    +
  • Pre-processing .java files +
  • Post-processing .class files +
  • Generating .java or .class files directly from an abstraction +
The StateManager interface is the implementation's contact point with +the PersistenceCapable instances. It defines methods that are called by +the PersistenceCapable instances to implement the required PersistenceCapable +behavior for persistent and transactional instances. +

The JDOPermission class is used to manage security controls on JDO implementations. +

The RegisterClassEvent class and RegisterClassListener interface are used +by JDO implementations that need access to metadata of PersistenceCapable classes. +

The JDOImplHelper class contains helper methods for JDO implementations. +

+ +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2005 Apache Software Foundation. All Rights Reserved. + + Added: incubator/jdo/site/docs/api20/apidocs/javax/jdo/spi/package-tree.html URL: http://svn.apache.org/viewcvs/incubator/jdo/site/docs/api20/apidocs/javax/jdo/spi/package-tree.html?rev=321004&view=auto ============================================================================== --- incubator/jdo/site/docs/api20/apidocs/javax/jdo/spi/package-tree.html (added) +++ incubator/jdo/site/docs/api20/apidocs/javax/jdo/spi/package-tree.html Thu Oct 13 22:05:52 2005 @@ -0,0 +1,168 @@ + + + + + + + +javax.jdo.spi Class Hierarchy (JDO2 API 2.0-SNAPSHOT) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package javax.jdo.spi +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+
    +
  • class java.lang.Object
      +
    • class java.util.EventObject (implements java.io.Serializable) + +
    • class javax.jdo.spi.I18NHelper
    • class javax.jdo.spi.JDOImplHelper
    • class java.security.Permission (implements java.security.Guard, java.io.Serializable) +
        +
      • class java.security.BasicPermission (implements java.io.Serializable) + +
      +
    +
+

+Interface Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2005 Apache Software Foundation. All Rights Reserved. + + Added: incubator/jdo/site/docs/api20/apidocs/javax/jdo/spi/package-use.html URL: http://svn.apache.org/viewcvs/incubator/jdo/site/docs/api20/apidocs/javax/jdo/spi/package-use.html?rev=321004&view=auto ============================================================================== --- incubator/jdo/site/docs/api20/apidocs/javax/jdo/spi/package-use.html (added) +++ incubator/jdo/site/docs/api20/apidocs/javax/jdo/spi/package-use.html Thu Oct 13 22:05:52 2005 @@ -0,0 +1,269 @@ + + + + + + + +Uses of Package javax.jdo.spi (JDO2 API 2.0-SNAPSHOT) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
javax.jdo.spi

+
+ + + + + + + + + + + + + +
+Packages that use javax.jdo.spi
javax.jdo.identityThis package contains the JDO specification identity interfaces and classes. 
javax.jdo.spiThis package contains the interfaces and classes used by JDO implementations. 
+  +

+ + + + + + + + +
+Classes in javax.jdo.spi used by javax.jdo.identity
I18NHelper + +
+          Helper class for constructing messages from bundles.
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Classes in javax.jdo.spi used by javax.jdo.spi
Detachable + +
+          This interface is implemented by classes that can be detached from the + persistence context and later attached.
I18NHelper + +
+          Helper class for constructing messages from bundles.
JDOImplHelper + +
+          This class is a helper class for JDO implementations.
JDOImplHelper.StateInterrogationBooleanReturn + +
+          This is an interface used to interrogate the state of an instance + that does not implement PersistenceCapable.
JDOImplHelper.StateInterrogationObjectReturn + +
+          This is an interface used to interrogate the state of an instance + that does not implement PersistenceCapable.
JDOImplHelper.StringConstructor + +
+          Construct an instance of a key class using a String as input.
JDOPermission + +
+          The JDOPermission class is for operations that are reserved for JDO + implementations and should not be called by other code.
PersistenceCapable + +
+          A class that can be managed by a binary-compatible JDO implementation + must implement this interface.
PersistenceCapable.ObjectIdFieldConsumer + +
+          This interface is used to store fields from the Object id instance.
PersistenceCapable.ObjectIdFieldSupplier + +
+          This interface is used to provide fields to the Object id instance.
RegisterClassEvent + +
+          A RegisterClassEvent event gets delivered whenever a persistence-capable + class registers itself with the JDOImplHelper.
RegisterClassListener + +
+          A "RegisterClassEvent" event gets fired whenever a persistence-capable class + is loaded and gets registered with the JDOImplHelper.
StateInterrogation + +
+          This interface is implemented by a non-binary-compatible JDO implementation + to provide state interrogation for non-enhanced persistent classes.
StateManager + +
+          This interface is the point of contact between managed instances of + PersistenceCapable classes and the JDO implementation.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2005 Apache Software Foundation. All Rights Reserved. + + Added: incubator/jdo/site/docs/api20/apidocs/overview-frame.html URL: http://svn.apache.org/viewcvs/incubator/jdo/site/docs/api20/apidocs/overview-frame.html?rev=321004&view=auto ============================================================================== --- incubator/jdo/site/docs/api20/apidocs/overview-frame.html (added) +++ incubator/jdo/site/docs/api20/apidocs/overview-frame.html Thu Oct 13 22:05:52 2005 @@ -0,0 +1,51 @@ + + + + + + + +Overview (JDO2 API 2.0-SNAPSHOT) + + + + + + + + + + + + + + + +
+
+ + + + + +
All Classes +

+ +Packages +
+javax.jdo +
+javax.jdo.datastore +
+javax.jdo.identity +
+javax.jdo.listener +
+javax.jdo.spi +
+

+ +

+  + + Added: incubator/jdo/site/docs/api20/apidocs/overview-summary.html URL: http://svn.apache.org/viewcvs/incubator/jdo/site/docs/api20/apidocs/overview-summary.html?rev=321004&view=auto ============================================================================== --- incubator/jdo/site/docs/api20/apidocs/overview-summary.html (added) +++ incubator/jdo/site/docs/api20/apidocs/overview-summary.html Thu Oct 13 22:05:52 2005 @@ -0,0 +1,166 @@ + + + + + + + +Overview (JDO2 API 2.0-SNAPSHOT) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +


+
+

+JDO2 API 2.0-SNAPSHOT +

+
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages
javax.jdoThis package contains the JDO specification interfaces and classes.
javax.jdo.datastoreThis package contains the JDO specification datastore interfaces.
javax.jdo.identityThis package contains the JDO specification identity interfaces and classes.
javax.jdo.listenerThis package contains the JDO specification listener interfaces and classes.
javax.jdo.spiThis package contains the interfaces and classes used by JDO implementations.
+ +


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2005 Apache Software Foundation. All Rights Reserved. + + Added: incubator/jdo/site/docs/api20/apidocs/overview-tree.html URL: http://svn.apache.org/viewcvs/incubator/jdo/site/docs/api20/apidocs/overview-tree.html?rev=321004&view=auto ============================================================================== --- incubator/jdo/site/docs/api20/apidocs/overview-tree.html (added) +++ incubator/jdo/site/docs/api20/apidocs/overview-tree.html Thu Oct 13 22:05:52 2005 @@ -0,0 +1,207 @@ + + + + + + + +Class Hierarchy (JDO2 API 2.0-SNAPSHOT) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For All Packages

+
+
+
Package Hierarchies:
javax.jdo, javax.jdo.datastore, javax.jdo.identity, javax.jdo.listener, javax.jdo.spi
+
+

+Class Hierarchy +

+ +

+Interface Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2005 Apache Software Foundation. All Rights Reserved. + + Added: incubator/jdo/site/docs/api20/apidocs/package-list URL: http://svn.apache.org/viewcvs/incubator/jdo/site/docs/api20/apidocs/package-list?rev=321004&view=auto ============================================================================== --- incubator/jdo/site/docs/api20/apidocs/package-list (added) +++ incubator/jdo/site/docs/api20/apidocs/package-list Thu Oct 13 22:05:52 2005 @@ -0,0 +1,5 @@ +javax.jdo +javax.jdo.datastore +javax.jdo.identity +javax.jdo.listener +javax.jdo.spi Added: incubator/jdo/site/docs/api20/apidocs/packages.html URL: http://svn.apache.org/viewcvs/incubator/jdo/site/docs/api20/apidocs/packages.html?rev=321004&view=auto ============================================================================== --- incubator/jdo/site/docs/api20/apidocs/packages.html (added) +++ incubator/jdo/site/docs/api20/apidocs/packages.html Thu Oct 13 22:05:52 2005 @@ -0,0 +1,38 @@ + + + + + + + + (JDO2 API 2.0-SNAPSHOT) + + + + + + + + + + + +
+ +
+ +
+
+The front page has been relocated.Please see: +
+          Frame version +
+          Non-frame version.
+ + + Added: incubator/jdo/site/docs/api20/apidocs/resources/inherit.gif URL: http://svn.apache.org/viewcvs/incubator/jdo/site/docs/api20/apidocs/resources/inherit.gif?rev=321004&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/jdo/site/docs/api20/apidocs/resources/inherit.gif ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream