public class BrowserServiceImpl extends AbstractService implements BrowserService, ConnectionListener
logger| Constructor and Description |
|---|
BrowserServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
connected(IRPMService rpmService,
AgentConfig agentConfig) |
void |
disconnected(IRPMService rpmService) |
protected void |
doStart() |
protected void |
doStop() |
BrowserConfig |
getBrowserConfig(java.lang.String appName)
Get the browser configuration for the application.
|
boolean |
isEnabled()
Is the service enabled.
|
getLogger, getName, isStarted, isStartedOrStarting, isStopped, isStoppedOrStopping, start, stopclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLogger, getName, isStarted, isStartedOrStarting, isStopped, isStoppedOrStopping, start, stopprotected void doStart()
throws java.lang.Exception
doStart in class AbstractServicejava.lang.Exceptionprotected void doStop()
throws java.lang.Exception
doStop in class AbstractServicejava.lang.Exceptionpublic BrowserConfig getBrowserConfig(java.lang.String appName)
BrowserServicegetBrowserConfig in interface BrowserServicepublic boolean isEnabled()
Servicepublic void connected(IRPMService rpmService, AgentConfig agentConfig)
connected in interface ConnectionListenerpublic void disconnected(IRPMService rpmService)
disconnected in interface ConnectionListener