API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.security. GuardedObject View Source
Author(s)
Roland Schemers
Li Gong
Since
Version
1.17 05/11/17
Serial
Hierarchy
 Object
      GuardedObject
Implements
 Serializable
Subclasses
Description
public class GuardedObject
  A GuardedObject is an object that is used to protect access to another object.
See also:    Guard Permission
Constructors
public GuardedObject (Object object, Guard guard)
  Constructs a GuardedObject using the specified object and guard.
Methods
Hide/Show inherited methods
public Object getObject () throws SecurityException
  Retrieves the guarded object, or throws an exception if access to the guarded object is denied by the guard.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar