|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CloudManagerLocal
| Method Summary | |
|---|---|
void |
deleteServer(Integer serverId)
|
void |
deleteServers(Integer[] serverIds)
|
List<org.rhq.core.domain.resource.Agent> |
getAgentsByServerName(String serverName)
|
List<org.rhq.core.domain.cloud.Server> |
getAllCloudServers()
Return every server registered in the database considered part of the active cloud. |
List<org.rhq.core.domain.cloud.Server> |
getAllServers()
Return every server registered in the database. |
org.rhq.core.domain.util.PageList<org.rhq.core.domain.cloud.FailoverListDetails> |
getFailoverListDetailsByAgentId(int agentId,
org.rhq.core.domain.util.PageControl pc)
|
int |
getNormalServerCount()
Returns the number of servers that are part of the "server cloud" that are currently running in "normal" mode. |
org.rhq.core.domain.cloud.Server |
getServerById(int serverId)
|
org.rhq.core.domain.cloud.Server |
getServerByName(String serverName)
|
org.rhq.core.domain.util.PageList<org.rhq.core.domain.cloud.composite.ServerWithAgentCountComposite> |
getServerComposites(org.rhq.core.domain.auth.Subject subject,
org.rhq.core.domain.util.PageControl pc)
|
int |
getServerCount()
Returns the number of servers that are part of the "server cloud", which excludes servers that have been installed but not associated with the cloud. |
void |
markStaleServersDown(org.rhq.core.domain.auth.Subject subject)
|
org.rhq.core.domain.cloud.Server |
updateServer(org.rhq.core.domain.auth.Subject subject,
org.rhq.core.domain.cloud.Server server)
|
void |
updateServerMode(Integer[] serverIds,
org.rhq.core.domain.cloud.Server.OperationMode mode)
|
| Method Detail |
|---|
void deleteServers(Integer[] serverIds)
throws CloudManagerException
CloudManagerException
void deleteServer(Integer serverId)
throws CloudManagerException
CloudManagerExceptionList<org.rhq.core.domain.resource.Agent> getAgentsByServerName(String serverName)
org.rhq.core.domain.cloud.Server getServerById(int serverId)
org.rhq.core.domain.cloud.Server getServerByName(String serverName)
List<org.rhq.core.domain.cloud.Server> getAllCloudServers()
List<org.rhq.core.domain.cloud.Server> getAllServers()
org.rhq.core.domain.util.PageList<org.rhq.core.domain.cloud.composite.ServerWithAgentCountComposite> getServerComposites(org.rhq.core.domain.auth.Subject subject,
org.rhq.core.domain.util.PageControl pc)
int getServerCount()
int getNormalServerCount()
void updateServerMode(Integer[] serverIds,
org.rhq.core.domain.cloud.Server.OperationMode mode)
org.rhq.core.domain.cloud.Server updateServer(org.rhq.core.domain.auth.Subject subject,
org.rhq.core.domain.cloud.Server server)
org.rhq.core.domain.util.PageList<org.rhq.core.domain.cloud.FailoverListDetails> getFailoverListDetailsByAgentId(int agentId,
org.rhq.core.domain.util.PageControl pc)
void markStaleServersDown(org.rhq.core.domain.auth.Subject subject)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||