public class CoreServerServiceImpl extends Object implements CoreServerService
| Constructor and Description |
|---|
CoreServerServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
agentIsShuttingDown(String agentName) |
ConnectAgentResults |
connectAgent(ConnectAgentRequest request) |
org.rhq.core.domain.cloud.composite.FailoverListComposite |
getFailoverList(String agentName) |
InputStream |
getFileContents(String file) |
List<org.rhq.core.domain.plugin.Plugin> |
getLatestPlugins() |
InputStream |
getPluginArchive(String pluginName) |
PingRequest |
ping(PingRequest request) |
AgentRegistrationResults |
registerAgent(AgentRegistrationRequest request) |
public AgentRegistrationResults registerAgent(AgentRegistrationRequest request) throws AgentRegistrationException, AgentNotSupportedException
registerAgent in interface CoreServerServiceAgentRegistrationExceptionAgentNotSupportedExceptionCoreServerService.registerAgent(AgentRegistrationRequest)public ConnectAgentResults connectAgent(ConnectAgentRequest request) throws AgentRegistrationException, AgentNotSupportedException
connectAgent in interface CoreServerServiceAgentRegistrationExceptionAgentNotSupportedExceptionCoreServerService.connectAgent(ConnectAgentRequest)public List<org.rhq.core.domain.plugin.Plugin> getLatestPlugins()
getLatestPlugins in interface CoreServerServiceCoreServerService.getLatestPlugins()public InputStream getPluginArchive(String pluginName)
getPluginArchive in interface CoreServerServiceCoreServerService.getPluginArchive(String)public InputStream getFileContents(String file)
getFileContents in interface CoreServerServiceCoreServerService.getFileContents(String)public void agentIsShuttingDown(String agentName)
agentIsShuttingDown in interface CoreServerServiceCoreServerService.agentIsShuttingDown(String)public org.rhq.core.domain.cloud.composite.FailoverListComposite getFailoverList(String agentName)
getFailoverList in interface CoreServerServiceCoreServerService.getFailoverList(String)public PingRequest ping(PingRequest request)
ping in interface CoreServerServiceCoreServerService.ping(PingRequest)Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.