com.sun.enterprise.container.common.impl.util
Class DummyCallFlowAgentImpl
java.lang.Object
com.sun.enterprise.container.common.impl.util.DummyCallFlowAgentImpl
- All Implemented Interfaces:
- CallFlowAgent
@Service
@Scoped(value=org.jvnet.hk2.component.Singleton.class)
public class DummyCallFlowAgentImpl
- extends Object
- implements CallFlowAgent
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DummyCallFlowAgentImpl
public DummyCallFlowAgentImpl()
isEnabled
public boolean isEnabled()
- Specified by:
isEnabled in interface CallFlowAgent
entityManagerMethodStart
public void entityManagerMethodStart(EntityManagerMethod val)
- Specified by:
entityManagerMethodStart in interface CallFlowAgent
entityManagerMethodEnd
public void entityManagerMethodEnd()
- Specified by:
entityManagerMethodEnd in interface CallFlowAgent
entityManagerQueryStart
public void entityManagerQueryStart(EntityManagerQueryMethod val)
- Specified by:
entityManagerQueryStart in interface CallFlowAgent
entityManagerQueryEnd
public void entityManagerQueryEnd()
- Specified by:
entityManagerQueryEnd in interface CallFlowAgent
Copyright © 2012 GlassFish Community. All Rights Reserved.