org.rhq.plugins.jbosscache3
Class JBossCacheComponent

java.lang.Object
  extended by org.rhq.plugins.jbosscache3.JBossCacheComponent
All Implemented Interfaces:
AvailabilityFacet, ResourceComponent<ProfileServiceComponent>, ProfileServiceComponent<ProfileServiceComponent>, JMXComponent<ProfileServiceComponent>

public class JBossCacheComponent
extends Object
implements ProfileServiceComponent<ProfileServiceComponent>

Author:
Filip Drabek

Field Summary
static String CACHE_SEARCH_STRING
           
 
Fields inherited from interface org.rhq.plugins.jmx.JMXComponent
CREDENTIALS_CONFIG_PROP, PRINCIPAL_CONFIG_PROP
 
Constructor Summary
JBossCacheComponent()
           
 
Method Summary
 AvailabilityType getAvailability()
           
 ProfileServiceConnection getConnection()
           
 org.mc4j.ems.connection.EmsConnection getEmsConnection()
           
 ResourceContext<ProfileServiceComponent> getResourceContext()
           
 void start(ResourceContext<ProfileServiceComponent> context)
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CACHE_SEARCH_STRING

public static String CACHE_SEARCH_STRING
Constructor Detail

JBossCacheComponent

public JBossCacheComponent()
Method Detail

start

public void start(ResourceContext<ProfileServiceComponent> context)
           throws InvalidPluginConfigurationException,
                  Exception
Specified by:
start in interface ResourceComponent<ProfileServiceComponent>
Throws:
InvalidPluginConfigurationException
Exception

stop

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

getAvailability

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

getConnection

public ProfileServiceConnection getConnection()
Specified by:
getConnection in interface ProfileServiceComponent<ProfileServiceComponent>

getEmsConnection

public org.mc4j.ems.connection.EmsConnection getEmsConnection()
Specified by:
getEmsConnection in interface JMXComponent<ProfileServiceComponent>

getResourceContext

@NotNull
public ResourceContext<ProfileServiceComponent> getResourceContext()
Specified by:
getResourceContext in interface ProfileServiceComponent<ProfileServiceComponent>


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