org.gridbus.broker.xgrl
Interface ClassInterpreter
- All Known Implementing Classes:
- XGRLInterpreter
public interface ClassInterpreter
This is the abstract class for resource description interpreters
- Author:
- Krishna Nadiminti (kna@cs.mu.oz.au)
process
void process(java.lang.Object o)
throws java.lang.Exception
- Abstract method to process xml doc / file / other object
- Parameters:
o -
- Throws:
java.lang.Exception
getComputeServers
java.util.Collection getComputeServers()
- Returns:
getServices
java.util.Collection getServices()
- Returns:
getStorageServers
java.util.Collection getStorageServers()
- Returns: