org.rhq.enterprise.server.plugins.cobbler
Class CobblerServerPluginComponent

java.lang.Object
  extended by org.rhq.enterprise.server.plugins.cobbler.CobblerServerPluginComponent
All Implemented Interfaces:
ControlFacet, ServerPluginComponent

public class CobblerServerPluginComponent
extends Object
implements ServerPluginComponent, ControlFacet


Constructor Summary
CobblerServerPluginComponent()
           
 
Method Summary
 void initialize(ServerPluginContext context)
           
 ControlResults invoke(String name, Configuration parameters)
           
 void shutdown()
           
 void start()
           
 void stop()
           
 void synchronizeContent(ScheduledJobInvocationContext invocation)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CobblerServerPluginComponent

public CobblerServerPluginComponent()
Method Detail

initialize

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

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

invoke

public ControlResults invoke(String name,
                             Configuration parameters)
Specified by:
invoke in interface ControlFacet

synchronizeContent

public void synchronizeContent(ScheduledJobInvocationContext invocation)
                        throws Exception
Throws:
Exception

toString

public String toString()
Overrides:
toString in class Object


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