public interface FHNManager
| Modifier and Type | Method and Description |
|---|---|
Set<ServiceProfile> |
allServiceProfiles() |
Node |
createNode(String vmProviderId,
String serviceProfileId,
String resourceTemplateId) |
void |
deleteNode(String NodeId) |
Set<Node> |
findNodes(String vmProviderId,
String serviceProfileId) |
Collection<ResourceTemplate> |
findResourceTemplate(String vmProviderid) |
Set<VMProvider> |
findVMProviders(String serviceProfileId) |
Node |
getNodeById(String NodeId) |
VMProvider |
getVMProviderbyId(String vmProviderid) |
void |
startNode(String NodeId) |
void |
stopNode(String NodeId) |
VMProvider getVMProviderbyId(String vmProviderid) throws FHNManagerException
FHNManagerExceptionSet<VMProvider> findVMProviders(String serviceProfileId) throws FHNManagerException
FHNManagerExceptionSet<ServiceProfile> allServiceProfiles() throws FHNManagerException
FHNManagerExceptionCollection<ResourceTemplate> findResourceTemplate(String vmProviderid) throws FHNManagerException
FHNManagerExceptionNode createNode(String vmProviderId, String serviceProfileId, String resourceTemplateId) throws FHNManagerException
FHNManagerExceptionNode getNodeById(String NodeId) throws FHNManagerException
FHNManagerExceptionSet<Node> findNodes(String vmProviderId, String serviceProfileId) throws FHNManagerException, UnknownHostException
void startNode(String NodeId) throws FHNManagerException
FHNManagerExceptionvoid stopNode(String NodeId) throws FHNManagerException
FHNManagerExceptionvoid deleteNode(String NodeId) throws FHNManagerException
FHNManagerExceptionCopyright © 2016. All Rights Reserved.