com.vinculumtech.carrierwave.session.ejb
Class CommonClientSessionBean

java.lang.Object
  extended bycom.vinculumtech.carrierwave.session.local.LocalCommonClient
      extended bycom.vinculumtech.carrierwave.session.ejb.CommonClientSessionBean
All Implemented Interfaces:
CommonClient, javax.ejb.EnterpriseBean, java.io.Serializable, javax.ejb.SessionBean

public class CommonClientSessionBean
extends LocalCommonClient
implements javax.ejb.SessionBean

Version:
$Id: //depot/carrierwave/src/server/com/vinculumtech/carrierwave/session/ejb/CommonClientSessionBean.java#11 $
See Also:
Serialized Form

Constructor Summary
CommonClientSessionBean()
           
 
Method Summary
 void ejbActivate()
           
 void ejbCreate()
           
 void ejbPassivate()
           
 void ejbRemove()
           
protected  void handleGraphException(GraphException graphException)
           
 void setSessionContext(javax.ejb.SessionContext sessionContext)
           
 
Methods inherited from class com.vinculumtech.carrierwave.session.local.LocalCommonClient
deleteAllImageablesFor, deleteImageableFor, findAllIconsFor, findAllIconsWith, findIconWith, getImageTypeMap, invokeImageableGraphWith, invokeImageableGraphWith, invokeImageableGraphWith, listGraphPlanNames, modifyImageableGraphFor, modifyImageableGraphFor, modifyImageableGraphFor, modifyImageableGraphFor, modifySelectGraphFor, modifySelectGraphFor, modifySelectGraphFor, modifySelectGraphFor, removeGraphPlan, retrieveGraphPlan, selectAllImageGraphsWith, selectAllImageGraphsWith, selectImageGraphFor, selectImageGraphFor, selectImageGraphFor, selectImageGraphFor, selectImageGraphWith, selectImageGraphWith, storeGraphPlan, storeGraphPlan
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommonClientSessionBean

public CommonClientSessionBean()
Method Detail

handleGraphException

protected void handleGraphException(GraphException graphException)
                             throws GraphException
Overrides:
handleGraphException in class LocalCommonClient
Throws:
GraphException

ejbCreate

public void ejbCreate()
               throws javax.ejb.CreateException
Throws:
javax.ejb.CreateException

ejbActivate

public void ejbActivate()
Specified by:
ejbActivate in interface javax.ejb.SessionBean

ejbPassivate

public void ejbPassivate()
Specified by:
ejbPassivate in interface javax.ejb.SessionBean

ejbRemove

public void ejbRemove()
Specified by:
ejbRemove in interface javax.ejb.SessionBean

setSessionContext

public void setSessionContext(javax.ejb.SessionContext sessionContext)
Specified by:
setSessionContext in interface javax.ejb.SessionBean


Copyright (C) 2002 Vinculum Technologies, Inc. All Rights Reserved.