|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.rhq.plugins.twitter.FeedComponent
public class FeedComponent
This class represents the resource component for one individual twitter feed - meaning either a search or a users timeline.
| Field Summary | |
|---|---|
static String |
TOPIC_EVENT
|
| Constructor Summary | |
|---|---|
FeedComponent()
|
|
| Method Summary | |
|---|---|
void |
deleteResource()
Used to uninventoy children -- this is not really deleting physical resources and so nothing really to do. |
AvailabilityType |
getAvailability()
Return availability of this resource |
void |
getValues(MeasurementReport report,
Set<MeasurementScheduleRequest> metrics)
Gather measurement data |
void |
start(ResourceContext<TwitterComponent> 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 |
| Field Detail |
|---|
public static final String TOPIC_EVENT
| Constructor Detail |
|---|
public FeedComponent()
| Method Detail |
|---|
public AvailabilityType getAvailability()
getAvailability in interface AvailabilityFacetAvailabilityFacet.getAvailability()
public void start(ResourceContext<TwitterComponent> context)
throws InvalidPluginConfigurationException,
Exception
start in interface ResourceComponent<TwitterComponent>InvalidPluginConfigurationException
ExceptionResourceComponent.start(org.rhq.core.pluginapi.inventory.ResourceContext)public void stop()
stop in interface ResourceComponent<TwitterComponent>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 void deleteResource()
throws Exception
deleteResource in interface DeleteResourceFacetException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||