Revision 104,
327 bytes
checked in by wojtekp, 13 years ago
(diff) |
|
-
Property svn:mime-type set to
text/plain
|
Line | |
---|
1 | package test.rewolucja.resources.manager.interfaces; |
---|
2 | |
---|
3 | import java.util.List; |
---|
4 | |
---|
5 | import test.rewolucja.resources.physical.base.ComputingResource; |
---|
6 | |
---|
7 | public interface ResourceAllocationInterface { |
---|
8 | public void allocateResources(List<ComputingResource> resources); |
---|
9 | |
---|
10 | |
---|
11 | public void freeResources(List<ComputingResource> resources); |
---|
12 | |
---|
13 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.