1 8 9 package com.knowgate.cache.server; 10 11 import weblogic.ejb20.interfaces.WLEnterpriseBean; 12 13 public interface DistributedCacheCoordinatorBean_yvjxe8_Intf 14 extends WLEnterpriseBean 15 { 16 17 public void ejbActivate(); 18 public void ejbCreate() throws javax.ejb.CreateException ; 19 public void ejbPassivate(); 20 public void ejbRemove(); 21 public void expire(java.lang.String arg0); 22 public void flush(); 23 public long lastModified(java.lang.String arg0); 24 public long modify(java.lang.String arg0); 25 public long now(); 26 public void setSessionContext(javax.ejb.SessionContext arg0); 27 28 29 } 30 | Popular Tags |