Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.puppycrawl.tools.checkstyle.j2ee
Class AbstractSessionBean  view AbstractSessionBean download AbstractSessionBean.java

java.lang.Object
  extended bycom.puppycrawl.tools.checkstyle.j2ee.AbstractSessionBean
All Implemented Interfaces:
javax.ejb.EnterpriseBean, java.io.Serializable, javax.ejb.SessionBean

abstract class AbstractSessionBean
extends java.lang.Object
implements javax.ejb.SessionBean


Constructor Summary
(package private) AbstractSessionBean()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.ejb.SessionBean
ejbActivate, ejbPassivate, ejbRemove, setSessionContext
 

Constructor Detail

AbstractSessionBean

AbstractSessionBean()