br.gov.mj.frameworkprocessos.processo.ejb
Class GedocFacadeSession

java.lang.Object
  extended by br.gov.mj.frameworkprocessos.processo.ejb.AbstractGedocFacade
      extended by br.gov.mj.frameworkprocessos.processo.ejb.GedocFacadeSession
All Implemented Interfaces:
Gedoc

public class GedocFacadeSession
extends AbstractGedocFacade

Session layer for GedocFacade.

Version:
${version}
Author:
XDoclet

Constructor Summary
GedocFacadeSession()
           
 
Method Summary
 void ejbActivate()
           
 void ejbPassivate()
           
 void ejbRemove()
           
 void setSessionContext(javax.ejb.SessionContext ctx)
           
 void unsetSessionContext()
           
 
Methods inherited from class br.gov.mj.frameworkprocessos.processo.ejb.AbstractGedocFacade
ejbCreate, getDocumentoGedoc, getDocumentoGedoc, getProtocolosPorInteressados, importarDocumentoGedoc
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GedocFacadeSession

public GedocFacadeSession()
Method Detail

ejbActivate

public void ejbActivate()

ejbPassivate

public void ejbPassivate()

setSessionContext

public void setSessionContext(javax.ejb.SessionContext ctx)
                       throws javax.ejb.EJBException,
                              java.rmi.RemoteException
Overrides:
setSessionContext in class AbstractGedocFacade
Throws:
javax.ejb.EJBException
java.rmi.RemoteException

unsetSessionContext

public void unsetSessionContext()

ejbRemove

public void ejbRemove()