Searched refs:dirty (Results 1 - 3 of 3) sorted by relevance

/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/
H A DEntityContextImpl.java64 private boolean dirty = false; field in class:EntityContextImpl
103 return dirty;
107 dirty = b;
116 dirty = false;
/glassfish-3.1.2/web/web-ha/src/main/java/org/glassfish/web/ha/session/management/
H A DModifiedAttributeHASession.java104 * attributes must dirty, persistent and not deleted
225 //deliberately we do no make this newly added attribute dirty
233 //only mark dirty if already persistent
295 * based on dirty value
297 * @param dirty
299 void setAttributeStateDirty(String attributeName, boolean dirty) { argument
304 attrState.setDirty(dirty);
307 attrState.setDirty(dirty);
/glassfish-3.1.2/persistence/cmp/enhancer/src/main/java/com/sun/jdo/api/persistence/enhancer/impl/
H A DMethodAnnotater.java88 * 2) putfield instructions operating on persistent types cause a dirty
91 * 3) dirties which can be identified to be a dirty of "this" are moved
92 * to the start of the method only if the code path to the dirty is
96 * 6) Each array fetch/dirty call which occurs in a loop construct
108 * 1) non-static non-private methods always fetch/dirty "this"
109 * 2) non-static private methods never fetch but may dirty "this"
114 * target is known to be this, promote to a dirty of this.
173 /* If true, the method will contain an unconditional dirty(this) */
262 * Implementaiton.fetch, or Implementation.dirty
287 if (ntName.equals("fetch") || ntName.equals("dirty"))
[all...]

Completed in 53 milliseconds