org.rhq.plugins.byteman
Class BytemanRuleComponent

java.lang.Object
  extended by org.rhq.plugins.byteman.BytemanRuleComponent
All Implemented Interfaces:
AvailabilityFacet, ResourceComponent<BytemanScriptComponent>

public class BytemanRuleComponent
extends Object
implements ResourceComponent<BytemanScriptComponent>

Component that represents an individual rule found within a script that is deployed in a Byteman agent.

Author:
John Mazzitelli

Constructor Summary
BytemanRuleComponent()
           
 
Method Summary
 AvailabilityType getAvailability()
           
 void start(ResourceContext<BytemanScriptComponent> context)
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BytemanRuleComponent

public BytemanRuleComponent()
Method Detail

start

public void start(ResourceContext<BytemanScriptComponent> context)
Specified by:
start in interface ResourceComponent<BytemanScriptComponent>

stop

public void stop()
Specified by:
stop in interface ResourceComponent<BytemanScriptComponent>

getAvailability

public AvailabilityType getAvailability()
Specified by:
getAvailability in interface AvailabilityFacet


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