org.hyperic.hq.measurement.server.session
Class MetricAuxLogManagerEJBImpl
java.lang.Object
org.hyperic.hq.measurement.server.session.MetricAuxLogManagerEJBImpl
- All Implemented Interfaces:
- java.io.Serializable, javax.ejb.EnterpriseBean, javax.ejb.SessionBean
public class MetricAuxLogManagerEJBImpl
- extends java.lang.Object
- implements javax.ejb.SessionBean
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MetricAuxLogManagerEJBImpl
public MetricAuxLogManagerEJBImpl()
getOne
public static org.hyperic.hq.measurement.shared.MetricAuxLogManagerLocal getOne()
create
public MetricAuxLogPojo create(GalertAuxLog log,
MetricAuxLog logInfo)
removeAll
public void removeAll(GalertDef def)
find
public MetricAuxLogPojo find(GalertAuxLog log)
metricsDeleted
public void metricsDeleted(java.util.Collection mids)
- Callback, invoked when metrics are deleted. Since we still want to keep
the measurement around, we delete the value from the metric_aux_log and
transform the entry in the galert_aux_log to a regular entry.
ejbCreate
public void ejbCreate()
ejbRemove
public void ejbRemove()
- Specified by:
ejbRemove
in interface javax.ejb.SessionBean
ejbActivate
public void ejbActivate()
- Specified by:
ejbActivate
in interface javax.ejb.SessionBean
ejbPassivate
public void ejbPassivate()
- Specified by:
ejbPassivate
in interface javax.ejb.SessionBean
setSessionContext
public void setSessionContext(javax.ejb.SessionContext c)
- Specified by:
setSessionContext
in interface javax.ejb.SessionBean
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.