
public class AgentMBeanService extends Object implements ServiceLifecycle, AgentService
| Constructor and Description |
|---|
AgentMBeanService() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAgentServiceName()
Get the name of this service.
|
void |
preInit() |
void |
registerMBean(Object obj,
ObjectName objName) |
boolean |
startForAgent(AgentInfo agentInfo)
This method is invoked after an agent service is created to see if
this service is to be started for the tiven Agent.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitafterInit, afterStart, preBuild, preShutdown, preStartpublic boolean startForAgent(AgentInfo agentInfo)
AgentServicestartForAgent in interface AgentServicepublic String getAgentServiceName()
AgentServicegetAgentServiceName in interface AgentServicepublic void preInit()
preInit in interface ServiceLifecyclepublic void registerMBean(Object obj, ObjectName objName)
Copyright © 2021 LSST. All rights reserved.