com.ibm.websphere.ejbquery
Class QueryBean

java.lang.Object
  extended bycom.ibm.websphere.ejbquery.QueryBean
All Implemented Interfaces:
javax.ejb.EnterpriseBean, java.io.Serializable, javax.ejb.SessionBean

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

See Also:
Serialized Form

Field Summary
protected  com.ibm.ObjectQuery.IObjectQueryServiceImpl queryService
           
 
Constructor Summary
QueryBean()
           
 
Method Summary
 void ejbActivate()
          ejbActivate method comment
 void ejbCreate()
          ejbCreate method comment
 void ejbPassivate()
          ejbPassivate method comment
 void ejbRemove()
          ejbRemove method comment
 QueryLocalIterator executePlan(java.lang.String queryPlan, java.lang.Object[] param)
          executePlan method Creation date: (02/01/21 3:09:00 PM)
 QueryIterator executePlan(java.lang.String queryPlan, java.lang.Object[] parameterVars, int skipRows, int maxRows)
          executePlan method Creation date: (01/09/20 11:59:46 AM)
 QueryLocalIterator executeQuery(java.lang.String queryStatement, java.lang.Object[] parameterVars, java.util.Properties queryDomain)
          executeQuery method Creation date: (02/01/21 4:24:00 PM)
 QueryIterator executeQuery(java.lang.String queryStatement, java.lang.Object[] parameterVars, java.util.Properties collections, int skipRows, int maxRows)
          executeQuery Creation date: (8/24/00 5:49:06 PM)
 javax.ejb.SessionContext getSessionContext()
          getSessionContext method comment
 java.lang.String obj2type(java.lang.String string)
          Insert the method's description here.
 java.lang.String prepareQuery(java.lang.String queryStatement, java.lang.Object[] parameterVars, java.util.Properties queryDomain)
          prepareQuery Creation date: (01/09/20 12:01:34 PM)
 void setSessionContext(javax.ejb.SessionContext ctx)
          setSessionContext method comment
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

queryService

protected com.ibm.ObjectQuery.IObjectQueryServiceImpl queryService
Constructor Detail

QueryBean

public QueryBean()
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

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.

executePlan

public QueryIterator executePlan(java.lang.String queryPlan,
                                 java.lang.Object[] parameterVars,
                                 int skipRows,
                                 int maxRows)
                          throws java.rmi.RemoteException,
                                 QueryException
executePlan method Creation date: (01/09/20 11:59:46 AM)

Parameters:
queryPlan - java.lang.String
parameterVars - java.lang.Object[]
skipRows - int
maxRows - int
Returns:
com.ibm.websphere.ejbquery.QueryIterator
Throws:
java.rmi.RemoteException
QueryException

executeQuery

public QueryIterator executeQuery(java.lang.String queryStatement,
                                  java.lang.Object[] parameterVars,
                                  java.util.Properties collections,
                                  int skipRows,
                                  int maxRows)
                           throws java.rmi.RemoteException,
                                  QueryException
executeQuery Creation date: (8/24/00 5:49:06 PM)

Parameters:
queryStatement - java.lang.String
parameterVars - java.lang.Object[]
collections - java.util.properties
skipRows - int
maxRows - int
Returns:
com.ibm.websphere.ejbquery.QueryIterator
Throws:
java.rmi.RemoteException
QueryException

prepareQuery

public java.lang.String prepareQuery(java.lang.String queryStatement,
                                     java.lang.Object[] parameterVars,
                                     java.util.Properties queryDomain)
                              throws java.rmi.RemoteException,
                                     QueryException
prepareQuery Creation date: (01/09/20 12:01:34 PM)

Parameters:
queryStatement - java.lang.String
parameterVars - java.lang.Object[]
queryDomain - java.util.Properties
Returns:
java.lang.String
Throws:
java.rmi.RemoteException
QueryException

executePlan

public QueryLocalIterator executePlan(java.lang.String queryPlan,
                                      java.lang.Object[] param)
                               throws QueryException
executePlan method Creation date: (02/01/21 3:09:00 PM)

Parameters:
param - org.omg.CORBA.Object[]
Returns:
com.ibm.websphere.ejbquery.QueryLocalIterator
Throws:
QueryException

executeQuery

public QueryLocalIterator executeQuery(java.lang.String queryStatement,
                                       java.lang.Object[] parameterVars,
                                       java.util.Properties queryDomain)
                                throws QueryException
executeQuery method Creation date: (02/01/21 4:24:00 PM)

Returns:
com.ibm.websphere.ejbquery.QueryLocalIterator
Throws:
QueryException

obj2type

public java.lang.String obj2type(java.lang.String string)
Insert the method's description here. Creation date: (03/04/01 2:21:09 PM)