[jboss-user] [JBossCache] - Re: PojoCache 2.0 (replicate method execution)

mleur do-not-reply at jboss.com
Tue Oct 24 08:08:48 EDT 2006


The code in pojocache-aop.xml is : 

	<prepare expr="execution(public void com.gltrade.manager.sessionmanager.TimerSessionValidity->pingSession() )" />
  | 		
  | 	<introduction class="com.gltrade.manager.sessionmanager.TimerSessionValidity">
  |       <mixin>
  |          <interfaces>org.jboss.cache.pojo.observable.Subject</interfaces>
  |          <class>org.jboss.cache.pojo.observable.SubjectImpl</class>
  |          <construction>new org.jboss.cache.pojo.observable.SubjectImpl(this)</construction>
  |       </mixin>
  |    </introduction>

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980346#3980346

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980346



More information about the jboss-user mailing list