|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfriend.FriendBean
Field Summary | |
java.lang.Integer |
f_uid
|
java.lang.Integer |
m_uid
|
java.lang.Integer |
uid
|
Constructor Summary | |
FriendBean()
|
Method Summary | |
void |
ejbActivate()
Bean ÀνºÅϽº¸¦ Ȱ¼ºÈ ½ÃŲ´Ù. |
java.lang.Integer |
ejbCreate(int uid,
int f_uid,
int m_uid)
»õ·Î¿î Entity BeanÀ» Å×ÀÌºí¿¡ ÀúÀåÇÑ´Ù. |
java.util.Vector |
ejbFindByFriend(java.lang.Integer f_uid)
f_uid·Î Å×ÀÌºí¿¡¼ ÇØ´çÇÏ´Â EntityÀÇ Vector ¸¦ ¾ò¾î¿Â´Ù. |
java.lang.Integer |
ejbFindByPrimaryKey(java.lang.Integer uid)
Primary Key·Î Å×ÀÌºí¿¡¼ ÇØ´çÇÏ´Â Entity ¸¦ ¾ò¾î¿Â´Ù. |
void |
ejbLoad()
Bean ÀνºÅϽº Á¤º¸¸¦ °¡Á®¿Â´Ù. |
void |
ejbPassivate()
Bean ÀνºÅϽº¸¦ ºñȰ¼ºÈ ½ÃŲ´Ù. |
void |
ejbPostCreate(int uid,
int f_uid,
int m_uid)
|
void |
ejbRemove()
BeanÀÇ Á¤º¸¸¦ ÇØ´ç Å×ÀÌºí¿¡¼ »èÁ¦ |
void |
ejbStore()
Bean ÀνºÅϽº Á¤º¸¸¦ ÇØ´ç Å×ÀÌºí¿¡ ÀúÀåÇÑ´Ù. |
int |
getF_uid()
|
int |
getM_uid()
|
int |
getUid()
|
void |
setEntityContext(javax.ejb.EntityContext ctx)
DB Connection... |
void |
setF_uid(int f_uid)
|
void |
setM_uid(int m_uid)
|
void |
setUid(int uid)
|
void |
unsetEntityContext()
DB disconnection.. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.lang.Integer uid
public java.lang.Integer f_uid
public java.lang.Integer m_uid
Constructor Detail |
public FriendBean()
Method Detail |
public java.lang.Integer ejbCreate(int uid, int f_uid, int m_uid) throws javax.ejb.CreateException
uid
- f_uid
- m_uid
-
javax.ejb.CreateException
public void ejbPostCreate(int uid, int f_uid, int m_uid) throws javax.ejb.CreateException
javax.ejb.CreateException
public java.lang.Integer ejbFindByPrimaryKey(java.lang.Integer uid) throws javax.ejb.FinderException
uid
-
javax.ejb.FinderException
public java.util.Vector ejbFindByFriend(java.lang.Integer f_uid) throws javax.ejb.FinderException
f_uid
-
javax.ejb.FinderException
public void setUid(int uid)
public void setF_uid(int f_uid)
public void setM_uid(int m_uid)
public int getUid()
public int getF_uid()
public int getM_uid()
public void ejbActivate() throws javax.ejb.EJBException, java.rmi.RemoteException
ejbActivate
in interface javax.ejb.EntityBean
javax.ejb.EJBException
java.rmi.RemoteException
EntityBean.ejbActivate()
public void ejbLoad() throws javax.ejb.EJBException, java.rmi.RemoteException
ejbLoad
in interface javax.ejb.EntityBean
javax.ejb.EJBException
java.rmi.RemoteException
EntityBean.ejbLoad()
public void ejbPassivate() throws javax.ejb.EJBException, java.rmi.RemoteException
ejbPassivate
in interface javax.ejb.EntityBean
javax.ejb.EJBException
java.rmi.RemoteException
EntityBean.ejbPassivate()
public void ejbRemove() throws javax.ejb.RemoveException, javax.ejb.EJBException, java.rmi.RemoteException
ejbRemove
in interface javax.ejb.EntityBean
javax.ejb.RemoveException
javax.ejb.EJBException
java.rmi.RemoteException
EntityBean.ejbRemove()
public void ejbStore() throws javax.ejb.EJBException, java.rmi.RemoteException
ejbStore
in interface javax.ejb.EntityBean
javax.ejb.EJBException
java.rmi.RemoteException
EntityBean.ejbStore()
public void unsetEntityContext() throws javax.ejb.EJBException, java.rmi.RemoteException
unsetEntityContext
in interface javax.ejb.EntityBean
javax.ejb.EJBException
java.rmi.RemoteException
EntityBean.unsetEntityContext()
public void setEntityContext(javax.ejb.EntityContext ctx) throws javax.ejb.EJBException, java.rmi.RemoteException
setEntityContext
in interface javax.ejb.EntityBean
ctx
-
javax.ejb.EJBException
java.rmi.RemoteException
EntityBean.setEntityContext(javax.ejb.EntityContext)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |