kr.co.hit.live.ejb.controller
Class BatchController

java.lang.Object
  extended by kr.co.hit.live.ejb.controller.BatchController
All Implemented Interfaces:
Serializable, javax.ejb.EnterpriseBean, javax.ejb.SessionBean

Deprecated.

@Deprecated
public class BatchController
extends Object
implements javax.ejb.SessionBean

Since:
3.0
Version:
$Revision: 1.1 $ $Date: 2006/09/26 08:20:20 $
Author:
김광영(Kim, Kwang Young)
See Also:
Serialized Form

Constructor Summary
BatchController()
          Deprecated.  
 
Method Summary
 void ejbActivate()
          Deprecated.  
 void ejbPassivate()
          Deprecated.  
 void ejbRemove()
          Deprecated.  
 javax.ejb.SessionContext getSessionContext()
          Deprecated.  
 void setSessionContext(javax.ejb.SessionContext ctx)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchController

public BatchController()
Deprecated. 
Method Detail

setSessionContext

public void setSessionContext(javax.ejb.SessionContext ctx)
                       throws javax.ejb.EJBException,
                              RemoteException
Deprecated. 
Specified by:
setSessionContext in interface javax.ejb.SessionBean
Throws:
javax.ejb.EJBException
RemoteException

getSessionContext

public javax.ejb.SessionContext getSessionContext()
Deprecated. 

ejbRemove

public void ejbRemove()
               throws javax.ejb.EJBException,
                      RemoteException
Deprecated. 
Specified by:
ejbRemove in interface javax.ejb.SessionBean
Throws:
javax.ejb.EJBException
RemoteException

ejbActivate

public void ejbActivate()
                 throws javax.ejb.EJBException,
                        RemoteException
Deprecated. 
Specified by:
ejbActivate in interface javax.ejb.SessionBean
Throws:
javax.ejb.EJBException
RemoteException

ejbPassivate

public void ejbPassivate()
                  throws javax.ejb.EJBException,
                         RemoteException
Deprecated. 
Specified by:
ejbPassivate in interface javax.ejb.SessionBean
Throws:
javax.ejb.EJBException
RemoteException


Copyright © 2014. All Rights Reserved.