org.rhq.enterprise.server.core
Class CoreServerServiceImpl
java.lang.Object
org.rhq.enterprise.server.core.CoreServerServiceImpl
- All Implemented Interfaces:
- CoreServerService
public class CoreServerServiceImpl
- extends java.lang.Object
- implements CoreServerService
The service that receives agent requests to perform functionality such as registering agents.
- Author:
- John Mazzitelli
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CoreServerServiceImpl
public CoreServerServiceImpl()
registerAgent
public AgentRegistrationResults registerAgent(AgentRegistrationRequest request)
throws AgentRegistrationException,
AgentNotSupportedException
- Specified by:
registerAgent in interface CoreServerService
- Throws:
AgentRegistrationException
AgentNotSupportedException- See Also:
CoreServerService.registerAgent(AgentRegistrationRequest)
connectAgent
public ConnectAgentResults connectAgent(ConnectAgentRequest request)
throws AgentRegistrationException,
AgentNotSupportedException
- Specified by:
connectAgent in interface CoreServerService
- Throws:
AgentRegistrationException
AgentNotSupportedException- See Also:
CoreServerService.connectAgent(ConnectAgentRequest)
getLatestPlugins
public java.util.List<Plugin> getLatestPlugins()
- Specified by:
getLatestPlugins in interface CoreServerService
- See Also:
CoreServerService.getLatestPlugins()
getPluginArchive
public java.io.InputStream getPluginArchive(java.lang.String pluginName)
- Specified by:
getPluginArchive in interface CoreServerService
- See Also:
CoreServerService.getPluginArchive(String)
getFileContents
public java.io.InputStream getFileContents(java.lang.String file)
- Specified by:
getFileContents in interface CoreServerService
- See Also:
CoreServerService.getFileContents(String)
agentIsShuttingDown
public void agentIsShuttingDown(java.lang.String agentName)
- Specified by:
agentIsShuttingDown in interface CoreServerService
- See Also:
CoreServerService.agentIsShuttingDown(String)
getFailoverList
public FailoverListComposite getFailoverList(java.lang.String agentName)
- Specified by:
getFailoverList in interface CoreServerService
Copyright © 2008-2009 Red Hat, Inc.. All Rights Reserved.