1 27 package org.objectweb.transaction.lib.resource; 28 29 import org.objectweb.transaction.api.resource.ResourceEvent; 30 31 32 38 public class ResourceEventVote 39 implements ResourceEvent 40 { 41 42 public final static int value = 0 ; 43 44 45 public final static ResourceEvent event = new ResourceEventVote(); 46 47 50 public int getValue() { 51 return value; 52 } 53 } 54 | Popular Tags |