Searched refs:GuardedObject (Results 1 – 5 of 5) sorted by relevance
26 import java.security.GuardedObject;39 GuardedObject go = new GuardedObject(obj, null); in testNoGuard()43 go = new GuardedObject(obj, null); in testNoGuard()51 GuardedObject go = new GuardedObject(objBuffer, new Guard() { in testGuard()
49 public class GuardedObject implements java.io.Serializable { class66 public GuardedObject(Object object, Guard guard) in GuardedObject() method in GuardedObject
1451 objToSave = new java.security.GuardedObject("Test Object", in test_writeObject_GuardedObject()1459 equals = ((java.security.GuardedObject) objToSave).getObject() in test_writeObject_GuardedObject()1461 ((java.security.GuardedObject) objLoaded) in test_writeObject_GuardedObject()
607 "ojluni/src/main/java/java/security/GuardedObject.java",
7344 public class GuardedObject implements java.io.Serializable {7345 ctor public GuardedObject(Object, java.security.Guard);