|
|||||||||||||||||||
Source file | Conditionals | Statements | Methods | TOTAL | |||||||||||||||
Semaphore.java | - | - | - | - |
|
1 | /* | |
2 | * Created on Dec 19, 2004 | |
3 | * | |
4 | * TODO To change the template for this generated file go to | |
5 | * Window - Preferences - Java - Code Style - Code Templates | |
6 | */ | |
7 | package org.drools.spi; | |
8 | ||
9 | import java.io.Serializable; | |
10 | ||
11 | /** | |
12 | * @author mproctor | |
13 | * | |
14 | * TODO To change the template for this generated type comment go to | |
15 | * Window - Preferences - Java - Code Style - Code Templates | |
16 | */ | |
17 | public interface Semaphore extends Serializable | |
18 | { | |
19 | ||
20 | public String getIdentifier( ); | |
21 | ||
22 | } |
|