|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.rhq.plugins.irc.IRCChannelComponent
public class IRCChannelComponent
| Constructor Summary | |
|---|---|
IRCChannelComponent()
|
|
| Method Summary | |
|---|---|
void |
acceptMessage(String sender,
String login,
String hostname,
String message)
|
AvailabilityType |
getAvailability()
Return availability of this resource |
String |
getChannel()
|
void |
getValues(MeasurementReport report,
Set<MeasurementScheduleRequest> metrics)
Gather measurement data |
OperationResult |
invokeOperation(String name,
Configuration params)
Invokes the passed operation on the managed resource |
void |
start(ResourceContext<IRCServerComponent> context)
Start the resource connection |
void |
stop()
Tear down the rescource connection |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IRCChannelComponent()
| Method Detail |
|---|
public AvailabilityType getAvailability()
getAvailability in interface AvailabilityFacetAvailabilityFacet.getAvailability()
public void start(ResourceContext<IRCServerComponent> context)
throws InvalidPluginConfigurationException,
Exception
start in interface ResourceComponent<IRCServerComponent>InvalidPluginConfigurationException
ExceptionResourceComponent.start(org.rhq.core.pluginapi.inventory.ResourceContext)public void stop()
stop in interface ResourceComponent<IRCServerComponent>ResourceComponent.stop()
public void getValues(MeasurementReport report,
Set<MeasurementScheduleRequest> metrics)
throws Exception
getValues in interface MeasurementFacetExceptionMeasurementFacet.getValues(org.rhq.core.domain.measurement.MeasurementReport, java.util.Set)
public OperationResult invokeOperation(String name,
Configuration params)
throws Exception
invokeOperation in interface OperationFacetname - Name of the operationparams - The method parameters
ExceptionOperationFacetpublic String getChannel()
public void acceptMessage(String sender,
String login,
String hostname,
String message)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||