br.gov.mj.frameworkprocessos.protocolo.ejb
Class ProtocoloFacadeSession

java.lang.Object
  extended by br.gov.mj.frameworkprocessos.protocolo.ejb.AbstractProtocoloFacade
      extended by br.gov.mj.frameworkprocessos.protocolo.ejb.ProtocoloFacadeSession
All Implemented Interfaces:
Protocolo

public class ProtocoloFacadeSession
extends AbstractProtocoloFacade

Session layer for ProtocoloFacade.

Version:
${version}
Author:
XDoclet

Field Summary
 
Fields inherited from interface br.gov.mj.frameworkprocessos.protocolo.servicos.Protocolo
ACAO_GERACAO_PROTOCOLOS, ACAO_IMPRESSAO_ETIQUETAS
 
Constructor Summary
ProtocoloFacadeSession()
           
 
Method Summary
 void ejbActivate()
           
 void ejbPassivate()
           
 void ejbRemove()
           
 void setSessionContext(javax.ejb.SessionContext ctx)
           
 void unsetSessionContext()
           
 
Methods inherited from class br.gov.mj.frameworkprocessos.protocolo.ejb.AbstractProtocoloFacade
baixaNumeroProtocolo, ejbCreate, getLotesPendentes, getNumeroProtocolo, getNumerosPendentes, getReportLotePendente, getReportLotePendente, getReportLotePendenteEtiquetaNova, getReportLotePendenteEtiquetaZebra, getReportNumeroProtocoloPendente, getStatusProtocolo
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProtocoloFacadeSession

public ProtocoloFacadeSession()
Method Detail

ejbActivate

public void ejbActivate()

ejbPassivate

public void ejbPassivate()

setSessionContext

public void setSessionContext(javax.ejb.SessionContext ctx)

unsetSessionContext

public void unsetSessionContext()

ejbRemove

public void ejbRemove()