|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.orientechnologies.jdo.oStateManager
State manager implementation of JDO standard interface.
NOTE: JDO Applications must not use this class directly.
| Constructor Summary | |
oStateManager()
|
|
| Method Summary | |
oObjectInfo |
addObjectInfo(oOID iOID,
java.lang.Object iPC,
int iStatus)
|
void |
close()
|
static void |
createInstance()
|
void |
deleteObject(java.lang.Object iPC)
|
static void |
destroyInstance()
|
boolean |
getBooleanField(javax.jdo.spi.PersistenceCapable iPC,
int parm2,
boolean parm3)
Return the value for the field. |
byte |
getByteField(javax.jdo.spi.PersistenceCapable iPC,
int parm2,
byte parm3)
Return the value for the field. |
char |
getCharField(javax.jdo.spi.PersistenceCapable iPC,
int parm2,
char parm3)
Return the value for the field. |
double |
getDoubleField(javax.jdo.spi.PersistenceCapable iPC,
int parm2,
double parm3)
Return the value for the field. |
float |
getFloatField(javax.jdo.spi.PersistenceCapable iPC,
int parm2,
float parm3)
Return the value for the field. |
static oStateManager |
getInstance()
|
int |
getIntField(javax.jdo.spi.PersistenceCapable iPC,
int parm2,
int parm3)
Return the value for the field. |
long |
getLongField(javax.jdo.spi.PersistenceCapable iPC,
int parm2,
long parm3)
Return the value for the field. |
java.lang.Object |
getObjectField(javax.jdo.spi.PersistenceCapable iPC,
int parm2,
java.lang.Object parm3)
Return the value for the field. |
oOID |
getObjectId(java.lang.Object iPC)
|
java.lang.Object |
getObjectId(javax.jdo.spi.PersistenceCapable iPC)
Return the object representing the JDO identity of the calling instance. |
oObjectInfo |
getObjectInfo(java.lang.Object iPC)
|
PersistenceManager |
getPersistenceManager()
|
PersistenceManager |
getPersistenceManager(javax.jdo.spi.PersistenceCapable iPC)
Return the PersistenceManager that owns this instance. |
short |
getShortField(javax.jdo.spi.PersistenceCapable iPC,
int parm2,
short parm3)
Return the value for the field. |
java.lang.String |
getStringField(javax.jdo.spi.PersistenceCapable iPC,
int parm2,
java.lang.String parm3)
Return the value for the field. |
java.lang.Object |
getTransactionalObjectId(javax.jdo.spi.PersistenceCapable p0)
Return the object representing the JDO identity of the calling instance. |
boolean |
isDeleted(javax.jdo.spi.PersistenceCapable iPC)
Tests whether this object has been deleted. |
boolean |
isDirty(javax.jdo.spi.PersistenceCapable iPC)
Tests whether this object is dirty. |
boolean |
isLoaded(javax.jdo.spi.PersistenceCapable iPC,
int iFieldNum)
Return true if the field is cached in the calling
instance. |
boolean |
isNew(javax.jdo.spi.PersistenceCapable iPC)
Tests whether this object has been newly made persistent. |
boolean |
isPersistent(javax.jdo.spi.PersistenceCapable iPC)
Tests whether this object is persistent. |
boolean |
isTransactional(javax.jdo.spi.PersistenceCapable iPC)
Tests whether this object is transactional. |
void |
makeDirty(java.lang.Object iObject)
|
void |
makeDirty(javax.jdo.spi.PersistenceCapable iPC,
java.lang.String iFieldNum)
Mark the associated PersistenceCapable field dirty.
|
void |
preSerialize(javax.jdo.spi.PersistenceCapable iPC)
Guarantee that the serializable transactional and persistent fields are loaded into the instance. |
void |
providedBooleanField(javax.jdo.spi.PersistenceCapable iPC,
int parm2,
boolean parm3)
The value of the field requested to be provided to the StateManager |
void |
providedByteField(javax.jdo.spi.PersistenceCapable iPC,
int parm2,
byte parm3)
The value of the field requested to be provided to the StateManager |
void |
providedCharField(javax.jdo.spi.PersistenceCapable iPC,
int parm2,
char parm3)
The value of the field requested to be provided to the StateManager |
void |
providedDoubleField(javax.jdo.spi.PersistenceCapable iPC,
int parm2,
double parm3)
The value of the field requested to be provided to the StateManager |
void |
providedFloatField(javax.jdo.spi.PersistenceCapable iPC,
int parm2,
float parm3)
The value of the field requested to be provided to the StateManager |
void |
providedIntField(javax.jdo.spi.PersistenceCapable iPC,
int parm2,
int parm3)
The value of the field requested to be provided to the StateManager |
void |
providedLongField(javax.jdo.spi.PersistenceCapable iPC,
int parm2,
long parm3)
The value of the field requested to be provided to the StateManager |
void |
providedObjectField(javax.jdo.spi.PersistenceCapable iPC,
int parm2,
java.lang.Object parm3)
The value of the field requested to be provided to the StateManager |
void |
providedShortField(javax.jdo.spi.PersistenceCapable iPC,
int parm2,
short parm3)
The value of the field requested to be provided to the StateManager |
void |
providedStringField(javax.jdo.spi.PersistenceCapable iPC,
int parm2,
java.lang.String parm3)
The value of the field requested to be provided to the StateManager |
oObjectInfo |
removeObjectInfo(javax.jdo.spi.PersistenceCapable iPC)
|
boolean |
replacingBooleanField(javax.jdo.spi.PersistenceCapable iPC,
int parm2)
The replacing value of the field in the calling instance |
byte |
replacingByteField(javax.jdo.spi.PersistenceCapable iPC,
int parm2)
The replacing value of the field in the calling instance |
char |
replacingCharField(javax.jdo.spi.PersistenceCapable iPC,
int parm2)
The replacing value of the field in the calling instance |
double |
replacingDoubleField(javax.jdo.spi.PersistenceCapable iPC,
int parm2)
The replacing value of the field in the calling instance |
byte |
replacingFlags(javax.jdo.spi.PersistenceCapable iPC)
The owning StateManager uses this method to supply the
value of the flags to the PersistenceCapable instance. |
float |
replacingFloatField(javax.jdo.spi.PersistenceCapable iPC,
int parm2)
The replacing value of the field in the calling instance |
int |
replacingIntField(javax.jdo.spi.PersistenceCapable iPC,
int parm2)
The replacing value of the field in the calling instance |
long |
replacingLongField(javax.jdo.spi.PersistenceCapable iPC,
int parm2)
The replacing value of the field in the calling instance |
java.lang.Object |
replacingObjectField(javax.jdo.spi.PersistenceCapable iPC,
int parm2)
The replacing value of the field in the calling instance |
short |
replacingShortField(javax.jdo.spi.PersistenceCapable iPC,
int parm2)
The replacing value of the field in the calling instance |
javax.jdo.spi.StateManager |
replacingStateManager(javax.jdo.spi.PersistenceCapable iPC)
|
javax.jdo.spi.StateManager |
replacingStateManager(javax.jdo.spi.PersistenceCapable p0,
javax.jdo.spi.StateManager p1)
Replace the current value of jdoStateManager.
|
java.lang.String |
replacingStringField(javax.jdo.spi.PersistenceCapable iPC,
int parm2)
The replacing value of the field in the calling instance |
void |
setBooleanField(javax.jdo.spi.PersistenceCapable iPC,
int parm2,
boolean parm3,
boolean parm4)
Mark the field as modified by the user. |
void |
setByteField(javax.jdo.spi.PersistenceCapable iPC,
int parm2,
byte parm3,
byte parm4)
Mark the field as modified by the user. |
void |
setCharField(javax.jdo.spi.PersistenceCapable iPC,
int parm2,
char parm3,
char parm4)
Mark the field as modified by the user. |
void |
setDoubleField(javax.jdo.spi.PersistenceCapable iPC,
int parm2,
double parm3,
double parm4)
Mark the field as modified by the user. |
void |
setFloatField(javax.jdo.spi.PersistenceCapable iPC,
int parm2,
float parm3,
float parm4)
Mark the field as modified by the user. |
void |
setIntField(javax.jdo.spi.PersistenceCapable iPC,
int parm2,
int parm3,
int parm4)
Mark the field as modified by the user. |
void |
setLongField(javax.jdo.spi.PersistenceCapable iPC,
int parm2,
long parm3,
long parm4)
Mark the field as modified by the user. |
void |
setObjectField(javax.jdo.spi.PersistenceCapable iPC,
int parm2,
java.lang.Object parm3,
java.lang.Object parm4)
Mark the field as modified by the user. |
void |
setShortField(javax.jdo.spi.PersistenceCapable iPC,
int parm2,
short parm3,
short parm4)
Mark the field as modified by the user. |
void |
setStringField(javax.jdo.spi.PersistenceCapable iPC,
int parm2,
java.lang.String parm3,
java.lang.String parm4)
Mark the field as modified by the user. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public oStateManager()
| Method Detail |
public void close()
public javax.jdo.spi.StateManager replacingStateManager(javax.jdo.spi.PersistenceCapable p0,
javax.jdo.spi.StateManager p1)
javax.jdo.spi.StateManagerjdoStateManager.
This method is called by the PersistenceCapable whenever
jdoReplaceStateManager is called and there is already
an owning StateManager. This is a security precaution
to ensure that the owning StateManager is the only
source of any change to its reference in the PersistenceCapable.
replacingStateManager in interface javax.jdo.spi.StateManagerp0 - the calling PersistenceCapable instancep1 - the proposed new value for the jdoStateManager
jdoStateManagerpublic byte replacingFlags(javax.jdo.spi.PersistenceCapable iPC)
javax.jdo.spi.StateManagerStateManager uses this method to supply the
value of the flags to the PersistenceCapable instance.
replacingFlags in interface javax.jdo.spi.StateManageriPC - the calling PersistenceCapable instance
jdoFlags to be stored in the PersistenceCapable instance
public javax.jdo.spi.StateManager replacingStateManager(javax.jdo.spi.PersistenceCapable iPC)
throws java.lang.IllegalAccessException
java.lang.IllegalAccessExceptionpublic boolean isDirty(javax.jdo.spi.PersistenceCapable iPC)
javax.jdo.spi.StateManagertrue.
Transient nontransactional instances return false.
isDirty in interface javax.jdo.spi.StateManageriPC - the calling PersistenceCapable instance
true if this instance has been modified in the current transaction.PersistenceCapable.jdoMakeDirty(String fieldName)public boolean isTransactional(javax.jdo.spi.PersistenceCapable iPC)
javax.jdo.spi.StateManagertrue. These instances
include transient instances made transactional as a result of being the
target of a makeTransactional method call; newly made persistent or deleted
persistent instances; persistent instances read in data store
transactions; and persistent instances modified in optimistic transactions.
Transient nontransactional instances return false.
isTransactional in interface javax.jdo.spi.StateManageriPC - the calling PersistenceCapable instance
true if this instance is transactional.public boolean isPersistent(javax.jdo.spi.PersistenceCapable iPC)
javax.jdo.spi.StateManagertrue.
Transient instances return false.
isPersistent in interface javax.jdo.spi.StateManageriPC - the calling PersistenceCapable instance
true if this instance is persistent.PersistenceManager.makePersistent(Object pc)public boolean isNew(javax.jdo.spi.PersistenceCapable iPC)
javax.jdo.spi.StateManagertrue.
Transient instances return false.
isNew in interface javax.jdo.spi.StateManageriPC - the calling PersistenceCapable instance
true if this instance was made persistent
in the current transaction.PersistenceManager.makePersistent(Object pc)public boolean isDeleted(javax.jdo.spi.PersistenceCapable iPC)
javax.jdo.spi.StateManagertrue.
Transient instances return false.
isDeleted in interface javax.jdo.spi.StateManageriPC - the calling PersistenceCapable instance
true if this instance was deleted
in the current transaction.PersistenceManager.deletePersistent(Object pc)public PersistenceManager getPersistenceManager(javax.jdo.spi.PersistenceCapable iPC)
javax.jdo.spi.StateManagerPersistenceManager that owns this instance.
getPersistenceManager in interface javax.jdo.spi.StateManageriPC - the calling PersistenceCapable instance
PersistenceManager that owns this instancepublic PersistenceManager getPersistenceManager()
public void makeDirty(javax.jdo.spi.PersistenceCapable iPC,
java.lang.String iFieldNum)
javax.jdo.spi.StateManagerPersistenceCapable field dirty.
The StateManager will make a copy of the field
so it can be restored if needed later, and then mark
the field as modified in the current transaction.
makeDirty in interface javax.jdo.spi.StateManageriPC - the calling PersistenceCapable instanceiFieldNum - the name of the fieldpublic void makeDirty(java.lang.Object iObject)
public java.lang.Object getObjectId(javax.jdo.spi.PersistenceCapable iPC)
javax.jdo.spi.StateManager
getObjectId in interface javax.jdo.spi.StateManageriPC - the calling PersistenceCapable instance
public oOID getObjectId(java.lang.Object iPC)
public java.lang.Object getTransactionalObjectId(javax.jdo.spi.PersistenceCapable p0)
javax.jdo.spi.StateManager
getTransactionalObjectId in interface javax.jdo.spi.StateManagerp0 - the calling PersistenceCapable instance
public boolean isLoaded(javax.jdo.spi.PersistenceCapable iPC,
int iFieldNum)
javax.jdo.spi.StateManagertrue if the field is cached in the calling
instance.
isLoaded in interface javax.jdo.spi.StateManageriPC - the calling PersistenceCapable instanceiFieldNum - the field number
public void preSerialize(javax.jdo.spi.PersistenceCapable iPC)
javax.jdo.spi.StateManagerjdoPreSerialize method prior to serialization of the
instance.
preSerialize in interface javax.jdo.spi.StateManageriPC - the calling PersistenceCapable instance
public boolean getBooleanField(javax.jdo.spi.PersistenceCapable iPC,
int parm2,
boolean parm3)
javax.jdo.spi.StateManager
getBooleanField in interface javax.jdo.spi.StateManageriPC - the calling PersistenceCapable instanceparm2 - the field numberparm3 - the current value of the field
public char getCharField(javax.jdo.spi.PersistenceCapable iPC,
int parm2,
char parm3)
javax.jdo.spi.StateManager
getCharField in interface javax.jdo.spi.StateManageriPC - the calling PersistenceCapable instanceparm2 - the field numberparm3 - the current value of the field
public byte getByteField(javax.jdo.spi.PersistenceCapable iPC,
int parm2,
byte parm3)
javax.jdo.spi.StateManager
getByteField in interface javax.jdo.spi.StateManageriPC - the calling PersistenceCapable instanceparm2 - the field numberparm3 - the current value of the field
public short getShortField(javax.jdo.spi.PersistenceCapable iPC,
int parm2,
short parm3)
javax.jdo.spi.StateManager
getShortField in interface javax.jdo.spi.StateManageriPC - the calling PersistenceCapable instanceparm2 - the field numberparm3 - the current value of the field
public int getIntField(javax.jdo.spi.PersistenceCapable iPC,
int parm2,
int parm3)
javax.jdo.spi.StateManager
getIntField in interface javax.jdo.spi.StateManageriPC - the calling PersistenceCapable instanceparm2 - the field numberparm3 - the current value of the field
public long getLongField(javax.jdo.spi.PersistenceCapable iPC,
int parm2,
long parm3)
javax.jdo.spi.StateManager
getLongField in interface javax.jdo.spi.StateManageriPC - the calling PersistenceCapable instanceparm2 - the field numberparm3 - the current value of the field
public float getFloatField(javax.jdo.spi.PersistenceCapable iPC,
int parm2,
float parm3)
javax.jdo.spi.StateManager
getFloatField in interface javax.jdo.spi.StateManageriPC - the calling PersistenceCapable instanceparm2 - the field numberparm3 - the current value of the field
public double getDoubleField(javax.jdo.spi.PersistenceCapable iPC,
int parm2,
double parm3)
javax.jdo.spi.StateManager
getDoubleField in interface javax.jdo.spi.StateManageriPC - the calling PersistenceCapable instanceparm2 - the field numberparm3 - the current value of the field
public java.lang.String getStringField(javax.jdo.spi.PersistenceCapable iPC,
int parm2,
java.lang.String parm3)
javax.jdo.spi.StateManager
getStringField in interface javax.jdo.spi.StateManageriPC - the calling PersistenceCapable instanceparm2 - the field numberparm3 - the current value of the field
public java.lang.Object getObjectField(javax.jdo.spi.PersistenceCapable iPC,
int parm2,
java.lang.Object parm3)
javax.jdo.spi.StateManager
getObjectField in interface javax.jdo.spi.StateManageriPC - the calling PersistenceCapable instanceparm2 - the field numberparm3 - the current value of the field
public void setBooleanField(javax.jdo.spi.PersistenceCapable iPC,
int parm2,
boolean parm3,
boolean parm4)
javax.jdo.spi.StateManager
setBooleanField in interface javax.jdo.spi.StateManageriPC - the calling PersistenceCapable instanceparm2 - the field numberparm3 - the current value of the fieldparm4 - the proposed new value of the field
public void setCharField(javax.jdo.spi.PersistenceCapable iPC,
int parm2,
char parm3,
char parm4)
javax.jdo.spi.StateManager
setCharField in interface javax.jdo.spi.StateManageriPC - the calling PersistenceCapable instanceparm2 - the field numberparm3 - the current value of the fieldparm4 - the proposed new value of the field
public void setByteField(javax.jdo.spi.PersistenceCapable iPC,
int parm2,
byte parm3,
byte parm4)
javax.jdo.spi.StateManager
setByteField in interface javax.jdo.spi.StateManageriPC - the calling PersistenceCapable instanceparm2 - the field numberparm3 - the current value of the fieldparm4 - the proposed new value of the field
public void setShortField(javax.jdo.spi.PersistenceCapable iPC,
int parm2,
short parm3,
short parm4)
javax.jdo.spi.StateManager
setShortField in interface javax.jdo.spi.StateManageriPC - the calling PersistenceCapable instanceparm2 - the field numberparm3 - the current value of the fieldparm4 - the proposed new value of the field
public void setIntField(javax.jdo.spi.PersistenceCapable iPC,
int parm2,
int parm3,
int parm4)
javax.jdo.spi.StateManager
setIntField in interface javax.jdo.spi.StateManageriPC - the calling PersistenceCapable instanceparm2 - the field numberparm3 - the current value of the fieldparm4 - the proposed new value of the field
public void setLongField(javax.jdo.spi.PersistenceCapable iPC,
int parm2,
long parm3,
long parm4)
javax.jdo.spi.StateManager
setLongField in interface javax.jdo.spi.StateManageriPC - the calling PersistenceCapable instanceparm2 - the field numberparm3 - the current value of the fieldparm4 - the proposed new value of the field
public void setFloatField(javax.jdo.spi.PersistenceCapable iPC,
int parm2,
float parm3,
float parm4)
javax.jdo.spi.StateManager
setFloatField in interface javax.jdo.spi.StateManageriPC - the calling PersistenceCapable instanceparm2 - the field numberparm3 - the current value of the fieldparm4 - the proposed new value of the field
public void setDoubleField(javax.jdo.spi.PersistenceCapable iPC,
int parm2,
double parm3,
double parm4)
javax.jdo.spi.StateManager
setDoubleField in interface javax.jdo.spi.StateManageriPC - the calling PersistenceCapable instanceparm2 - the field numberparm3 - the current value of the fieldparm4 - the proposed new value of the field
public void setStringField(javax.jdo.spi.PersistenceCapable iPC,
int parm2,
java.lang.String parm3,
java.lang.String parm4)
javax.jdo.spi.StateManager
setStringField in interface javax.jdo.spi.StateManageriPC - the calling PersistenceCapable instanceparm2 - the field numberparm3 - the current value of the fieldparm4 - the proposed new value of the field
public void setObjectField(javax.jdo.spi.PersistenceCapable iPC,
int parm2,
java.lang.Object parm3,
java.lang.Object parm4)
javax.jdo.spi.StateManager
setObjectField in interface javax.jdo.spi.StateManageriPC - the calling PersistenceCapable instanceparm2 - the field numberparm3 - the current value of the fieldparm4 - the proposed new value of the field
public void providedBooleanField(javax.jdo.spi.PersistenceCapable iPC,
int parm2,
boolean parm3)
javax.jdo.spi.StateManagerStateManager
providedBooleanField in interface javax.jdo.spi.StateManageriPC - the calling PersistenceCapable instanceparm2 - the field numberparm3 - the current value of the field
public void providedCharField(javax.jdo.spi.PersistenceCapable iPC,
int parm2,
char parm3)
javax.jdo.spi.StateManagerStateManager
providedCharField in interface javax.jdo.spi.StateManageriPC - the calling PersistenceCapable instanceparm2 - the field numberparm3 - the current value of the field
public void providedByteField(javax.jdo.spi.PersistenceCapable iPC,
int parm2,
byte parm3)
javax.jdo.spi.StateManagerStateManager
providedByteField in interface javax.jdo.spi.StateManageriPC - the calling PersistenceCapable instanceparm2 - the field numberparm3 - the current value of the field
public void providedShortField(javax.jdo.spi.PersistenceCapable iPC,
int parm2,
short parm3)
javax.jdo.spi.StateManagerStateManager
providedShortField in interface javax.jdo.spi.StateManageriPC - the calling PersistenceCapable instanceparm2 - the field numberparm3 - the current value of the field
public void providedIntField(javax.jdo.spi.PersistenceCapable iPC,
int parm2,
int parm3)
javax.jdo.spi.StateManagerStateManager
providedIntField in interface javax.jdo.spi.StateManageriPC - the calling PersistenceCapable instanceparm2 - the field numberparm3 - the current value of the field
public void providedLongField(javax.jdo.spi.PersistenceCapable iPC,
int parm2,
long parm3)
javax.jdo.spi.StateManagerStateManager
providedLongField in interface javax.jdo.spi.StateManageriPC - the calling PersistenceCapable instanceparm2 - the field numberparm3 - the current value of the field
public void providedFloatField(javax.jdo.spi.PersistenceCapable iPC,
int parm2,
float parm3)
javax.jdo.spi.StateManagerStateManager
providedFloatField in interface javax.jdo.spi.StateManageriPC - the calling PersistenceCapable instanceparm2 - the field numberparm3 - the current value of the field
public void providedDoubleField(javax.jdo.spi.PersistenceCapable iPC,
int parm2,
double parm3)
javax.jdo.spi.StateManagerStateManager
providedDoubleField in interface javax.jdo.spi.StateManageriPC - the calling PersistenceCapable instanceparm2 - the field numberparm3 - the current value of the field
public void providedStringField(javax.jdo.spi.PersistenceCapable iPC,
int parm2,
java.lang.String parm3)
javax.jdo.spi.StateManagerStateManager
providedStringField in interface javax.jdo.spi.StateManageriPC - the calling PersistenceCapable instanceparm2 - the field numberparm3 - the current value of the field
public void providedObjectField(javax.jdo.spi.PersistenceCapable iPC,
int parm2,
java.lang.Object parm3)
javax.jdo.spi.StateManagerStateManager
providedObjectField in interface javax.jdo.spi.StateManageriPC - the calling PersistenceCapable instanceparm2 - the field numberparm3 - the current value of the field
public boolean replacingBooleanField(javax.jdo.spi.PersistenceCapable iPC,
int parm2)
javax.jdo.spi.StateManager
replacingBooleanField in interface javax.jdo.spi.StateManageriPC - the calling PersistenceCapable instanceparm2 - the field number
public char replacingCharField(javax.jdo.spi.PersistenceCapable iPC,
int parm2)
javax.jdo.spi.StateManager
replacingCharField in interface javax.jdo.spi.StateManageriPC - the calling PersistenceCapable instanceparm2 - the field number
public byte replacingByteField(javax.jdo.spi.PersistenceCapable iPC,
int parm2)
javax.jdo.spi.StateManager
replacingByteField in interface javax.jdo.spi.StateManageriPC - the calling PersistenceCapable instanceparm2 - the field number
public short replacingShortField(javax.jdo.spi.PersistenceCapable iPC,
int parm2)
javax.jdo.spi.StateManager
replacingShortField in interface javax.jdo.spi.StateManageriPC - the calling PersistenceCapable instanceparm2 - the field number
public int replacingIntField(javax.jdo.spi.PersistenceCapable iPC,
int parm2)
javax.jdo.spi.StateManager
replacingIntField in interface javax.jdo.spi.StateManageriPC - the calling PersistenceCapable instanceparm2 - the field number
public long replacingLongField(javax.jdo.spi.PersistenceCapable iPC,
int parm2)
javax.jdo.spi.StateManager
replacingLongField in interface javax.jdo.spi.StateManageriPC - the calling PersistenceCapable instanceparm2 - the field number
public float replacingFloatField(javax.jdo.spi.PersistenceCapable iPC,
int parm2)
javax.jdo.spi.StateManager
replacingFloatField in interface javax.jdo.spi.StateManageriPC - the calling PersistenceCapable instanceparm2 - the field number
public double replacingDoubleField(javax.jdo.spi.PersistenceCapable iPC,
int parm2)
javax.jdo.spi.StateManager
replacingDoubleField in interface javax.jdo.spi.StateManageriPC - the calling PersistenceCapable instanceparm2 - the field number
public java.lang.String replacingStringField(javax.jdo.spi.PersistenceCapable iPC,
int parm2)
javax.jdo.spi.StateManager
replacingStringField in interface javax.jdo.spi.StateManageriPC - the calling PersistenceCapable instanceparm2 - the field number
public java.lang.Object replacingObjectField(javax.jdo.spi.PersistenceCapable iPC,
int parm2)
javax.jdo.spi.StateManager
replacingObjectField in interface javax.jdo.spi.StateManageriPC - the calling PersistenceCapable instanceparm2 - the field number
public void deleteObject(java.lang.Object iPC)
public oObjectInfo getObjectInfo(java.lang.Object iPC)
public oObjectInfo addObjectInfo(oOID iOID,
java.lang.Object iPC,
int iStatus)
public oObjectInfo removeObjectInfo(javax.jdo.spi.PersistenceCapable iPC)
public static void createInstance()
public static void destroyInstance()
public static oStateManager getInstance()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||