org.jboss.ejb3
Class ContainerDelegateWrapper<CONTAINER_TYPE extends Container>

java.lang.Object
  extended by org.jboss.ejb3.ContainerDelegateWrapper<CONTAINER_TYPE>
All Implemented Interfaces:
ContainerDelegateWrapperMBean
Direct Known Subclasses:
MessagingDelegateWrapper, ServiceDelegateWrapper, StatefulDelegateWrapper, StatelessDelegateWrapper

public class ContainerDelegateWrapper<CONTAINER_TYPE extends Container>
extends Object
implements ContainerDelegateWrapperMBean

Comment

Version:
$Revision: 72001 $
Author:
Carlo de Wolf

Field Summary
protected  CONTAINER_TYPE delegate
           
 
Constructor Summary
protected ContainerDelegateWrapper(CONTAINER_TYPE delegate)
           
 
Method Summary
 InvocationStatistics getInvokeStats()
           
 javax.ejb.TimerService getTimerService(Object pKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

delegate

protected CONTAINER_TYPE extends Container delegate
Constructor Detail

ContainerDelegateWrapper

protected ContainerDelegateWrapper(CONTAINER_TYPE delegate)
Method Detail

getTimerService

public javax.ejb.TimerService getTimerService(Object pKey)
Specified by:
getTimerService in interface ContainerDelegateWrapperMBean

getInvokeStats

public InvocationStatistics getInvokeStats()
Specified by:
getInvokeStats in interface ContainerDelegateWrapperMBean


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.