Interface Application
-
- All Known Implementing Classes:
ApplicationImpl
public interface Application
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getApplicationName()
int
getId()
java.util.Set<IpService>
getIpServices()
java.util.Set<java.lang.Integer>
getNodeIds()
java.util.Set<java.lang.String>
getReductionKeys()
-
-
-
Method Detail
-
getId
int getId()
-
getApplicationName
java.lang.String getApplicationName()
-
getReductionKeys
java.util.Set<java.lang.String> getReductionKeys()
-
getIpServices
java.util.Set<IpService> getIpServices()
-
getNodeIds
java.util.Set<java.lang.Integer> getNodeIds()
-
-