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

java.lang.Object
  extended by br.gov.mj.frameworkprocessos.processo.ejb.AbstractArquivoFacade
      extended by br.gov.mj.frameworkprocessos.processo.ejb.ArquivoFacadeSession
All Implemented Interfaces:
Arquivo

public class ArquivoFacadeSession
extends AbstractArquivoFacade

Session layer for ArquivoFacade.

Version:
${version}
Author:
XDoclet

Constructor Summary
ArquivoFacadeSession()
           
 
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.AbstractArquivoFacade
atualizarArquivoCorrente, atualizarAvisoIntermediario, ejbCreate, enviarParaArquivoCorrente, enviarParaArquivoIntermediario, finalizarArquivoCorrente, finalizarAvisoIntermediario, getArquivoCentral, getArquivoCorrente, getAvisoIntermediario, inserirAvisoIntermediario
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArquivoFacadeSession

public ArquivoFacadeSession()
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 AbstractArquivoFacade
Throws:
javax.ejb.EJBException
java.rmi.RemoteException

unsetSessionContext

public void unsetSessionContext()

ejbRemove

public void ejbRemove()