org.rhq.enterprise.server.plugins.alertMicroblog
Class MicroblogServerPluginComponent

java.lang.Object
  extended by org.rhq.enterprise.server.plugin.pc.alert.CustomAlertSenderBackingBean
      extended by org.rhq.enterprise.server.plugins.alertMicroblog.MicroblogServerPluginComponent
All Implemented Interfaces:
ControlFacet, ServerPluginComponent

public class MicroblogServerPluginComponent
extends CustomAlertSenderBackingBean
implements ServerPluginComponent, ControlFacet

Microblog Server Plugin Component

Author:
Rafael Soares

Field Summary
 
Fields inherited from class org.rhq.enterprise.server.plugin.pc.alert.CustomAlertSenderBackingBean
alertNotificationId, alertParameters, contextId, contextSubId, extraParameters, webUser
 
Constructor Summary
MicroblogServerPluginComponent()
           
 
Method Summary
 void initialize(ServerPluginContext context)
           
 ControlResults invoke(String controlOperation, Configuration operationConfig)
           
 void shutdown()
           
 void start()
           
 void stop()
           
 
Methods inherited from class org.rhq.enterprise.server.plugin.pc.alert.CustomAlertSenderBackingBean
cleanProperty, getAlertNotificationId, getAlertParameters, getContext, getContextId, getContextSubId, getExtraParameters, getWebUser, loadView, persistConfiguration, persistProperty, saveView, setAlertNotificationId, setAlertParameters, setContext, setContextId, setContextSubId, setExtraParameters, setWebUser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MicroblogServerPluginComponent

public MicroblogServerPluginComponent()
Method Detail

initialize

public void initialize(ServerPluginContext context)
                throws Exception
Specified by:
initialize in interface ServerPluginComponent
Throws:
Exception

invoke

public ControlResults invoke(String controlOperation,
                             Configuration operationConfig)
Specified by:
invoke in interface ControlFacet

start

public void start()
Specified by:
start in interface ServerPluginComponent

stop

public void stop()
Specified by:
stop in interface ServerPluginComponent

shutdown

public void shutdown()
Specified by:
shutdown in interface ServerPluginComponent


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.