public interface  org.glassfish.concurrent.config.ConcurrencyResource extends java.lang.Object implements org.jvnet.hk.config.types.PropertyBag, org.jvnet.hk.config.ConfigBeanProxy
{
public abstract java.lang.String getContextInfoEnabled();
public abstract void setContextInfoEnabled(java.lang.String) throws java.beans.PropertyVetoException;
public abstract java.lang.String getContextInfo();
public abstract void setContextInfo(java.lang.String) throws java.beans.PropertyVetoException;
public abstract java.lang.String getDescription();
public abstract void setDescription(java.lang.String) throws java.beans.PropertyVetoException;
public abstract java.util.List getProperty();
}