1 25 26 package org.objectweb.easybeans.api.bean; 27 28 import org.objectweb.easybeans.api.bean.lifecycle.EasyBeansSBLifeCycle; 29 30 35 public interface EasyBeansSB<PoolType extends EasyBeansSB> extends EasyBeansBean , EasyBeansSBLifeCycle { 36 37 41 boolean getEasyBeansRemoved(); 42 43 47 void setEasyBeansRemoved(final boolean easyBeansRemoved); 48 49 } 50 | Popular Tags |