java.lang.Object | +--com.ibm.commerce.collaboration.cc.objimpl.QueueCSRBeanBase | +--com.ibm.commerce.collaboration.cc.objects.QueueCSRBean
Bean implementation class for Enterprise Bean: QueueCSR
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT IBM copyright info |
Constructor Summary | |
---|---|
QueueCSRBean() |
Method Summary | |
---|---|
java.util.Hashtable |
_copyFromEJB() _copyFromEJB |
void |
_copyToEJB(java.util.Hashtable h) _copyToEJB |
protected
java.util.Vector |
_getLinks() This method was generated for supporting the associations. |
protected
void |
_initLinks() This method was generated for supporting the associations. |
protected
void |
_removeLinks() This method was generated for supporting the associations. |
void |
ejbActivate() ejbActivate method for a CMP entity bean. |
QueueCSRKey |
ejbCreate(java.lang.Integer Queue_id,
java.lang.Long CSR_id) ejbCreate method for a CMP entity bean. |
void |
ejbLoad() ejbLoad method for a CMP entity bean. |
void |
ejbPassivate() ejbPassivate method for a CMP entity bean. |
void |
ejbPostCreate(java.lang.Integer Queue_id,
java.lang.Long CSR_id) ejbPostCreate method for a CMP entity bean. |
void |
ejbRemove() ejbRemove method for a CMP entity bean. |
void |
ejbStore() ejbStore method for a CMP entity bean. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
Constructor Detail |
---|
public QueueCSRBean()
Method Detail |
---|
public void ejbActivate()
public QueueCSRKey ejbCreate(java.lang.Integer Queue_id, java.lang.Long CSR_id) throws javax.ejb.CreateException
Queue_id
- Queue IdCSR_id
- CSR Idjavax.ejb.CreateException
- Raised when has problem to create
QueueCSRpublic void ejbLoad()
public void ejbPassivate()
public void ejbPostCreate(java.lang.Integer Queue_id, java.lang.Long CSR_id) throws javax.ejb.CreateException
Queue_id
- Queue IdCSR_id
- CSR Idjavax.ejb.CreateException
- Raised when has problem to create
QueueCSRpublic void ejbRemove() throws javax.ejb.RemoveException
javax.ejb.RemoveException
- Raised when has problem to remove
QueueCSRpublic void ejbStore()
protected void _initLinks()
protected java.util.Vector _getLinks()
protected void _removeLinks() throws java.rmi.RemoteException, javax.ejb.RemoveException
java.rmi.RemoteException
javax.ejb.RemoveException
public java.util.Hashtable _copyFromEJB()
public void _copyToEJB(java.util.Hashtable h)