org.ow2.jasmine.monitoring.mbeancmd.sampling
Class SLBSampler
java.lang.Object
org.ow2.jasmine.monitoring.mbeancmd.sampling.Sampler
org.ow2.jasmine.monitoring.mbeancmd.sampling.SessionBeanSampler
org.ow2.jasmine.monitoring.mbeancmd.sampling.SLBSampler
public class SLBSampler
- extends SessionBeanSampler
Sampler for retrieving data from stateless session beans.
| Methods inherited from class org.ow2.jasmine.monitoring.mbeancmd.sampling.Sampler |
getCmdId, getDomain, getJmxUrl, getMBeanServerConnection, getName, getOnPattern, getServer, isHasFailed, queryON, releaseMbeanServerConnection, sample, setHasFailed, setOnPattern |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SLBSampler
public SLBSampler(SamplerContext context)
- Implementation of inherited method.
- See Also:
Sampler#Sampler(String)
getDefaultOnPattern
public String getDefaultOnPattern()
- Implementation of inherited abstract method.
- Specified by:
getDefaultOnPattern in class SessionBeanSampler
- Returns:
- Default Object name filtering pattern for this sampler. If null,
we'll consider that the Sampler doesn't have one default object
name filter.
- See Also:
Sampler#getDefaultOn()
pollSessionBean
protected void pollSessionBean(ObjectName on,
SessionBeanData data)
- Polls one stateless bean provider for data.
- Specified by:
pollSessionBean in class SessionBeanSampler
- Parameters:
on - Name of the provider.data - SLBData to add polled information to.
Copyright © 2012 OW2 Consortium. All Rights Reserved.