com.bankframe.services.impl.print
Class PrintSessionBean

java.lang.Object
  extended bycom.bankframe.services.print.PrintBean
      extended bycom.bankframe.services.impl.print.PrintBean
          extended bycom.bankframe.services.impl.print.PrintSessionBean
All Implemented Interfaces:
javax.ejb.EnterpriseBean, java.io.Serializable, javax.ejb.SessionBean

public class PrintSessionBean
extends PrintBean
implements javax.ejb.SessionBean

See Also:
Serialized Form

Constructor Summary
PrintSessionBean()
          PrintSessionBean constructor comment.
 
Method Summary
 void ejbActivate()
           
 void ejbCreate()
           
 void ejbPassivate()
           
 void ejbRemove()
           
 void setSessionContext(javax.ejb.SessionContext newSessionContext)
           
 
Methods inherited from class com.bankframe.services.impl.print.PrintBean
processDataPacket, processDataPackets
 
Methods inherited from class com.bankframe.services.print.PrintBean
imPrint
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrintSessionBean

public PrintSessionBean()
PrintSessionBean constructor comment.

Method Detail

ejbActivate

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

ejbCreate

public void ejbCreate()

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 newSessionContext)
Specified by:
setSessionContext in interface javax.ejb.SessionBean


Copyright © 2004 Siebel Systems, Inc. All rights reserved.