All Examples  This Package
  Interface examples.security.rdbmsrealm.CacheResult
  -  public interface CacheResult
 
Using this interface we can distingush a cache miss (null
 CacheResult) from a null cached value.
  -  Author:
  
 -  Copyright (c) 1997-1999 by BEA Systems. All Rights Reserved.
 
  
  -  
	getObject()
   -  
 
  
getObject
 public abstract Object getObject()
All Examples  This Package