EmptyReference.java :  » JBoss » JBossCache » org » jboss » cache » pojo » memory » Java Open Source

Java Open Source » JBoss » JBossCache 
JBossCache » org » jboss » cache » pojo » memory » EmptyReference.java
package org.jboss.cache.pojo.memory;

public class EmptyReference extends PersistentReference
{

   public EmptyReference()
   {
      super(null, null, REFERENCE_WEAK);
   }

   public Object rebuildReference() throws Exception
   {
      return null;
   }

}

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.