org.jboss.test.jmx.loading
Class ConcreteBean

java.lang.Object
  extended byorg.jboss.test.jmx.loading.AbstractBean (src) 
      extended byorg.jboss.test.jmx.loading.ConcreteBean
All Implemented Interfaces:
EnterpriseBean (src) , java.io.Serializable, SessionBean (src)

public class ConcreteBean
extends AbstractBean (src)

ConcreteBean.java

See Also:
Serialized Form

Constructor Summary
ConcreteBean()
           
 
Method Summary
 void ejbCreate()
           
 
Methods inherited from class org.jboss.test.jmx.loading.AbstractBean (src)
ejbActivate, ejbPassivate, ejbRemove, setSessionContext, unsetSessionContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConcreteBean

public ConcreteBean()
Method Detail

ejbCreate

public void ejbCreate()