com.ibm.b2bi.bfm.ejb
Class WWFQueryBean

java.lang.Object
  |
  +--com.ibm.b2bi.bfm.ejb.WWFQueryBean

public class WWFQueryBean
extends java.lang.Object
implements javax.ejb.SessionBean

WWFQuery is a stateless session bean that provides as an helper class for WWFServices. It is strictly recommended NOT to use the remote methods on the bean, the remote methods are being used internally by WWFServices. This class contains implementation code.

See Also:
Serialized Form

Constructor Summary
WWFQueryBean()
           
 
Method Summary
 void ejbActivate()
          ejbActivate method comment
 void ejbCreate()
          ejbCreate method comment
 void ejbPassivate()
          ejbPassivate method comment
 void ejbRemove()
          ejbRemove method comment
 javax.ejb.SessionContext getSessionContext()
          getSessionContext method comment
 java.util.Vector getWorkItems(java.lang.String instanceName, java.lang.String activityName, boolean bRole)
          DO NOT use this method, this method is meant for WWFServices to use internally.
 java.util.Vector getWorkItems(java.lang.String user, java.lang.String templateName, java.lang.String activityName, java.lang.String state, boolean bRole)
          DO NOT use this method, this method is meant for WWFServices to use internally.
 void setSessionContext(javax.ejb.SessionContext ctx)
          setSessionContext method comment
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WWFQueryBean

public WWFQueryBean()
Method Detail

ejbActivate

public void ejbActivate()
                 throws java.rmi.RemoteException
ejbActivate method comment
Specified by:
ejbActivate in interface javax.ejb.SessionBean
Throws:
java.rmi.RemoteException - The exception description.

ejbCreate

public void ejbCreate()
               throws javax.ejb.CreateException,
                      java.rmi.RemoteException
ejbCreate method comment
Throws:
javax.ejb.CreateException - The exception description.
java.rmi.RemoteException - The exception description.

ejbPassivate

public void ejbPassivate()
                  throws java.rmi.RemoteException
ejbPassivate method comment
Specified by:
ejbPassivate in interface javax.ejb.SessionBean
Throws:
java.rmi.RemoteException - The exception description.

ejbRemove

public void ejbRemove()
               throws java.rmi.RemoteException
ejbRemove method comment
Specified by:
ejbRemove in interface javax.ejb.SessionBean
Throws:
java.rmi.RemoteException - The exception description.

getSessionContext

public javax.ejb.SessionContext getSessionContext()
getSessionContext method comment
Returns:
javax.ejb.SessionContext

getWorkItems

public java.util.Vector getWorkItems(java.lang.String user,
                                     java.lang.String templateName,
                                     java.lang.String activityName,
                                     java.lang.String state,
                                     boolean bRole)
                              throws java.rmi.RemoteException
DO NOT use this method, this method is meant for WWFServices to use internally.

getWorkItems

public java.util.Vector getWorkItems(java.lang.String instanceName,
                                     java.lang.String activityName,
                                     boolean bRole)
                              throws java.rmi.RemoteException
DO NOT use this method, this method is meant for WWFServices to use internally.

setSessionContext

public void setSessionContext(javax.ejb.SessionContext ctx)
                       throws java.rmi.RemoteException
setSessionContext method comment
Specified by:
setSessionContext in interface javax.ejb.SessionBean
Parameters:
ctx - javax.ejb.SessionContext
Throws:
java.rmi.RemoteException - The exception description.