¿¹Á¦
public class
BeanClass
implements
javax.ejb.EntityBean {
public void
manageThread(){
//..
Thread thread =
new
Thread();
thread.start();
}
//other methods that must implement the interface
}
¼Ö·ç¼Ç
Àý´ë java.lang.Thread ¿ÀºêÁ§Æ®¸¦ °ü¸®, ½ÃÀÛ, ÁßÁöÇÏÁö ¸¶½Ê½Ã¿À.