API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.security. Guard View Source
Author(s)
Roland Schemers
Li Gong
Since
Version
1.13 05/11/17
Serial
Hierarchy
 Guard
Subinterfaces
Description
public interface Guard
  This interface represents a guard, which is an object that is used to protect access to another object.
See also:    GuardedObject
Methods
Hide/Show inherited methods
public void checkGuard (Object object) throws SecurityException
  Determines whether or not to allow access to the guarded object object.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar