Save This Page
Home » jboss-5.0.0.CR1-src » org » jboss » ejb » plugins » [javadoc | source]
org.jboss.ejb.plugins
public class: NoPassivationCachePolicy [javadoc | source]
java.lang.Object
   org.jboss.ejb.plugins.NoPassivationCachePolicy

All Implemented Interfaces:
    XmlLoadable, CachePolicy, Monitorable

Implementation of a no passivation cache policy.
Constructor:
 public NoPassivationCachePolicy(AbstractInstanceCache eic) 
    Creates a no passivation cache policy object given the instance cache that use this policy object, that btw is not used.
Method from org.jboss.ejb.plugins.NoPassivationCachePolicy Summary:
create,   destroy,   flush,   get,   importXml,   insert,   peek,   remove,   sample,   size,   start,   stop
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jboss.ejb.plugins.NoPassivationCachePolicy Detail:
 public  void create() throws Exception 
 public  void destroy() 
 public  void flush() 
 public Object get(Object key) 
 public  void importXml(Element element) throws DeploymentException 
 public  void insert(Object key,
    Object ctx) 
 public Object peek(Object key) 
 public  void remove(Object key) 
 public  void sample(Object s) 
 public int size() 
 public  void start() throws Exception 
 public  void stop()