itexpert.chap10.bbs
Class BbsWriteHandler

java.lang.Object
  |
  +--itexpert.chap10.ArticleBean
        |
        +--itexpert.chap10.bbs.BbsArticleBean
              |
              +--itexpert.chap10.bbs.BbsWriteHandler

public class BbsWriteHandler
extends BbsArticleBean

ÀÔ·ÂÆû¿¡¼­ º¸³»¿Â °ªÀ» ÀÔ·Â, ¼öÁ¤, ´äº¯ ±â´É¿¡ ¸Â°Ô °¡°øÇؼ­ DB¿¡ ÀúÀåÇÑ´Ù.

Author:
kenu

Constructor Summary
BbsWriteHandler()
           
 
Method Summary
 void doWrite()
          Article °ªÀ» ¹Þ¾Æ¼­ db ¿¡ ±Û ±â·Ï
 void setAct(java.lang.String act)
          Sets the act.
 
Methods inherited from class itexpert.chap10.bbs.BbsArticleBean
getHit, getHtml, getLev, getPseq, getRef, getReply, getStep, setHit, setHtml, setLev, setPseq, setRef, setReply, setStep
 
Methods inherited from class itexpert.chap10.ArticleBean
getContent, getEmail, getHomepage, getLogtime, getName, getPassword, getSeq, getSubject, setContent, setEmail, setHomepage, setLogtime, setName, setPassword, setSeq, setSubject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BbsWriteHandler

public BbsWriteHandler()
Method Detail

doWrite

public void doWrite()
             throws java.sql.SQLException,
                    java.io.IOException
Article °ªÀ» ¹Þ¾Æ¼­ db ¿¡ ±Û ±â·Ï

Throws:
java.sql.SQLException
java.io.IOException

setAct

public void setAct(java.lang.String act)
Sets the act.

Parameters:
act - The act to set