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

Java Open Source » JBoss » JBossCache 
JBossCache » org » jboss » cache » pojo » PojoCacheMBean.java
/*
 * JBoss, the OpenSource J2EE webOS
 *
 * Distributable under LGPL license.
 * See terms of license at gnu.org.
 */
package org.jboss.cache.pojo;

import org.w3c.dom.Element;


/**
 * MBean interface for PojoCache.
 *
 * @author Ben Wang
 * @since 1.4
 */
public interface PojoCacheMBean extends PojoCache
{
   /**
    * Inject the config element that is specific to PojoCache.
    *
    * @param config
    */
   public void setPojoCacheConfig(Element config);

   public Element getPojoCacheConfig();

}
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.