electric.security.guards.path
Interface IPathGuards

All Known Implementing Classes:
PathGuards

public interface IPathGuards

IPathGuards.

Author:
webMethods

Method Summary
 void addGuard(java.lang.String path, IGuard guard)
           
 java.util.Enumeration getGuards(java.lang.String path)
           
 boolean isEmpty()
           
 

Method Detail

isEmpty

public boolean isEmpty()
Returns:
true if there are no guards, false otherwise.

getGuards

public java.util.Enumeration getGuards(java.lang.String path)
Parameters:
path -
Returns:
guards matching the given path.

addGuard

public void addGuard(java.lang.String path,
                     IGuard guard)
Parameters:
path -
guard -


copyright© 2001-2004 by webMethods All Rights Reserved.